sdtaylor / GrasslandModels

MIT License
0 stars 0 forks source link

loading pre-fit models #11

Closed sdtaylor closed 4 years ago

sdtaylor commented 4 years ago

need a load_fitted_model util to load specific parameter sets.

ie. load_fitted_model('phenograss-original') for the Hufkens 2016 parameters load_fitted_model('CholerPR1-original')

or maybe load_prefit_model

sdtaylor commented 4 years ago

can do this simply by having json model files in the data dir, and loading them with load_saved_model

sdtaylor commented 4 years ago

16