Skip to content

Commit

Permalink
additional corrections to long names of longwave exports (apparently …
Browse files Browse the repository at this point in the history
…missed in GEOSgcm_GridComp PR#764)
  • Loading branch information
gmao-rreichle committed Jul 23, 2024
1 parent c051219 commit feb6d1d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ subroutine SetServices ( GC, RC )
_RC )

call MAPL_AddExportSpec(GC, &
LONG_NAME = 'sea_ice_outgoing_longwave_flux',&
LONG_NAME = 'sea_ice_emitted_longwave_flux',&
UNITS = 'W m-2' ,&
SHORT_NAME = 'HLWUPICE' ,&
DIMS = MAPL_DimsTileOnly ,&
Expand Down Expand Up @@ -623,7 +623,7 @@ subroutine SetServices ( GC, RC )
_RC )

call MAPL_AddExportSpec(GC ,&
LONG_NAME = 'surface_downward_longwave_flux',&
LONG_NAME = 'surface_absorbed_longwave_flux',&
UNITS = 'W m-2' ,&
SHORT_NAME = 'LWDNSRF' ,&
DIMS = MAPL_DimsTileOnly ,&
Expand Down Expand Up @@ -1491,7 +1491,7 @@ subroutine SetServices ( GC, RC )

call MAPL_AddExportSpec(GC, &
SHORT_NAME = 'HLWUPN' ,&
LONG_NAME = 'outgoing_longwave_flux_at_ice_snow_surface_over_ice_categories',&
LONG_NAME = 'emitted_longwave_flux_at_ice_snow_surface_over_ice_categories',&
UNITS = 'W m-2' ,&
DIMS = MAPL_DimsTileOnly ,&
UNGRIDDED_DIMS = (/NUM_ICE_CATEGORIES/) ,&
Expand Down

0 comments on commit feb6d1d

Please sign in to comment.