diff --git a/namelists/event-generator/icon_atmosphere.namelist b/namelists/event-generator/icon_atmosphere.namelist index 8add56cebfc6ecaf58cb511bd09befc74a89b1f1..dc9bc0a4e2b79e6a1d604ad243b4bf1b673ccedd 100644 --- a/namelists/event-generator/icon_atmosphere.namelist +++ b/namelists/event-generator/icon_atmosphere.namelist @@ -22,7 +22,84 @@ 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 = -180.,1.0,179.0 ! start, increment, end longitude in degrees + reg_lon_def = -1&run_nml + ltestcase = .false. + dtime = 180 + output = 'nml' + msg_level = 15 + num_lev = 90 + lvert_nest = .false. + ldynamics = .true. + ltransport = .true. + ntracer = 5 + iforcing = 3 +/ + + +&nwp_phy_nml + lupatmo_phy = .FALSE. +/ + +&grid_nml + dynamics_parent_grid_id = 0 + lredgrid_phys = .true. +/ + +&extpar_nml + itopo = 1 +/ + +&initicon_nml + init_mode = 1, + lconsistency_checks = .false. + ana_varnames_map_file = 'ana_varnames_map_file.txt' +/ + +! settings from operational setup for vertical coordinate +&sleve_nml + min_lay_thckn = 20. + max_lay_thckn = 400. + htop_thcknlimit = 14000. + top_height = 75000. + stretch_fac = 0.9 + decay_scale_1 = 4000. + decay_scale_2 = 2500. + decay_exp = 1.2 + flat_height = 16000. +/ + +&nonhydrostatic_nml + damp_height = 22000. + rayleigh_coeff = 1 +/ + + +¶llel_nml + nproma = 16 +/ + +! LATBC files, these files will be used as input for the next example. +&output_nml + file_interval = 'PT3600S' + output_start = '#OUTPUT_START#' + output_end = '#OUTPUT_END#' + output_filename = "latbc" + output_interval = 'PT3600S' + include_last = .true. + ml_varlist = 'u', 'v', 'w', 'theta_v', 'rho', 'qv', 'qc', 'qi', 'qr', 'qs', 'z_ifc' +/ + +! First Guess file +&output_nml + file_interval = 'PT3600S' + output_start = '#OUTPUT_START#' + output_end = '#OUTPUT_END#' + output_filename = "init" + output_interval = 'PT3600S' + include_last = .true. + ml_varlist = 'group:dwd_fg_atm_vars', 'group:dwd_fg_sfc_vars' +/ +80.,1.0,179.0 ! start, increment, end longitude in degrees pl_varlist = 'u','v','omega','geopot','temp' p_levels = 100000,85000,75000,65000,60000, 55000,50000,47500,45000,42500,40000,37500, 35000,32500,30000,28000,26500, 25000,23500,22000, 21000,20000,19000,18000, 17000,16000, 15000,14000,13000,12000, 11000,10000,8500,7000,5500,4000,3000, 2500,2000,1500,1000, 700,500,300,200,150,100,70,50,30,20,10 /