Skip to content

Commit

Permalink
apply LONG_NAME changes to refactored CatchCNGridComps
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrabenh committed Apr 12, 2023
1 parent a410b29 commit 64ca333
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ subroutine SetServices ( GC, RC )
VERIFY_(STATUS)

call MAPL_AddImportSpec(GC ,&
LONG_NAME = 'surface_downwelling_par_beam_flux',&
LONG_NAME = 'surface_downwelling_PAR_beam_flux',&
UNITS = 'W m-2' ,&
SHORT_NAME = 'DRPAR' ,&
DIMS = MAPL_DimsTileOnly ,&
Expand All @@ -233,7 +233,7 @@ subroutine SetServices ( GC, RC )
VERIFY_(STATUS)

call MAPL_AddImportSpec(GC ,&
LONG_NAME = 'surface_downwelling_par_diffuse_flux',&
LONG_NAME = 'surface_downwelling_PAR_diffuse_flux',&
UNITS = 'W m-2' ,&
SHORT_NAME = 'DFPAR' ,&
DIMS = MAPL_DimsTileOnly ,&
Expand Down
Loading

0 comments on commit 64ca333

Please sign in to comment.