Skip to content

Commit

Permalink
Add standard name to NUOPC Field Dictionary
Browse files Browse the repository at this point in the history
defining instantaneous specific humidity
tendency due to convection.
  • Loading branch information
rmontuoro authored and DomHeinzeller committed Aug 30, 2019
1 parent c3ec2c4 commit e638b7e
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 e638b7e

Please sign in to comment.