working basic version
(forgot to tag this properly so its under the tag v0.0.1)
- upgrade to new version: added support for on the fly for Data assimilation
- You can now call
.update()
without requiring DA support - This means that any model can use the programmed data structure
- calling
.update(assimilate=False)
will no longer run the DA code
- You can now call
- smaller changes, bug fixes and additions to docs
- All user installed plugins are now availible by default.
.update(assimilate=False)
is now standard when calling.update()
to match changes from v0.0.2- Seperate list
KNOWN_WORKING_MODELS_DA
check whether to continue with assimilating. - small change to
config_specific_actions
, but this is a WIP
- Restructuring package: now seperate files for classes which user will edit
- Adding generate forcing
ensemble.set_state_vector_variables
now allows use of get and set state vector when not usin DA methods
- changes to PF inmplementation: only resamples if Neff < N * f_n_particles
- Added update linear for local models: some issues with dask and long runs
- Expanded start in v0.0.8: Running in parallel is now an option. Default to linear only for local models but can be changed by user.