From 36ad8d7c016743da86cede0cf2152846d9f19054 Mon Sep 17 00:00:00 2001 From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de> Date: Mon, 26 Jun 2023 17:27:33 +0200 Subject: [PATCH] namelist correction --- namelists/real-from-d2-ana/icon_atmosphere.namelist | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/namelists/real-from-d2-ana/icon_atmosphere.namelist b/namelists/real-from-d2-ana/icon_atmosphere.namelist index 1ee7542..63e1e82 100644 --- a/namelists/real-from-d2-ana/icon_atmosphere.namelist +++ b/namelists/real-from-d2-ana/icon_atmosphere.namelist @@ -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 -- GitLab