MAPL_AddInternalSpec Interface

public interface MAPL_AddInternalSpec

Called by

interface~~mapl_addinternalspec~~CalledByGraph interface~mapl_addinternalspec MAPL_AddInternalSpec proc~setservices~6 SetServices proc~setservices~6->interface~mapl_addinternalspec

Module Procedures

private subroutine MAPL_StateAddInternalSpec(GC, SHORT_NAME, LONG_NAME, UNITS, DIMS, VLOCATION, DATATYPE, NUM_SUBTILES, REFRESH_INTERVAL, AVERAGING_INTERVAL, DEFAULT, RESTART, HALOWIDTH, PRECISION, FRIENDLYTO, ADD2EXPORT, ATTR_RNAMES, ATTR_INAMES, ATTR_RVALUES, ATTR_IVALUES, UNGRIDDED_DIMS, FIELD_TYPE, STAGGERING, ROTATION, RC)

MAPL_StateAddInternalSpec — Sets specifications for an item in the INTERNAL state.

Arguments

Type IntentOptional 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