Skip to content

Commit d65be6a

Browse files
committed
Fixup when implicit top drag is used
1 parent bd5836d commit d65be6a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

compass/ocean/tests/isomip_plus/namelist.forward_and_ssh_adjust

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ config_land_ice_flux_explicit_topDragCoeff = 2.5e-3
2222
config_land_ice_flux_tidal_Jourdain_U0 = 1e-2
2323
config_land_ice_flux_jenkins_heat_transfer_coefficient = 0.0194
2424
config_land_ice_flux_jenkins_salt_transfer_coefficient = 0.00055428571
25+
config_use_implicit_top_drag = .true.
2526
config_implicit_constant_bottom_drag_coeff = 2.5e-3
2627
config_eos_type = 'linear'
2728
config_eos_linear_alpha = 0.03836

compass/ocean/tests/isomip_plus/namelist.single_layer.forward_and_ssh_adjust

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config_time_integrator='RK4'
22
config_dt='00:00:10'
3+
config_use_implicit_top_drag = .false.
34
config_bottom_drag_mode = 'explicit'
45
config_explicit_bottom_drag_coeff = 3.0e-3
56
config_disable_thick_vadv = .true.

compass/ocean/tests/isomip_plus/namelist.thin_film.forward_and_ssh_adjust

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ config_zero_drying_velocity_ramp_hmax=1e-1
1111
config_use_ssh_gradient_wetting_drying=.false.
1212
config_prevent_drying=.true.
1313
config_zero_drying_velocity = .true.
14-
config_use_implicit_top_drag = .true.

0 commit comments

Comments
 (0)