cable_netcdf_file_def_dims Interface

interface
private subroutine cable_netcdf_file_def_dims(this, dim_names, dim_lens)

Arguments

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

Array of dimension names to define.

integer, intent(in) :: dim_lens(:)

Array of dimension lengths corresponding to dim_names. Use CABLE_NETCDF_UNLIMITED for unlimited dimensions.

Description

Define dimensions in the netCDF file.