Skip to content

Releases: Iowa-Flood-Center/asynch

(Plus) Belle Plaine.

29 Jul 22:52
1108704
Compare
Choose a tag to compare
(Plus) Belle Plaine. Pre-release
Pre-release

Include Offline models, Tetis models, and irregular binary forcing
Add:

  • Family of 'offline' models: 192, 196, 258, 259;
  • Family of Tetis models: 400, 401, 402;
  • Support for new forcing format: Irregular Binary (forcing 5).

Belle Plaine.

10 Oct 21:53
Compare
Choose a tag to compare
  • Adds verbose mode.
  • Enhances flexibility for GridCell file reading.
  • Fixes reservoirs forcing functionality.
  • Fixes HDF5 file writing.

Belle Plaine.

14 Jul 22:18
Compare
Choose a tag to compare

A bug fix release.

  • Fix model 257.
  • Add missing release notes.

Belle Plaine.

11 Jul 20:07
Compare
Choose a tag to compare

A more compact HDF5 output format, 3 new models, and a preliminary version of Data Assimilation. You are welcome.

  • Add support for HDF5 array outputs (#33), with array layout similar to netcdf
  • Add Model 256 (#34). We added a new model called 256, which:
    • has a new state variable ans[7] : accumulated evapotranspiration.
    • has one more toplayer storage to link parameter k_tl = global_params[12]
    • has a flux component from toplayer storage to channel that represents the interflow double q_tl = k_tl * s_t
  • Add release procedure (see Contributing)
  • Model 195 - "offline" (#35)
  • Add model 257
    • Based on 256 but channel velocity is spatialized as a function of the Horton order.
  • Add Data Assimilation (#36)

Des Moines.

30 Jun 17:21
Compare
Choose a tag to compare

Bug fix version.

  • Fix crash if temporary files not open
  • Fix issue with stormfiles with multiple cores

Des Moines.

15 May 19:51
Compare
Choose a tag to compare

Bug fix version.

  • Fix the storm file format
  • Add the examples folder to the distribution

Des Moines.

02 May 21:59
Compare
Choose a tag to compare

A long run profiling and optimization release.

Check out the Release Notes. No breaking change nor new feature.

Calmar.

27 Mar 22:35
Compare
Choose a tag to compare

A bug fix release.

  • Add LICENCE and README.md to package
  • Fix the duplicated file extension (.h5.h5) in h5 snapshots
  • Use ASYNCH_MAX_PATH_LENGTH for filename path (was 128 char in some places)
  • Fix the gridcell format #22
  • Re-enable a workaround for the limited precision of time variable
  • Add Asynch_Save_Network_Dot

Clermont.

16 Mar 16:15
Compare
Choose a tag to compare

Check the Release Notes.

  • Implement HDF5 ouputs using packet tables (#18). Update HDF5 to 1.8.18, that fixes a bug in the High Level Packet Table (PT) API when the datatype is a packed compound type.
  • Add begin and end timestamp. Use the timstap to generate recurrent h5. Add attributes to h5 (version, model, issue_time...). Fix the examples to show new features.
  • Add optional unix time format for begin and end
  • Use packet tables for snapshots (breaking change)
  • Update the documentation
  • Fix some warnings reported by clang
  • Add the cookbook to the documentation

Fayette.

28 Feb 20:42
Compare
Choose a tag to compare
  • Make PostgreSQL dependency optional (use ./configure --without-postgresql)
  • Documentation moved to Read the Docs (html, epub and pdf are available).
  • H5 periodic snapshots (experimental).
  • API clarification