Write data to NetCDF file
ncwrite(
writes the text or numeric data in filename,varname,vardata)vardata to an existing variable
varname in the NetCDF file filename.
The ncwrite function writes the data in vardata
starting at the beginning of the variable and, if needed, automatically extends the
unlimited dimensions. For more information on unlimited dimensions, see the
Dimensions argument of the nccreate function.