Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | halo_width | ||||
type(HorizontalStaggerLoc), | public | :: | horz_stagger_loc | ||||
type(UngriddedDimSpec), | public, | allocatable | :: | ungridded_dim_specs(:) | |||
type(VerticalStaggerLoc), | public | :: | vert_stagger_loc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HorizontalStaggerLoc), | intent(in) | :: | horz_stagger_loc | |||
type(VerticalStaggerLoc), | intent(in) | :: | vert_stagger_loc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HorizontalStaggerLoc), | intent(in) | :: | horz_stagger_loc | |||
type(VerticalStaggerLoc), | intent(in) | :: | vert_stagger_loc | |||
type(UngriddedDimSpec), | intent(in) | :: | ungridded_dim_specs(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HorizontalStaggerLoc), | intent(in) | :: | horz_stagger_loc | |||
type(VerticalStaggerLoc), | intent(in) | :: | vert_stagger_loc | |||
type(UngriddedDimSpec), | intent(in) | :: | ungridded_dim_specs(:) | |||
integer, | intent(in) | :: | halo_width |
type :: DimsSpec type(HorizontalStaggerLoc) :: horz_stagger_loc ! NONE, CENTER, TILE type(VerticalStaggerLoc) :: vert_stagger_loc type(UngriddedDimSpec), allocatable :: ungridded_dim_specs(:) integer :: halo_width end type DimsSpec