Inquire dimension lengths of a netCDF variable (array version) . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncvarinquireia (var, dimlen) |
Inquire dimension lengths of a netCDF variable (array version)
.
Definition in file gdncvarinquireia.f90.
| subroutine gdncvarinquireia | ( | type(gd_nc_variable), intent(in) | var, |
| integer, dimension(:), intent(out) | dimlen | ||
| ) |
Get dimension lengths for a variable
Returns the length of each dimension for the specified variable. The dimlen array must have at least ndims elements.
| [in] | var | Variable handle |
| [out] | dimlen | Array to store dimension lengths |
Definition at line 34 of file gdncvarinquireia.f90.
References gtdata_netcdf_internal::vtable_lookup().