From ecbae495b55114359d3eed4abac9a16cad60ae8f Mon Sep 17 00:00:00 2001
From: "Philip.Rupp" <philip.rupp@physik.uni-muenchen.de>
Date: Wed, 28 Jun 2023 12:14:22 +0000
Subject: [PATCH] update namelist

---
 .../event-generator/icon_atmosphere.backup    |  5 +-
 .../event-generator/icon_atmosphere.namelist  | 85 ++++++++++++++++++-
 2 files changed, 86 insertions(+), 4 deletions(-)

diff --git a/namelists/event-generator/icon_atmosphere.backup b/namelists/event-generator/icon_atmosphere.backup
index dabcf41..2736dc6 100644
--- a/namelists/event-generator/icon_atmosphere.backup
+++ b/namelists/event-generator/icon_atmosphere.backup
@@ -22,7 +22,10 @@
     include_last                = .true.
     remap                       = 1         ! remap to regular lat/lon grid
     reg_lat_def                 = -20.,1.0,90.         ! start, increment, end latitude in degrees
-    reg_lon_def                 = -1&run_nml
+    reg_lon_def                 = -1
+/
+
+&run_nml
     ltestcase                   = .false.
     dtime                       =  180
     output                      = 'nml'
diff --git a/namelists/event-generator/icon_atmosphere.namelist b/namelists/event-generator/icon_atmosphere.namelist
index ff0b009..386643f 100644
--- a/namelists/event-generator/icon_atmosphere.namelist
+++ b/namelists/event-generator/icon_atmosphere.namelist
@@ -1,6 +1,6 @@
 &run_nml
     ltestcase                   = .false.
-    dtime                       =  180
+    dtime                       =  300
     output                      = 'nml'
     msg_level                   = 15
     num_lev                     = 90
@@ -12,10 +12,70 @@
 /
 
 
+
 &nwp_phy_nml
     lupatmo_phy = .FALSE.
+    inwp_gscp=1,
+    inwp_convection=1,
+    inwp_radiation=1,
+    inwp_cldcover=1,
+    inwp_turb=1,
+    inwp_satad=1,
+    inwp_sso=1,
+    inwp_gwd=1,
+    inwp_surface=1,
+    icapdcycl=3,
+    latm_above_top=.false.
+    efdt_min_raylfric=3600.,
+    itype_z0=2,
+    icpl_aero_conv=1,
+    icpl_aero_gscp=1,
+    lrtm_filename='rrtmg_lw.nc',
+    !cldopt_filename='rrtm_cldopt.nc', ! simply other file name, probably same file content
+    dt_rad=2160,
+    dt_conv=720,
+    dt_sso=1440,
+    dt_gwd=1440,
+    ldetrain_conv_prec=.false.
+    mu_rain=0.5,
+    rain_n0_factor=0.1,
+/
+
+&radiation_nml
+    irad_o3=79,
+    irad_aero=6,
+    albedo_type=2, ! this would require t_2m climatology in external parameter file
+    vmr_co2=390.e-06,
+    vmr_ch4=1800.e-09,
+    vmr_n2o=322.0e-09,
+    vmr_o2=0.20946,
+    vmr_cfc11=240.e-12,
+    vmr_cfc12=532.e-12,
+/
+
+&lnd_nml
+    !ntiles=3,! needs more layers of t_g in initial conditions
+    nlev_snow=3,
+    lmulti_snow=.false.,
+    itype_heatcond=3,
+    idiag_snowfrac=20,
+    lsnowtile=.true.,
+    lseaice=.true.,
+    llake=.true.,
+    lprog_albsi=.true.,
+    itype_lndtbl=4,
+    itype_root=2,
+    itype_evsl=4,
+    itype_trvg=3,
+    cwimax_ml=5.e-4,
+    c_soil=1.25,
+    c_soil_urb=0.5,
+    sstice_mode=2, !use sst climatology in external parameter file to update ssts
+    itype_snowevap=3,
 /
 
+
+
 &grid_nml
     dynamics_parent_grid_id     = 0
     lredgrid_phys               = .true.
@@ -44,9 +104,28 @@
     flat_height                 = 16000.
 /
 
+
 &nonhydrostatic_nml
-    damp_height                 = 22000.
-    rayleigh_coeff              = 1
+    iadv_rhotheta=2,
+    ivctype=2,
+    itime_scheme=4,
+    exner_expol=0.333,
+    vwind_offctr=0.2,
+    damp_height=44000.,
+    rayleigh_coeff=0.5,
+    lhdiff_rcf=.true.,
+    divdamp_order=24,
+    divdamp_type=32,
+    divdamp_fac=0.004,
+    divdamp_trans_start=12500,
+    divdamp_trans_end=17500,
+    l_open_ubc=.false.,
+    igradp_method=3,
+    l_zdiffu_t=.true.,
+    thslp_zdiffu=0.02,
+    thhgtd_zdiffu=125.,
+    htop_moist_proc=22500.,
+    hbot_qvsubstep=16000.,
 /
 
 
-- 
GitLab