Skip to content

Commit

Permalink
Update readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Daafip committed Mar 5, 2024
1 parent a81a384 commit 9a982d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Adding `.finalize()` method - clears up the directory. Especially useful for DA.
- Refactor `forcing_file` attribute to `camel_file` -> as essentially it's now a txt file of specific class which the from_camels functions is run on in model startup
- change selection of dataset period to be inclusive
### v.1.4.1
- changes to config file: alpha is not needed in model, only in forcing.
- changes to config file: alpha is not needed in model, only in forcing per definition.
- now removes any netcdf files created when using camels or test data
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ from ewatercycle.models import HBV

For more information on how this plugin works, and on how to implement your own model see the [plugin guide](https://github.com/eWaterCycle/ewatercycle-leakybucket/blob/main/plugin_guide.md)

## Changelog
Changes can be found in [CHANGELOG.md](https://github.com/Daafip/ewatercycle-hbv/blob/main/CHANGELOG.md) on GitHub

## License

This is a `ewatercycle-plugin` & thus this is distributed under the same terms as the template: the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
Expand Down

0 comments on commit 9a982d4

Please sign in to comment.