Skip to content

Commit

Permalink
Use calving in 2nd phase
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Feb 9, 2024
1 parent ded9fe2 commit 221fdfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demos/kangerd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ kangerdlugssuaq-year5.h5: simulate.py kangerdlugssuaq-year1.h5
python simulate.py \
--input kangerdlugssuaq-year1.h5 \
--final-time 4.0 \
--timesteps-per-year 48 \
--timesteps-per-year 86 \
--calving \
--melt-rate 30e3 \
--mask-smoothing-length 1e3 \
--snes-max-it 500 \
--snes-rtol 1e-5 \
--output kangerdlugssuaq-year5.h5

kangerdlugssuaq-year1.h5: simulate.py kangerdlugssuaq-extrapolated.h5
Expand Down

0 comments on commit 221fdfa

Please sign in to comment.