Skip to content

Commit 78afb99

Browse files
Merge pull request #820 from hollyhan/landice/add_correct_sealevel_namelist
Set simulation length in the SLM namelist to 300 years In current setup, ISMIP6-2300 historical simulation is performed for 15 years between 2000-2015 CE, and the projection simulations start from year 2015 until 2301. Previously, the sea-level model namelist was set such that the total length of simulation covered by the SLM is 285 years to cover years between 2015-2300, but since we've decided to run the coupled MALI-SLM model for the historical period as well, the simulation length option in the SLM naemlist needs to be corrected to cover the whole 300 years (2000-2300). This PR includes the change.
2 parents 62b45a6 + 221ee8d commit 78afb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compass/landice/tests/ismip6_run/ismip6_ais_proj2300/namelist.sealevel.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848

4949
/
5050
&timewindow_config
51-
L_sim = 285
51+
L_sim = 300
5252
dt1 = 5
5353
dt2 = 10
5454
dt3 = 10
5555
dt4 = 10
56-
Ldt1 = 285
56+
Ldt1 = 300
5757
Ldt2 = 0
5858
Ldt3 = 0
5959
Ldt4 = 0

0 commit comments

Comments
 (0)