MAPL_ResourceMod
Author: GMAO SI-Team
MAPL_ResourceMod
provides subroutines get scalar and array
resources from ESMF_Config objects.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | MAX_LINE_LENGTH | = | 256 |
enumerator | :: | MAPL_RESOURCE_VALUE_DEFAULT_MISMATCH | = | -1 | |
enumerator | :: | MAPL_RESOURCE_ARRAY_SIZE_FORMAT_CODE_FAILURE | = | -2 |
Find value of array variable in config
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Config), | intent(inout) | :: | config | |||
class(*), | intent(inout) | :: | val(:) | |||
character(len=*), | intent(in) | :: | label | |||
logical, | intent(out) | :: | value_is_set | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
class(*), | intent(in), | optional | :: | default(:) | ||
character(len=*), | intent(in), | optional | :: | component_name | ||
character(len=*), | intent(inout), | optional | :: | iunit | ||
integer, | intent(out), | optional | :: | rc |
Find value of scalar variable in config
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Config), | intent(inout) | :: | config | |||
class(*), | intent(inout) | :: | val | |||
character(len=*), | intent(in) | :: | label | |||
logical, | intent(out) | :: | value_is_set | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
class(*), | intent(in), | optional | :: | default | ||
character(len=*), | intent(in), | optional | :: | component_name | ||
character(len=*), | intent(inout), | optional | :: | iunit | ||
integer, | intent(out), | optional | :: | rc |