From dbd248ae0cf27e276b4c08643ffc9b8bff033f5b Mon Sep 17 00:00:00 2001 From: Amal El Akkraoui Date: Wed, 24 Jan 2024 15:12:12 -0500 Subject: [PATCH] Commit a bundle of code updates for MERRA-21C candidate tag --- DynCore_GridCompMod.F90 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DynCore_GridCompMod.F90 b/DynCore_GridCompMod.F90 index 58f93ad..48a7105 100644 --- a/DynCore_GridCompMod.F90 +++ b/DynCore_GridCompMod.F90 @@ -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)