Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Grid), | intent(in) | :: | grid | |||
integer, | intent(in) | :: | field_shape(:) | |||
integer, | intent(in), | optional | :: | time_index | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pFIOServerBounds), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pFIOServerBounds), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pFIOServerBounds), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pFIOServerBounds), | intent(in) | :: | this |
type :: pFIOServerBounds private integer, allocatable :: local_start(:) integer, allocatable :: global_start(:) integer, allocatable :: global_count(:) integer, allocatable :: file_shape(:) contains procedure :: get_local_start procedure :: get_global_start procedure :: get_global_count procedure :: get_file_shape end type pFIOServerBounds