Skip to content

Commit

Permalink
Update readme w new figure
Browse files Browse the repository at this point in the history
  • Loading branch information
FrejaTerpPetersen committed Dec 18, 2024
1 parent eee6e07 commit 268e382
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .publish/zip_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

def zip_repo():
with zipfile.ZipFile(zip_fn, "w") as z:
path_output = r"\\DKCPH1-STOR.DHI.DK\Projects\11560605\BenchmarkCases\WaterBench-MIKE21HD-ConceptionBay\MIKE21HD-ConceptionBay-output"
# path_output = r"\\DKCPH1-STOR.DHI.DK\Projects\11560605\BenchmarkCases\WaterBench-MIKE21HD-ConceptionBay\MIKE21HD-ConceptionBay-output"
path_output = "output"
z.write(path_output + "/Area_2014_2018.dfsu",arcname="Area_2014_2018.dfsu")
z.write(path_output + "/Area_2019_2022.dfsu",arcname="Area_2019_2022.dfsu")
z.write(path_output + "/Points.dfs0",arcname="Points.dfs0")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The model is validated by comparison to observational data from a measurement st

Below, the comparison between the observational data from one such measurement station and MIKE 21 is shown first followed by the comparison to the altimetry data. The production of these and many more plots is found in the notebooks code/model_validation_*.ipynb.

![](figures/modelskill_comparison.png)
![](figures/modelskill_comparison_HolyroodBay.png)
![](figures/altimetry_comparison.png)


Expand Down
33 changes: 20 additions & 13 deletions code/model_validation_altimetry.ipynb

Large diffs are not rendered by default.

Binary file modified figures/altimetry_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 268e382

Please sign in to comment.