Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5a7b13c
- As done in PR of jre/snapwave_sfincs, use the SFINCS input routines…
Leynse Mar 25, 2026
10dfa1a
- As done in PR of jre/snapwave_sfincs, use the SFINCS input routines…
Leynse Mar 25, 2026
faddb92
- Also in sfincs_spiderweb.f90 replace local read_real_input and read…
Leynse Mar 25, 2026
16e01ef
- add posibility to inspect snapwave grid as in PR jre/snapwave_sfincs
Leynse Mar 25, 2026
161c8a7
- restart already fixed to true in sfincs_snapwave
Leynse Mar 25, 2026
ba0148f
- Remove unused subroutine 'neuboundaries' that is replaced by neubou…
Leynse Mar 25, 2026
d5559a9
- Preprocess snapwave_ncoutput
Leynse Mar 25, 2026
7bedcc1
- Distinguish this version from the full PR snapwave_domain_updates
Leynse Mar 26, 2026
503d6db
- Bring over from snapwave_domain_changes of declaring DoverE before…
Leynse Mar 26, 2026
9a6c492
- Bring over 'Add triangles around stair case boundaries"
Leynse Mar 26, 2026
bc35896
- Last changes besides snapwave_solver.f90 ones I think
Leynse Mar 26, 2026
132813a
- Add 200m limitation, and dimensionless not > todo
Leynse Mar 26, 2026
e66aba0
- Do many of the visual edits
Leynse Mar 26, 2026
3f9762c
- Do the 2 versions of relax_factor_DoverA & relax_factor_DoverE
Leynse Mar 26, 2026
feb3894
- Updated baldock
Leynse Mar 26, 2026
a88f431
- Don't limit Hk and Hkig with gamma*depth anymore
Leynse Mar 26, 2026
2b23982
Merge branch 'main' of https://github.com/Deltares/SFINCS into snapwa…
Leynse Apr 29, 2026
111f782
- Make Herbers IG boundary warning dimensionless, using hsinc / depth
Leynse Apr 2, 2026
6f81cda
- Already do the bugfix of PR #283 by switching to srcig based on E a…
Leynse Apr 2, 2026
b25313b
- Suggestion of Marlies to keep the original formulation for Hmx_ig
Leynse Apr 15, 2026
c1183ce
- Bugfix in calculating kwav_ig!
Leynse Apr 15, 2026
d043e14
- Add back Neumann message
Leynse Apr 2, 2026
3aa0ed6
- match in and output
Leynse Apr 29, 2026
15a7731
- Change default snapwave_gammaig to 0.7
Leynse Mar 9, 2026
17390a7
- Add gamma_fac_br as in PR #281
Leynse Apr 29, 2026
6fbc1fb
- Add user definable snapwave_relax_factor_DoverE and snapwave_relax_…
Leynse Apr 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions source/sfincs_lib/sfincs_lib.vfproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@
<File RelativePath="..\src\snapwave\snapwave_boundaries.f90">
</File>
<File RelativePath="..\src\snapwave\snapwave_data.f90"/>
<File RelativePath="..\src\snapwave\snapwave_date.f90"/>
<File RelativePath="..\src\snapwave\snapwave_domain.f90"/>
<File RelativePath="..\src\snapwave\snapwave_infragravity.f90"/>
<File RelativePath="..\src\snapwave\snapwave_date.f90">
</File>
<File RelativePath="..\src\snapwave\snapwave_domain.f90">
</File>
<File RelativePath="..\src\snapwave\snapwave_infragravity.f90">
</File>
<File RelativePath="..\src\snapwave\snapwave_ncinput.F90">
<FileConfiguration Name="Release|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/>
Expand All @@ -45,21 +48,31 @@
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/>
</FileConfiguration>
</File>
<File RelativePath="..\src\snapwave\snapwave_ncoutput.F90">
<FileConfiguration Name="Release|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/>
</FileConfiguration>
<FileConfiguration Name="Debug|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/>
</FileConfiguration>
</File>
<File RelativePath="..\src\snapwave\snapwave_solver.f90">
</File>
<File RelativePath="..\src\snapwave\snapwave_windsource.f90"/>
<File RelativePath="..\src\snapwave\snapwave_windsource.f90">
</File>
</Filter>
<File RelativePath="..\third_party_open\Delft3D\astro.f90"/>
<File RelativePath="..\third_party_open\bicgstab\bicgstab_solver_ilu.f90"/>
<File RelativePath="..\third_party_open\bicgstab\bicgstab_solver_ilu.f90">
</File>
<File RelativePath="..\third_party_open\utils\deg2utm.f90"/>
<File RelativePath="..\third_party_open\utils\geometry.f90"/>
<File RelativePath="..\src\sfincs_bathtub.f90">
</File>
<File RelativePath="..\src\sfincs_boundaries.f90"/>
<File RelativePath="..\src\sfincs_continuity.f90"/>
<File RelativePath="..\src\sfincs_crosssections.f90"/>
<File RelativePath="..\src\sfincs_data.f90">
<File RelativePath="..\src\sfincs_crosssections.f90">
</File>
<File RelativePath="..\src\sfincs_data.f90"/>
<File RelativePath="..\src\sfincs_date.f90"/>
<File RelativePath="..\src\sfincs_discharges.f90"/>
<File RelativePath="..\src\sfincs_domain.f90">
Expand All @@ -69,7 +82,8 @@
<File RelativePath="..\src\sfincs_initial_conditions.F90"/>
<File RelativePath="..\src\sfincs_input.f90">
</File>
<File RelativePath="..\src\sfincs_lib.f90"/>
<File RelativePath="..\src\sfincs_lib.f90">
</File>
<File RelativePath="..\src\sfincs_log.f90"/>
<File RelativePath="..\src\sfincs_meteo.f90">
</File>
Expand Down Expand Up @@ -104,8 +118,11 @@
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/>
</FileConfiguration>
</File>
<File RelativePath="..\src\sfincs_read.f90">
</File>
<File RelativePath="..\src\sfincs_runup_gauges.f90"/>
<File RelativePath="..\src\sfincs_snapwave.f90"/>
<File RelativePath="..\src\sfincs_snapwave.f90">
</File>
<File RelativePath="..\src\sfincs_spiderweb.f90"/>
<File RelativePath="..\src\sfincs_structures.f90"/>
<File RelativePath="..\src\sfincs_subgrid.F90">
Expand Down
8 changes: 5 additions & 3 deletions source/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ libsfincs_la_SOURCES = \
sfincs_date.f90 \
sfincs_spiderweb.f90 \
sfincs_data.f90 \
../third_party_open/Delft3D/astro.f90 \
sfincs_read.f90 \
../third_party_open/Delft3D/astro.f90 \
../third_party_open/utils/geometry.f90 \
sfincs_error.f90 \
sfincs_quadtree.f90 \
snapwave/interp.F90 \
snapwave/snapwave_data.f90 \
snapwave/snapwave_ncinput.F90 \
snapwave/snapwave_ncinput.F90 \
snapwave/snapwave_ncoutput.F90 \
snapwave/snapwave_infragravity.f90 \
snapwave/snapwave_boundaries.f90 \
snapwave/snapwave_date.f90 \
Expand All @@ -50,7 +52,7 @@ libsfincs_la_SOURCES = \
sfincs_snapwave.f90 \
../third_party_open/utils/deg2utm.f90 \
sfincs_meteo.f90 \
../third_party_open/bicgstab/bicgstab_solver_ilu.f90 \
../third_party_open/bicgstab/bicgstab_solver_ilu.f90 \
sfincs_nonhydrostatic.f90 \
sfincs_ncoutput.F90 \
sfincs_output.f90 \
Expand Down
Loading