cable_netcdf_file_inq_var_ndims Interface

interface
private subroutine cable_netcdf_file_inq_var_ndims(this, var_name, ndims)

Arguments

Type IntentOptional Attributes Name
class(cable_netcdf_file_t), intent(inout) :: this
character(len=*), intent(in) :: var_name

Name of the variable to inquire.

integer, intent(out) :: ndims

Number of dimensions of the variable returned.

Description

Inquire the number of dimensions of a variable in the netCDF file by its name.