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