[4397] | 1 | !------------------------------------------------------------------------------- |
---|
| 2 | !-- INITIALIZATION PARAMETER NAMELIST |
---|
| 3 | ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/initialization_parameters |
---|
| 4 | !------------------------------------------------------------------------------- |
---|
| 5 | &initialization_parameters |
---|
| 6 | ! |
---|
| 7 | !-- grid parameters |
---|
| 8 | !------------------------------------------------------------------------------- |
---|
[4765] | 9 | nx = 19, ! Number of gridboxes in x-direction (nx+1) |
---|
| 10 | ny = 19, ! Number of gridboxes in y-direction (ny+1) |
---|
| 11 | nz = 50, ! Number of gridboxes in z-direction (nz) |
---|
[4222] | 12 | |
---|
[4765] | 13 | dx = 100.0, ! Size of single gridbox in x-direction |
---|
| 14 | dy = 100.0, ! Size of single gridbox in y-direction |
---|
| 15 | dz = 25.0, ! Size of single gridbox in z-direction |
---|
[4397] | 16 | |
---|
[4409] | 17 | dz_stretch_level = 100.0, |
---|
| 18 | dz_max = 50.0, |
---|
[4397] | 19 | ! |
---|
| 20 | !-- initialization |
---|
| 21 | !------------------------------------------------------------------------------ |
---|
[4409] | 22 | initializing_actions = 'set_constant_profiles', |
---|
[4397] | 23 | |
---|
[4409] | 24 | ug_surface = 2.5, |
---|
| 25 | vg_surface = 0.0, |
---|
[4397] | 26 | |
---|
[4409] | 27 | pt_surface = 293.0, |
---|
[4397] | 28 | |
---|
[4409] | 29 | pt_vertical_gradient = 0.0, 3.0, 0.0, |
---|
| 30 | pt_vertical_gradient_level = 0.0, 800.0, 1600.0, |
---|
[4397] | 31 | |
---|
| 32 | q_surface = 0.01, ! mixing ratio --> rel. hum. = ? |
---|
| 33 | |
---|
[4409] | 34 | origin_date_time = '2019-06-21 12:00:00 +00', ! does the year matter? |
---|
[4397] | 35 | ! |
---|
| 36 | !-- physics |
---|
| 37 | !------------------------------------------------------------------------------ |
---|
[4409] | 38 | latitude = 53.37, |
---|
| 39 | longitude = 9.73, |
---|
[4397] | 40 | ! |
---|
| 41 | !-- boundary conditions |
---|
| 42 | !------------------------------------------------------------------------------ |
---|
| 43 | constant_flux_layer = .TRUE., ! use a constant flux layer at |
---|
| 44 | ! the bottom boundary |
---|
| 45 | |
---|
| 46 | bc_pt_b = 'dirichlet', ! required when using LSM |
---|
| 47 | bc_q_b = 'dirichlet', ! required when using LSM |
---|
| 48 | ! |
---|
| 49 | !-- mode |
---|
| 50 | !------------------------------------------------------------------------------ |
---|
| 51 | humidity = .TRUE., ! use prognostic equation for humidity |
---|
| 52 | |
---|
| 53 | reference_state = 'horizontal_average', ! set reference state for |
---|
| 54 | ! buoyancy term |
---|
| 55 | ! |
---|
| 56 | !-- numerics |
---|
| 57 | !------------------------------------------------------------------------------ |
---|
| 58 | fft_method = 'temperton-algorithm', ! build-in fft method |
---|
| 59 | |
---|
[4409] | 60 | rayleigh_damping_height = 1600.0, |
---|
| 61 | rayleigh_damping_factor = 0.01, |
---|
[4397] | 62 | |
---|
| 63 | / |
---|
| 64 | |
---|
| 65 | !------------------------------------------------------------------------------- |
---|
| 66 | !-- RUNTIME PARAMETER NAMELIST |
---|
| 67 | ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/runtime_parameters |
---|
| 68 | !------------------------------------------------------------------------------- |
---|
| 69 | &runtime_parameters |
---|
| 70 | ! |
---|
| 71 | !-- run steering |
---|
| 72 | !------------------------------------------------------------------------------- |
---|
[4409] | 73 | end_time = 216000.0, ! (2.5 days) |
---|
[4397] | 74 | |
---|
[4409] | 75 | create_disturbances = .TRUE., |
---|
| 76 | dt_disturb = 120.0, |
---|
| 77 | disturbance_energy_limit = 0.0001, |
---|
[4397] | 78 | ! |
---|
| 79 | !-- data output |
---|
| 80 | !------------------------------------------------------------------------------ |
---|
| 81 | netcdf_data_format = 2, ! use NetCDF3 |
---|
| 82 | |
---|
[4409] | 83 | dt_run_control = 900.0, |
---|
| 84 | dt_data_output = 21600.0, |
---|
| 85 | dt_data_output_av = 3600.0, |
---|
[4397] | 86 | |
---|
[4409] | 87 | averaging_interval = 1800.0, |
---|
[4765] | 88 | ! |
---|
| 89 | !-- profile output |
---|
| 90 | !------------------------------------------------------------------------------- |
---|
| 91 | data_output_pr = '#u', |
---|
| 92 | '#v', |
---|
| 93 | '#theta', |
---|
| 94 | '#q', |
---|
| 95 | '#thetav', |
---|
| 96 | '#km', |
---|
| 97 | '#kh', |
---|
| 98 | '#l', |
---|
| 99 | 'w', |
---|
| 100 | 'e', |
---|
| 101 | 'e*', |
---|
| 102 | 'p', |
---|
| 103 | 'wu', |
---|
| 104 | 'w"u"', |
---|
| 105 | 'w*u*', |
---|
| 106 | 'w"v"', |
---|
| 107 | 'w*v*', |
---|
| 108 | 'w"theta"', |
---|
| 109 | 'w*theta*', |
---|
| 110 | 'w"thetav"', |
---|
| 111 | 'w*thetav*', |
---|
| 112 | 'w"q"', |
---|
| 113 | 'w*q*', |
---|
| 114 | 'w*e*', |
---|
| 115 | 'theta*2', |
---|
| 116 | 'q*2', |
---|
| 117 | 'u*2', |
---|
| 118 | 'v*2', |
---|
| 119 | 'w*2', |
---|
| 120 | '#t_soil', |
---|
| 121 | '#m_soil', |
---|
[4397] | 122 | |
---|
[4409] | 123 | section_xy = 0, |
---|
[4765] | 124 | ! |
---|
| 125 | !-- 2d and/or 3d data output |
---|
| 126 | !------------------------------------------------------------------------------- |
---|
| 127 | data_output = 'theta', |
---|
| 128 | 'theta_av', |
---|
| 129 | 'thetav', |
---|
| 130 | 'thetav_av', |
---|
| 131 | 'q', |
---|
| 132 | 'q_av', |
---|
| 133 | 'u', |
---|
| 134 | 'u_av', |
---|
| 135 | 'v', |
---|
| 136 | 'v_av', |
---|
| 137 | 't_soil', |
---|
| 138 | 't_soil_av', |
---|
| 139 | 'm_soil', |
---|
| 140 | 'm_soil_av', |
---|
| 141 | 'us*_xy', |
---|
| 142 | 'us*_xy_av', |
---|
| 143 | 't*_xy', |
---|
| 144 | 't*_xy_av', |
---|
| 145 | 'r_a*_xy', |
---|
| 146 | 'r_a*_xy_av', |
---|
| 147 | 'r_s*_xy', |
---|
| 148 | 'r_s*_xy_av', |
---|
| 149 | 'tsurf*_xy', |
---|
| 150 | 'tsurf*_xy_av', |
---|
| 151 | 'ghf*_xy', |
---|
| 152 | 'ghf*_xy_av', |
---|
| 153 | 'shf*_xy', |
---|
| 154 | 'shf*_xy_av', |
---|
| 155 | 'qsws_liq*_xy', |
---|
| 156 | 'qsws_liq*_xy_av', |
---|
| 157 | 'qsws_soil*_xy', |
---|
| 158 | 'qsws_soil*_xy_av', |
---|
| 159 | 'qsws_veg*_xy', |
---|
| 160 | 'qsws_veg*_xy_av', |
---|
| 161 | 'c_liq*_xy', |
---|
| 162 | 'c_liq*_xy_av', |
---|
| 163 | 'c_soil*_xy', |
---|
| 164 | 'c_soil*_xy_av', |
---|
| 165 | 'c_veg*_xy', |
---|
| 166 | 'c_veg*_xy_av', |
---|
[4397] | 167 | / |
---|
| 168 | |
---|
| 169 | !------------------------------------------------------------------------------- |
---|
| 170 | !-- LAND-SURFACE PARAMETER NAMELIST |
---|
| 171 | ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/land_surface_parameters |
---|
| 172 | !------------------------------------------------------------------------------- |
---|
| 173 | &land_surface_parameters |
---|
[4765] | 174 | ! |
---|
| 175 | !-- define soil type and tempature |
---|
| 176 | !------------------------------------------------------------------------------- |
---|
[4409] | 177 | soil_type = 3, ! medium-fine |
---|
| 178 | soil_moisture = 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, |
---|
| 179 | soil_temperature = 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, |
---|
| 180 | deep_soil_temperature = 293.0, |
---|
[4397] | 181 | |
---|
[4409] | 182 | surface_type = 'vegetation', |
---|
| 183 | vegetation_type = 3, ! short grass |
---|
| 184 | vegetation_coverage = 0.95, |
---|
[4397] | 185 | conserve_water_content = .TRUE., ! closed (T) or open (F) lower boundary |
---|
| 186 | |
---|
| 187 | / |
---|
| 188 | |
---|
| 189 | !------------------------------------------------------------------------------- |
---|
| 190 | !-- RADIATION PARAMETER NAMELIST |
---|
| 191 | ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radiation_parameters |
---|
| 192 | !------------------------------------------------------------------------------- |
---|
| 193 | &radiation_parameters |
---|
| 194 | radiation_scheme = 'clear-sky', ! Radiation scheme to be used |
---|
[4409] | 195 | dt_radiation = 60.0, |
---|
[4397] | 196 | |
---|
| 197 | / |
---|