Search for dimension variable ID . More...
Go to the source code of this file.
Functions/Subroutines | |
| integer function | gdncsearchdim (var, dimname) |
Search for dimension variable ID
.
Definition in file gdncsearchdim.f90.
| integer function gdncsearchdim | ( | type(gd_nc_variable), intent(in) | var, |
| character(*), intent(in) | dimname | ||
| ) |
Get the dimension order for a named dimension
Returns the position (1-based) of the dimension in the variable's dimension list.
| [in] | var | Variable handle |
| [in] | dimname | Dimension name to search |
Definition at line 35 of file gdncsearchdim.f90.
References dc_trace::beginsub(), dc_trace::endsub(), dc_error::gt_enomoredims, and gtdata_netcdf_internal::vtable_lookup().