cf_close()
|
Close a nc file |
cf_create()
|
Creates a new netCDF file on disk, given the variables the new file is to contain. |
cf_open()
|
Opens an existing netCDF file for reading (or, optionally, writing). |
cfarr_nc()
|
Convert an array into a new netCDF file on disk, given the variables the new file is to contain. |
cfdim_def()
|
Defines a netCDF dimension |
cfdim_names()
|
Get all dimension names for a variable |
cfvar_def()
|
Defines a netCDF variable |
cfvar_get()
|
Get varibles values from nc file |
cfvar_lables()
|
Get labels for all dimensions |
cfvar_lbl()
|
Get all labels for dimension |
cfvar_names()
|
Get all variable names from nc file |