Function to save models as a .nc file. This is utilized in gen.subdaily.models() when linear regression models are created

save.model(model.out, model, outfile)

Arguments

model.out

list linear regression model output

model

name of the layer of model to save (e.g. 'model' or 'model.resid')

outfile

location where output will be stored

Details

TDM Save Models Saves models that are created during gen.subdaily.models()

See also