Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(UngriddedDims), | public, | allocatable | :: | ungridded_dims |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(UngriddedDims), | intent(in), | optional | :: | ungridded_dims |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDimsAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDimsAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(inout) | :: | this | |||
logical, | intent(in), | optional | :: | mirror |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(inout) | :: | this | |||
logical, | intent(in), | optional | :: | time_dependent |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomAspect), | intent(in) | :: | src |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDimsAspect), | intent(in) | :: | src |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDimsAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
type, extends(StateItemAspect) :: UngriddedDimsAspect !# private type(UngriddedDims), allocatable :: ungridded_dims contains procedure :: matches procedure :: supports_conversion_general procedure :: supports_conversion_specific procedure :: make_action end type UngriddedDimsAspect