save.model.RdFunction 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)
| 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  | 
    
TDM Save Models Saves models that are created during gen.subdaily.models()
Other tdm - Temporally Downscale Meteorology: gen.subdaily.models,
  lm_ensemble_sims,
  model.train, nc.merge,
  predict_subdaily_met,
  save.betas, subdaily_pred,
  temporal.downscale.functions