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 Ports

filename

string. Name of netCDF file to write

 

Output Ports

 

Example

Not available.

File

v/netcdf.v

See also

Related modules