Skip to content

Commit

Permalink
Fix rayleight damping namelist option
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Aug 1, 2023
1 parent fb9cddb commit 0203d53
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
'config_run_duration': "'00-00-00_06:00:00'",
'config_dt': "'00:00:30'",
'config_btr_dt': "'00:00:01'",
'config_Rayleigh_friction': '.true.',
'config_implicit_bottom_drag_type': "'constant_and_rayleigh'",
'config_Rayleigh_damping_coeff': '1.0e-3'}
namelist_options.update(shared_options)
step.add_namelist_options(namelist_options)
Expand All @@ -92,7 +92,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
'config_run_duration': "'00-00-00_06:00:00'",
'config_dt': "'00:01:00'",
'config_btr_dt': "'00:00:02'",
'config_Rayleigh_friction': '.true.',
'config_implicit_bottom_drag_type': "'constant_and_rayleigh'",
'config_Rayleigh_damping_coeff': '4.0e-4',
'config_do_restart': '.true.',
'config_start_time': f"'{restart_times[0]}'"}
Expand All @@ -119,7 +119,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
'config_run_duration': "'00-00-00_12:00:00'",
'config_dt': "'00:02:00'",
'config_btr_dt': "'00:00:04'",
'config_Rayleigh_friction': '.true.',
'config_implicit_bottom_drag_type': "'constant_and_rayleigh'",
'config_Rayleigh_damping_coeff': '1.0e-4',
'config_do_restart': '.true.',
'config_start_time': f"'{restart_times[1]}'"}
Expand All @@ -146,7 +146,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
'config_run_duration': "'00-00-01_00:00:00'",
'config_dt': "'00:03:00'",
'config_btr_dt': "'00:00:06'",
'config_Rayleigh_friction': '.true.',
'config_implicit_bottom_drag_type': "'constant_and_rayleigh'",
'config_Rayleigh_damping_coeff': '4.0e-5',
'config_do_restart': '.true.',
'config_start_time': f"'{restart_times[2]}'"}
Expand All @@ -173,7 +173,7 @@ def __init__(self, test_group, mesh, init, time_integrator):
'config_run_duration': "'00-00-01_00:00:00'",
'config_dt': "'00:04:00'",
'config_btr_dt': "'00:00:08'",
'config_Rayleigh_friction': '.true.',
'config_implicit_bottom_drag_type': "'constant_and_rayleigh'",
'config_Rayleigh_damping_coeff': '2.0e-5',
'config_do_restart': '.true.',
'config_start_time': f"'{restart_times[3]}'"}
Expand Down

0 comments on commit 0203d53

Please sign in to comment.