Automatic I/O range specification. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvarsliceauto (var, compatible) |
Automatic I/O range specification.
Definition in file gtvarsliceauto.f90.
| subroutine gtvarsliceauto | ( | type(gt_variable), intent(inout) | var, |
| type(gt_variable), intent(in), optional | compatible | ||
| ) |
Automatically specify I/O range
Makes the I/O range of variable var "appropriately" small. If compatible is specified, sets it to the exact same I/O range as that variable.
Slice is a generic name for multiple subroutines; there are also methods to specify by string or number.
Related procedures to Slice include Get_Slice and Slice_Next. Get_Slice retrieves the set I/O range. Slice_Next is used to read the entire variable by moving the I/O range.
| [in,out] | var | Variable handle |
| [in] | compatible | Variable to match I/O range (optional) |
Definition at line 57 of file gtvarsliceauto.f90.
References gtvarslice().