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)