Get variable I/O range restriction information (bulk get for all dimensions). More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvargetsliceall (var, start, count, stride) |
Get variable I/O range restriction information (bulk get for all dimensions).
This subroutine is provided as gtdata_generic#Get_Slice through gtdata_generic.
Definition in file gtvargetsliceall.f90.
| subroutine gtvargetsliceall | ( | type(gt_variable), intent(in) | var, |
| integer, dimension(:), intent(out), optional | start, | ||
| integer, dimension(:), intent(out), optional | count, | ||
| integer, dimension(:), intent(out), optional | stride ) |
Get I/O range information for all dimensions
Gets I/O range information set by Slice for variable var. To bulk get I/O range for all dimensions, must first call Inquire(var, alldims) to allocate the number of dimensions.
See Slice for start, count, stride.
Get_Slice is a generic name for 2 subroutines; there is also a method to get information for a single dimension.
| [in] | var | Variable handle |
| [out] | start | Start array for each dimension (optional) |
| [out] | count | Count array for each dimension (optional) |
| [out] | stride | Stride array for each dimension (optional) |
Definition at line 57 of file gtvargetsliceall.f90.
References gtvargetslice().