Skip to content

Commit 4c0ded7

Browse files
committed
update to new MAPL_GridCompAddSpec call
1 parent 1ae28de commit 4c0ded7

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

AdvCore_GridCompMod.F90

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ subroutine SetServices(gc, rc)
121121
state_intent=ESMF_STATEINTENT_EXPORT, &
122122
short_name="TRADV", &
123123
standard_name="advected_quantities", &
124-
! TODO: pchakrab - we shouldn't need dims and vstagger for a bundle
125-
dims="xyz", &
126-
vstagger=VERTICAL_STAGGER_NONE, &
127-
units="unknown", &
128124
itemtype=MAPL_STATEITEM_SERVICE, _RC)
129125

130126
! 3D Tracers, for diagnostics
@@ -136,7 +132,7 @@ subroutine SetServices(gc, rc)
136132
standard_name=trim(my_tracer), &
137133
units='1', &
138134
dims="xyz", &
139-
vstagger=VERTICAL_STAGGER_CENTER, _RC)
135+
vertical_stagger=VERTICAL_STAGGER_CENTER, _RC)
140136
end do
141137

142138
! Register methods

DynCore_GridCompMod.F90

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,6 @@ subroutine SetServices(gc, rc)
340340
state_intent=ESMF_STATEINTENT_EXPORT, &
341341
short_name='TRADV', &
342342
standard_name='advected_quantities', &
343-
! pchakrab: TODO - we shouldn't need dims and vstagger for a bundle
344-
dims="xyz", &
345-
vstagger=VERTICAL_STAGGER_NONE, &
346-
units='unknown', &
347343
itemtype=MAPL_STATEITEM_SERVICE, _RC)
348344

349345
#ifdef SKIP_TRACERS

0 commit comments

Comments
 (0)