cable_netcdf_file_inq_dim_len Interface

interface
private subroutine cable_netcdf_file_inq_dim_len(this, dim_name, dim_len)

Arguments

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

Name of the dimension to inquire.

integer, intent(out) :: dim_len

Length of the dimension returned. For unlimited dimensions, the number of records will be returned.

Description

Inquire the length of a dimension in the netCDF file by its name.