Skip to content

Commit c5368f7

Browse files
committed
Change namelist options for land ice overburden test
1 parent e8ded3f commit c5368f7

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed
Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
config_time_integrator='RK4'
22
config_thickness_flux_type='upwind'
3-
config_land_ice_flux_mode='pressure_only'
3+
config_land_ice_flux_mode='standalone'
4+
config_vert_advection_method='flux-form'
5+
config_vert_remap_interval=5
46
config_use_wetting_drying=.true.
5-
config_zero_drying_velocity_ramp=.true.
6-
config_zero_drying_velocity_ramp_hmax=1e1
7+
config_drying_safety_height=1e-10
8+
config_drying_min_cell_height=1.0e-3
9+
config_zero_drying_velocity_ramp=.false.
10+
config_zero_drying_velocity_ramp_hmin=1e-3
11+
config_zero_drying_velocity_ramp_hmax=1e-1
712
config_use_ssh_gradient_wetting_drying=.false.
813
config_prevent_drying=.true.
9-
config_drying_min_cell_height=1.0e-3
1014
config_zero_drying_velocity = .true.
1115
config_use_land_ice_ssh_adjustment = .false.
1216
config_use_land_ice_forcing=.false.
13-
config_land_ice_dynamic_height=3.1e-3
14-
config_use_land_ice_pressure_relaxation = .true.
17+
config_land_ice_dynamic_height=5.0e5
18+
config_use_thin_film_viscosity=.true.
19+
config_thin_film_viscosity_hmin=1.0e-2
20+
config_thin_film_viscosity_hmax=1.0e-1
21+
config_thin_film_viscosity_constant=1.e2
22+
config_limit_grounded_land_ice_pressure = .true.
23+
config_grounded_land_ice_pressure_relaxation_time = 1.
24+
config_grounded_land_ice_pressure_max_increment = 10.
25+
config_use_implicit_top_drag = .true.
26+
config_use_land_ice_draft_for_floatation = .true.
27+
config_use_land_ice_pressure_relaxation = .false.
28+
config_allow_excess_land_ice_pressure = .false.
29+
config_excess_land_ice_pressure_max = 5.0e5
30+
config_land_ice_pressure_relaxation_mode = 'off'
1531
config_land_ice_pressure_increment = 10.
16-
config_use_land_ice_overburden_height=.true.
17-
config_land_ice_overburden_height=-3e-3
32+
config_use_land_ice_overburden_height = .true.
33+
config_land_ice_overburden_height = 10.
34+
config_zero_drying_velocity_max_factor = 1.0e-3

0 commit comments

Comments
 (0)