Skip to content

Commit 70a4a41

Browse files
Merge pull request #900 from hollyhan/update_namelist_ismip6-run
Update namelist file to include new&missed options This PR updates: * the MALI namelist file in the ismip6_run test case to include a missing option. * the SLM namelist to work with the recent change in the SLM side (MALI-Dev/1DSeaLevelModel_FWTW#11).
2 parents f8d81b5 + 3c128d5 commit 70a4a41

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
config_thickness_advection = 'fo'
77
config_tracer_advection = 'fo'
8+
config_zero_sfcMassBalApplied_over_bare_land = .true.
89

910
config_uplift_method = 'none'
1011
config_slm_coupling_interval = 5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
initial_topo = .true.
4545
iceVolume = .true.
4646
coupling = .true.
47-
patch_ice = .false.
47+
patch_ice = .true.
4848

4949
/
5050
&timewindow_config

0 commit comments

Comments
 (0)