addNetCDFOutputVariables

Add variables to list of variables to be written to the NetCDF variable during the model run.


Declaration

 addNetCDFOutputVariables(variables)

Parameters

  • variables strings of variable names.

Discussion

Pass strings of WVTransform state variables of the same name. This must be called before using any of the integrate methods.

  model.addNetCDFOutputVariables('A0','u','v');