We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf89c14 commit 1985563Copy full SHA for 1985563
1 file changed
generic3g/specs/ExpressionClassAspect.F90
@@ -119,6 +119,7 @@ subroutine create(this, other_aspects, rc)
119
integer :: status
120
121
this%payload = ESMF_FieldEmptyCreate(name='expression', _RC)
122
+ call mapl_FieldSet(this%payload, allocation_status=STATEITEM_ALLOCATION_CREATED, _RC)
123
124
_RETURN(ESMF_SUCCESS)
125
_UNUSED_DUMMY(other_aspects)
0 commit comments