Skip to content
Snippets Groups Projects
Commit 36ad8d7c authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

namelist correction

parent d02a8f2b
No related branches found
No related tags found
No related merge requests found
Pipeline #19147 failed
......@@ -75,7 +75,7 @@
tkmmin_strat = 4
pat_len = 750.
c_diff = 0.2
rat_sea = 7.0 ! operational since May 2017
rat_sea = 0.8 ! operational since May 2017
ltkesso = .true.
frcsmot = 0.2 ! these 2 switches together apply vertical smoothing of the TKE source terms
imode_frcsmot = 2 ! in the tropics (only), which reduces the moist bias in the tropical lower troposphere
......@@ -277,14 +277,15 @@
taxis_tunit = 2
mode = 1 ! 1: forecast mode (relative t-axis), 2: climate mode (absolute t-axis)
include_last = .true.
steps_per_file_inclfirst = .false.
output_filename = 'idfrf' ! file name base
filename_format = 'output/<output_filename><ddhhmmss><levtype>'
filename_format = '<output_filename><ddhhmmss><levtype>'
remap = 1,
reg_def_mode = 1
north_pole = -170.0,40.0
reg_lon_def = -7.5, 0.02, 5.5
reg_lat_def = -6.3, 0.02, 8.0
pl_varlist = 'geopot','temp','THETA_V','U','V','W','RH','TKE','QV','QC','QR','RHO'
pl_varlist = 'geopot','temp','U','V','W','RH','TKE','QV','QC','QR','RHO'
p_levels = 95000., 85000., 50000., 25000.,
output_grid = .false.
/
......@@ -302,9 +303,10 @@
steps_per_file = 1
taxis_tunit = 2
mode = 1 ! 1: forecast mode (relative t-axis), 2: climate mode (absolute t-axis)
steps_per_file_inclfirst = .false.
include_last = .true.
output_filename = 'idfrf' ! file name base
filename_format = 'output/<output_filename><ddhhmmss><levtype>'
filename_format = '<output_filename><ddhhmmss><levtype>'
remap = 1,
reg_def_mode = 1
north_pole = -170.0,40.0
......@@ -327,9 +329,10 @@
steps_per_file = 1
taxis_tunit = 2
mode = 1 ! 1: forecast mode (relative t-axis), 2: climate mode (absolute t-axis)
steps_per_file_inclfirst = .false.
include_last = .true.
output_filename = 'idfrf' ! file name base
filename_format = 'output/<output_filename><ddhhmmss><levtype>_psp'
filename_format = '<output_filename><ddhhmmss><levtype>_psp'
remap = 1,
reg_def_mode = 1
north_pole = -170.0,40.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment