Recent Releases of BG_Flood
BG_Flood - Rangitaiki
What's Changed
- Fix Spherical Grid capability (#78) by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/79
- CF compliant output and time handling by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/86
Full Changelog: https://github.com/CyprienBosserelle/BG_Flood/compare/v8.0...v0.9
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle over 1 year ago

BG_Flood - GeoFabrics 1.0.0 paper
This release is a snapshot of the version of BG_Food used for the Geofabrics paper:
GeoFabrics 1.0.0: An Open-Source Python package for automatic hydrological conditioning of Digital Elevation Models for flood modelling.
No binaries provided.
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle almost 2 years ago

BG_Flood - QuickGrad
This new version includes an upgrade of the gradient computation, decreasing the computation time (and giving the name of this release!).
What's Changed
- Optimisation of the gradient computation by @CyprienBosserelle in #67
- Add a model for infiltration (Initial Loss Continuous Loss model) by @AliceHarang in #70
- Add crash detection and sanity check on inputs by @AliceHarang and @CyprienBosserelle #69 and #72
- Fix of wet-dry instability by @CyprienBosserelle in #74
Climate Change - Natural Hazard and Storm
- Cuda
Published by AliceHarang about 2 years ago

BG_Flood - Upsidedown
Added a feature to automatically flip netcdf files that are written updside down wich, for some reason is the default in Python
Full Changelog: https://github.com/CyprienBosserelle/BG_Flood/compare/v0.7...v0.7a
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle about 3 years ago

BG_Flood - Poly
This version includes a bunch of update/upgrade including a polygonal domain. Also it was Polyfest last week so it's a good name.
This is a pre release so there are still a lot of bugs hanging around ready to pounce on unsuspected users.
What's Changed
- Catalyst by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/25
- Development for tsunami modelling for release by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/29
- Bring in Catalyst Vis in the adaptation scheme. by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/27
- Adapt by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/31
- Prolongation wet/dry by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/34
- Bringing back the new gradient calculation to the master branch by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/35
- Fix river test by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/39
- Fix TS output issue by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/41
- New Makefile for rewritten version of BG_Flood by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/42
- Fix ActiveCell on GPU for rain forcing by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/44
- Test rain to development by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/47
- New Engine (Buttinger et al.) and fix adaptive simulation by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/48
- Self hosted CI by @AliceHarang in https://github.com/CyprienBosserelle/BG_Flood/pull/53
- Fix deform adapt by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/55
- Add param file as model input and fix float polymorphism by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/56
- Add polygon as model domain by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/52
- Adding atmospheric pressure forcing by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/57
New Contributors
- @AliceHarang made their first contribution in https://github.com/CyprienBosserelle/BG_Flood/pull/53
Full Changelog: https://github.com/CyprienBosserelle/BG_Flood/compare/v0.3...v0.7
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle about 3 years ago

BG_Flood - Wadi
Full Changelog: https://github.com/CyprienBosserelle/BG_Flood/compare/v0.6-alpha...v0.6c
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle over 3 years ago

BG_Flood - Blockmean
What's Changed
- Fix ActiveCell on GPU for rain forcing by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/44
- Test rain to development by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/47
- New Engine (Buttinger et al.) and fix adaptive simulation by @CyprienBosserelle in https://github.com/CyprienBosserelle/BG_Flood/pull/48
Full Changelog: https://github.com/CyprienBosserelle/BG_Flood/compare/v0.5c...v0.6-alpha
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle over 3 years ago

BG_Flood - MorningFrost
Morning Frost
This version has a few small incremental progress, bugfixs since last version.
Makefile compiles in Linux
- Tested on CenTOS
- Tested on Cray High performance computer
Some bugfix
- zsinit now works
- Point output now works in non-adaptive mode (fixing the adaptive version now)
- Fix round-off error crash when saving to NetCDF
- Fix bug when river discharge area was not overlaping with a cell centroid. We now use a OBB algorithm
Some New features
- continuous integration of the code
- new examples with notebook (Julia Pluto, Python Jupyter) to learn to use the model
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle almost 4 years ago

BG_Flood - May_Workshop
code snapshot as of May 4th
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle almost 4 years ago

BG_Flood - Digital Twin
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle over 4 years ago

BG_Flood - Upolu tsunami release ver.b
Previous release did not target the right branch. also added Windows executable.
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle almost 5 years ago

BG_Flood - Upolu tsunami release
This release is for the code used for simulating the 2009 tsunami in south-east Upolu.
Climate Change - Natural Hazard and Storm
- Cuda
Published by CyprienBosserelle almost 5 years ago
