Skip to content

Commit

Permalink
Update Kuroshio namelist options
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Feb 9, 2023
1 parent d364a42 commit e3f1347
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
config_time_integrator = 'split_explicit'
config_dt = '00:03:00'
config_dt = '00:10:00'
config_btr_dt = '00:00:10'
config_run_duration = '0000_01:00:00'
config_use_mom_del2 = .true.
config_mom_del2 = 250.0
config_mom_del2 = 200.0
config_use_mom_del4 = .true.
config_mom_del4 = 1.5e10
config_mom_del4 = 1.18e10
config_hmix_scaleWithMesh = .true.
config_hmix_ref_cell_width = 20.0e3
config_use_GM = .true.
config_GM_closure = 'constant'
config_GM_constant_kappa = 600.0
config_Redi_constant_kappa = 400.0
config_Redi_maximum_slope = 0.01
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
config_time_integrator = 'split_explicit'
config_dt = '00:03:00'
config_dt = '00:05:00'
config_btr_dt = '00:00:10'
config_run_duration = '0000_01:00:00'
config_use_mom_del2 = .true.
config_mom_del2 = 250.0
config_mom_del2 = 25.0
config_use_mom_del4 = .true.
config_mom_del4 = 1.5e10
config_mom_del4 = 3.2e09
config_hmix_scaleWithMesh = .true.
config_hmix_ref_cell_width = 20.0e3
config_use_GM = .true.
config_GM_closure = 'constant'
config_GM_constant_kappa = 600.0
config_Redi_constant_kappa = 400.0
config_Redi_maximum_slope = 0.01

0 comments on commit e3f1347

Please sign in to comment.