Releases: Iowa-Flood-Center/asynch
Releases · Iowa-Flood-Center/asynch
(Plus) Belle Plaine.
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.
- Adds verbose mode.
- Enhances flexibility for GridCell file reading.
- Fixes reservoirs forcing functionality.
- Fixes HDF5 file writing.
Belle Plaine.
A bug fix release.
- Fix model 257.
- Add missing release notes.
Belle Plaine.
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
- has a new state variable
- 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.
Bug fix version.
- Fix crash if temporary files not open
- Fix issue with stormfiles with multiple cores
Des Moines.
Bug fix version.
- Fix the storm file format
- Add the examples folder to the distribution
Des Moines.
A long run profiling and optimization release.
Check out the Release Notes. No breaking change nor new feature.
Calmar.
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.
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.
- 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