Loadable Function: dimid = netcdf_defDim(ncid,name,len)

Define the dimension with the name name and the length len in the dataset ncid. The id of the dimension is returned.

See also: netcdf_defVar.

Package: netcdf