Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#4 from rmontuoro/develop
Browse files Browse the repository at this point in the history
Add standard name to NUOPC Field Dictionary
  • Loading branch information
RatkoVasic-NOAA authored Aug 30, 2019
2 parents d73108d + 8113ca1 commit 5390bea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/module_EARTH_GRID_COMP.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3017,6 +3017,18 @@ SUBROUTINE EARTH_REGISTER(EARTH_GRID_COMP,RC_REG)
return ! bail out
endif

if (.not.NUOPC_FieldDictionaryHasEntry( &
"inst_spec_humid_conv_tendency_levels")) then
call NUOPC_FieldDictionaryAddEntry( &
standardName="inst_spec_humid_conv_tendency_levels", &
canonicalUnits="kg kg-1 s-1", &
rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
line=__LINE__, &
file=__FILE__)) &
return ! bail out
endif

if (.not.NUOPC_FieldDictionaryHasEntry( &
"inst_friction_velocity")) then
call NUOPC_FieldDictionaryAddEntry( &
Expand Down

0 comments on commit 5390bea

Please sign in to comment.