Skip to content

Commit

Permalink
Merge pull request #5 from NOAA-EMC/develop
Browse files Browse the repository at this point in the history
DATM updates and fixes (NOAA-EMC#8)
  • Loading branch information
DeniseWorthen authored Apr 30, 2020
2 parents ece96f0 + 8477b2a commit 4ad6431
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 4ad6431

Please sign in to comment.