Skip to content

Commit

Permalink
DATM updates and fixes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen authored Apr 30, 2020
1 parent a50d5ab commit 8477b2a
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 1,334 deletions.
4 changes: 3 additions & 1 deletion DATM/AtmBundleCreate.F90
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ subroutine AtmBundleCreate(gcomp,importState, exportState, rc)

character(len=ESMF_MAXSTR) :: aname, fnameb, fnamef
character(len=ESMF_MAXSTR) :: msgString
character(len=*),parameter :: u_FILE_u = &
__FILE__

! Initialize return code
rc = ESMF_SUCCESS
Expand Down Expand Up @@ -87,7 +89,7 @@ subroutine AtmBundleCreate(gcomp,importState, exportState, rc)

write(msgString,'(i4,2a14,a16,2a14,a16)')ii,' added field ',trim(fnameb),' to AtmBundleBak', &
' and field ',trim(fnamef),' to AtmBundleFwd'
call ESMF_LogWrite(trim(msgString), ESMF_LOGMSG_INFO, rc=rc)
call ESMF_LogWrite(trim(msgString), ESMF_LOGMSG_INFO)
enddo

call ESMF_LogWrite("User init routine AtmBundleCreate finished", ESMF_LOGMSG_INFO)
Expand Down
241 changes: 0 additions & 241 deletions DATM/AtmExportFields.F90

This file was deleted.

Loading

0 comments on commit 8477b2a

Please sign in to comment.