@@ -68,7 +68,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
6868 'config_run_duration' : "'00-00-00_06:00:00'" ,
6969 'config_dt' : "'00:00:30'" ,
7070 'config_btr_dt' : "'00:00:01'" ,
71- 'config_Rayleigh_friction ' : '.true.' ,
71+ 'config_implicit_bottom_drag_type ' : "'constant_and_rayleigh'" ,
7272 'config_Rayleigh_damping_coeff' : '1.0e-3' }
7373 namelist_options .update (shared_options )
7474 step .add_namelist_options (namelist_options )
@@ -92,7 +92,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
9292 'config_run_duration' : "'00-00-00_06:00:00'" ,
9393 'config_dt' : "'00:01:00'" ,
9494 'config_btr_dt' : "'00:00:02'" ,
95- 'config_Rayleigh_friction ' : '.true.' ,
95+ 'config_implicit_bottom_drag_type ' : "'constant_and_rayleigh'" ,
9696 'config_Rayleigh_damping_coeff' : '4.0e-4' ,
9797 'config_do_restart' : '.true.' ,
9898 'config_start_time' : f"'{ restart_times [0 ]} '" }
@@ -119,7 +119,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
119119 'config_run_duration' : "'00-00-00_12:00:00'" ,
120120 'config_dt' : "'00:02:00'" ,
121121 'config_btr_dt' : "'00:00:04'" ,
122- 'config_Rayleigh_friction ' : '.true.' ,
122+ 'config_implicit_bottom_drag_type ' : "'constant_and_rayleigh'" ,
123123 'config_Rayleigh_damping_coeff' : '1.0e-4' ,
124124 'config_do_restart' : '.true.' ,
125125 'config_start_time' : f"'{ restart_times [1 ]} '" }
@@ -146,7 +146,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
146146 'config_run_duration' : "'00-00-01_00:00:00'" ,
147147 'config_dt' : "'00:03:00'" ,
148148 'config_btr_dt' : "'00:00:06'" ,
149- 'config_Rayleigh_friction ' : '.true.' ,
149+ 'config_implicit_bottom_drag_type ' : "'constant_and_rayleigh'" ,
150150 'config_Rayleigh_damping_coeff' : '4.0e-5' ,
151151 'config_do_restart' : '.true.' ,
152152 'config_start_time' : f"'{ restart_times [2 ]} '" }
@@ -173,7 +173,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
173173 'config_run_duration' : "'00-00-01_00:00:00'" ,
174174 'config_dt' : "'00:04:00'" ,
175175 'config_btr_dt' : "'00:00:08'" ,
176- 'config_Rayleigh_friction ' : '.true.' ,
176+ 'config_implicit_bottom_drag_type ' : "'constant_and_rayleigh'" ,
177177 'config_Rayleigh_damping_coeff' : '2.0e-5' ,
178178 'config_do_restart' : '.true.' ,
179179 'config_start_time' : f"'{ restart_times [3 ]} '" }
0 commit comments