setNetCDFOutputVariables
Set list of variables to be written to the NetCDF variable during the model run.
Declaration
setNetCDFOutputVariables(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.setNetCDFOutputVariables('A0','u','v');