MAPL_StateAddInternalSpec
— Sets specifications for an item in the
INTERNAL
state.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | GC | |||
character(len=*), | intent(in) | :: | SHORT_NAME | |||
character(len=*), | intent(in), | optional | :: | LONG_NAME | ||
character(len=*), | intent(in), | optional | :: | UNITS | ||
integer, | intent(in), | optional | :: | DIMS | ||
integer, | intent(in), | optional | :: | VLOCATION | ||
integer, | intent(in), | optional | :: | DATATYPE | ||
integer, | intent(in), | optional | :: | NUM_SUBTILES | ||
integer, | intent(in), | optional | :: | REFRESH_INTERVAL | ||
integer, | intent(in), | optional | :: | AVERAGING_INTERVAL | ||
real, | intent(in), | optional | :: | DEFAULT | ||
integer, | intent(in), | optional | :: | RESTART | ||
character(len=*), | intent(in), | optional | :: | HALOWIDTH | ||
integer, | intent(in), | optional | :: | PRECISION | ||
character(len=*), | intent(in), | optional | :: | FRIENDLYTO | ||
logical, | intent(in), | optional | :: | ADD2EXPORT | ||
character(len=*), | intent(in), | optional | :: | ATTR_RNAMES(:) | ||
character(len=*), | intent(in), | optional | :: | ATTR_INAMES(:) | ||
real, | intent(in), | optional | :: | ATTR_RVALUES(:) | ||
integer, | intent(in), | optional | :: | ATTR_IVALUES(:) | ||
integer, | intent(in), | optional | :: | UNGRIDDED_DIMS(:) | ||
integer, | intent(in), | optional | :: | FIELD_TYPE | ||
integer, | intent(in), | optional | :: | STAGGERING | ||
integer, | intent(in), | optional | :: | ROTATION | ||
integer, | intent(out), | optional | :: | RC |