Skip to content

Commit

Permalink
Commit a bundle of code updates for MERRA-21C candidate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Amal El Akkraoui committed Jan 24, 2024
1 parent 13b9282 commit dbd248a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DynCore_GridCompMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1167,11 +1167,11 @@ Subroutine SetServices ( gc, rc )
VLOCATION = MAPL_VLocationCenter, RC=STATUS )
VERIFY_(STATUS)

call MAPL_AddExportSpec ( gc, &
SHORT_NAME = 'DOXDTDYN', &
LONG_NAME = 'tendency_of_ozone_due_to_dynamics', &
UNITS = 'mol mol-1 s-1', &
DIMS = MAPL_DimsHorzVert, &
call MAPL_AddExportSpec ( gc, &
SHORT_NAME = 'DOXDTDYN', &
LONG_NAME = 'tendency_of_odd_oxygen_mixing_ratio_due_to_dynamics', &
UNITS = 'mol mol-1 s-1', &
DIMS = MAPL_DimsHorzVert, &
VLOCATION = MAPL_VLocationCenter, RC=STATUS )
VERIFY_(STATUS)

Expand Down

0 comments on commit dbd248a

Please sign in to comment.