TOC PREV NEXT INDEX

NCwrite_field

Synopsis

writes a field from a netCDF file

module NCwrite_field {
string+Iparam filename;
Mesh_Struct+Node_Data+Iparam &inFld;
omethod+notify_val+notify_inst update<status=1> =
"NCwrite_field_update";
};

Description

NCwrite_field writes a field to a standard netCDF file.

Input

filename

string. Name of netCDF file to write

Output

none.


Example

Not available.

File

v/netcdf.v

See also

NCread_field

TOC PREV NEXT INDEX