Skip to content

Releases: OpenDA-Association/OpenDA

OpenDA 3.2.0

11 Apr 10:42
d360e8c
Compare
Choose a tag to compare

Improvements

  • Convert native Costa build system from automake/Visual Studio to CMake

Removed features

  • Remove unused SQLite observer from Costa to reduce dependencies

OpenDA 3.1.1

08 Jun 15:47
Compare
Choose a tag to compare

Release Notes

OpenDA - Version 3.1.1

Improvements

  • Error output stream of external process of black box actions is being written to OpenDA output
  • Improved logging and bugfix in HSPF model wrapper
  • Small fix in oda_run.sh

New functionalities

  • Option added to SSKF to skip assimilation of observations when they differ too much from the model results

OpenDA 3.1

25 Apr 09:54
Compare
Choose a tag to compare

Improvements

  • Localization improvements D-Flow FM and OpenDA core
  • Support for D-Flow FM _rst.nc restart files
  • Support D-Flow FM partitioning
  • Improved memory usage in OpenDA – D-Flow FM wrapper
  • Writing Kalman Gain according to CF conventions
  • D-Flow FM examples added
  • Updated model_efdc_dll
  • Documentation added and updated

New functionalities

  • model_external_file added which can be used for integrating calibration via OpenDA in other software products

Release OpenDA 3.0.4

15 Dec 16:24
Compare
Choose a tag to compare

Improvements

  • Removed obsolete Log4j library

Release OpenDA 3.0.3

24 Sep 13:50
c1cf919
Compare
Choose a tag to compare

Improvements

  • Fix D-Flow FM simple waal kalman examples for recent D-Flow FM versions, confirmed with (2020.02)
  • Support 3D station data in DFlowFMRestartFileWrapper

Release OpenDA 3.0.2

21 Apr 14:15
Compare
Choose a tag to compare

Improvements

  • Parse DFlowFM BC-files with tabs (D-FlowFM)
  • Close DFlowFM restart file after reading and halt on IO errors (D-FlowFM)
  • Fix conflicting function handle values (native model interface)
  • Fix relative directory errors for saving states on Linux (BlackBox model)

Release OpenDA 3.0.1

07 Apr 12:41
Compare
Choose a tag to compare

Improvements

  • Update windows build for use with Simona.
  • Fix swapped calls in native CTAI_Model_GetObsLocalization function for new and old interface.
  • Disable debug output in native core.
  • Documentation updates.

Release OpenDA 3.0.0

22 Mar 09:00
Compare
Choose a tag to compare

New features

  • Added external_socket_model to send and receive results and parameters over an external socket instead of letting OpenDA run the model itself.

Improvements

  • Removed old IPrevExchangeItem interface and replaced all usages with IExchangeItem. This is a non backwards compatible change, third party classes which implement IPrevExchangeItem should be switched to IExchangeItem as well.
  • Occurrences of IoObjectInterface replaced by newer better maintainable IDataObject & AbstractDataObject
  • IoObject element in xml made deprecated and added DataObject as replacement.
  • Interface changes to support localisation in IModelInstance IStochModelInstance IStochObserver IVector. These are non backward compatible changes so third party classes which implement these interfaces need to be updated
  • Many netcdf related improvements, in handling different data structures, performance

test-deploy

15 Apr 14:42
Compare
Choose a tag to compare
Skip cleanup for deploy

Test version toward 2.4.5

22 May 11:54
Compare
Choose a tag to compare
Pre-release

Version for detailed testing of EnkF/D-FlowFM