Skip to content

SFINCS v2.1.1 Dollerup Release 2024.01

Latest
Compare
Choose a tag to compare
@Leynse Leynse released this 04 Sep 13:29
· 4 commits to main since this release
22964ac

v2.1.1 Dollerup release

The first official 2024 release of SFINCS, the v2.1.1 Dollerup release, 'Conquering challenges in compound flood modelling together', is now available!

This contains open access to the source code from Github: https://github.com/Deltares/SFINCS/releases/tag/v2.1.1_Dollerup_release.

As pre-compiled Windows executable:

https://download.deltares.nl/en/sfincs/

As Docker container:

docker pull deltares/sfincs-cpu:sfincs-v2.1.1-Dollerup-Release

Changes:

The code consists of all functionality of the v2.0.3 release, with the following major changes/additions:

Added functionality:

  • New advection scheme 'advection_scheme = upw1' > new default! Old implementation still available as 'advection_scheme = original'.
  • Option to include 2D component of friction term 'friction2d = true' > new default! Old implementation still available as 'friction2d = false'.
  • New Python setup tools HydroMT-SFINCS release v1.1.0 > highly recommended to use this new version!
  • New subgrid methodology including wet fraction as in Van Ormondt et al. (2024, in review), only available through net netcdf input file through new HydroMT-SFINCS version, recommended! Old implementation still available when providing the original binary file, then all wet fractions are assumed to be 1.
  • Upgraded coupled and integrated stationary wave solver 'SnapWave' including Infragravity wave energy balance following Leijnse et al. (2024).
  • New recommended default combination that with new advection scheme: alpha=0.50, theta=1.0, advection=1 (is now always 2D), viscosity=1.

Other changes:

  • Improved stability for cell that from being dry becomes wet.
  • Extra output variable to netcdf output files 'status', for easy checking whether a batch of simulations have all run succesfully: a value of 0 means no error
  • Added option to specify in case of a 1 layer model (either quadtree input, or original input), whether you want the output as mesh quadtree netcdf (1), or regular gridded netcdf (0, default). Keyword: regular_output_on_mesh (0, default, =logical)
  • netspwfile input for precipitation should be absolute atmospheric pressure, not the pressure drop.
  • Upgrade Windows compiler to IFX 2024.
  • Upgraded Netcdf version to newer native versions of Unidata: netCDF 4.9.2 & netcdf-fortran-4.6.1
  • Updated documentation.
  • Added tests in skillbed report.