Get number of slice dimensions (not implemented) . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvarslicendims (var, ndims, shape, err) |
Get number of slice dimensions (not implemented)
.
Definition in file gtvarslicendims.f90.
| subroutine gtvarslicendims | ( | type(gt_variable), intent(inout) | var, |
| integer, intent(in) | ndims, | ||
| integer, dimension(:), intent(in), optional | shape, | ||
| logical, intent(out), optional | err | ||
| ) |
Get number of slice dimensions
| [in,out] | var | Variable handle |
| [in] | ndims | Number of dimensions |
| [in] | shape | Shape array (optional) |
| [out] | err | Error flag (optional) |
Definition at line 36 of file gtvarslicendims.f90.