Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Apr 2, 2021
2 parents 7424a01 + 1876284 commit 4fd565e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/module_EARTH_GRID_COMP.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,17 @@ SUBROUTINE EARTH_REGISTER(EARTH_GRID_COMP,RC_REG)
file=__FILE__)) &
return ! bail out
endif
if (.not. NUOPC_FieldDictionaryHasEntry( &
"openwater_frac_in_atm")) then
call NUOPC_FieldDictionaryAddEntry( &
standardName="openwater_frac_in_atm", &
canonicalUnits="1", &
rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
line=__LINE__, &
file=__FILE__)) &
return ! bail out
endif
if (.not. NUOPC_FieldDictionaryHasEntry( &
"mass_of_overlying_sea_ice")) then
call NUOPC_FieldDictionaryAddEntry( &
Expand Down

0 comments on commit 4fd565e

Please sign in to comment.