Skip to content

Commit 205cb76

Browse files
committed
Change namelist options for thin film test
1 parent a879f88 commit 205cb76

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
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'
45
config_use_wetting_drying=.true.
5-
config_zero_drying_velocity_ramp=.true.
6-
config_zero_drying_velocity_ramp_hmax=1e1
6+
config_drying_safety_height=1e-10
7+
config_drying_min_cell_height=1.0e-3
8+
config_zero_drying_velocity_ramp=.false.
9+
config_zero_drying_velocity_ramp_hmin=1e-3
10+
config_zero_drying_velocity_ramp_hmax=1e-1
711
config_use_ssh_gradient_wetting_drying=.false.
812
config_prevent_drying=.true.
9-
config_drying_min_cell_height=1.0e-3
1013
config_zero_drying_velocity = .true.
11-
config_use_land_ice_ssh_adjustment = .false.
12-
config_use_land_ice_forcing=.false.
13-
config_land_ice_dynamic_height=3.1e-3
14-
config_use_land_ice_pressure_relaxation = .true.
15-
config_land_ice_pressure_increment = 10.
16-
config_use_land_ice_overburden_height=.true.
17-
config_land_ice_overburden_height=-3e-3
14+
config_use_implicit_top_drag = .true.

0 commit comments

Comments
 (0)