Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

29 lines (27 loc) · 1.32 KB

Changelog

v0.0.1

working basic version

v0.0.2

(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
  • smaller changes, bug fixes and additions to docs

v0.0.3

  • 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

v0.0.4

  • Restructuring package: now seperate files for classes which user will edit

v0.0.5

  • Adding generate forcing

v0.0.6

  • ensemble.set_state_vector_variables now allows use of get and set state vector when not usin DA methods

v0.0.7

  • changes to PF inmplementation: only resamples if Neff < N * f_n_particles

v0.0.8

  • Added update linear for local models: some issues with dask and long runs

v0.0.9

  • 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.