Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(UngriddedDimVector), | intent(in) | :: | dim_specs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(UngriddedDim), | intent(in) | :: | dim_specs(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDims), | intent(inout) | :: | this | |||
type(UngriddedDim), | intent(in) | :: | dim_spec | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDims), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDims), | intent(in), | target | :: | this | ||
integer, | intent(in) | :: | i | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDims), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UngriddedDims), | intent(in), | target | :: | this | ||
integer, | intent(out), | optional | :: | rc |
type :: UngriddedDims private logical :: is_mirror = .false. type(UngriddedDimVector) :: dim_specs contains procedure :: add_dim procedure :: get_num_ungridded procedure :: get_ith_dim_spec procedure :: get_bounds procedure :: make_info end type UngriddedDims