1 | |
---|
2 | &initialization_parameters |
---|
3 | ! |
---|
4 | !-- grid parameters |
---|
5 | !------------------------------------------------------------------------------- |
---|
6 | nx = 39, ! Number of gridboxes in x-direction (nx+1) |
---|
7 | ny = 39, ! Number of gridboxes in y-direction (ny+1) |
---|
8 | nz = 20, ! Number of gridboxes in z-direction (nz) |
---|
9 | |
---|
10 | dx = 1.0, ! Size of single gridbox in x-direction |
---|
11 | dy = 1.0, ! Size of single gridbox in y-direction |
---|
12 | dz = 1.0, ! Size of single gridbox in z-direction |
---|
13 | |
---|
14 | ! |
---|
15 | !-- initialization |
---|
16 | !------------------------------------------------------------------------------- |
---|
17 | origin_date_time = '2019-06-21 12:00:00 +00' |
---|
18 | latitude = 41.9 |
---|
19 | longitude = 12.5 |
---|
20 | |
---|
21 | initializing_actions = 'set_constant_profiles', ! initial conditions |
---|
22 | |
---|
23 | ug_surface = 0.0, ! u-comp of geostrophic wind at surface |
---|
24 | vg_surface = 0.0, ! v-comp of geostrophic wind at surface |
---|
25 | pt_surface = 300.0, ! initial surface potential temp |
---|
26 | pt_vertical_gradient = 0.0, |
---|
27 | 1.0, ! piecewise temp gradients |
---|
28 | |
---|
29 | / ! end of initialization parameter namelist |
---|
30 | |
---|
31 | |
---|
32 | &runtime_parameters |
---|
33 | ! |
---|
34 | !-- run steering |
---|
35 | !------------------------------------------------------------------------------- |
---|
36 | end_time = 3600.0, ! simulation time of the 3D model |
---|
37 | |
---|
38 | |
---|
39 | ! |
---|
40 | !-- data output |
---|
41 | !------------------------------------------------------------------------------- |
---|
42 | netcdf_data_format = 2, ! use NetCDF3 |
---|
43 | |
---|
44 | dt_run_control = 0.0, ! output interval for run control |
---|
45 | dt_data_output = 60.0, ! output interval for general data |
---|
46 | dt_data_output_av = 60.0, ! output interval for averaged data |
---|
47 | |
---|
48 | data_output = 'uvem_vitd3dose*_xy_av', 'uvem_vitd3*_xy' |
---|
49 | |
---|
50 | section_xy = 1, ! grid index for 2D XY cross sections |
---|
51 | averaging_interval = 60.0, ! averaging interval general data |
---|
52 | !dt_averaging_input = 5.0, ! averaging general data sampling rate |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | !------------------------------------------------------------------------------- |
---|
57 | !-- Biometeorology PARAMETER NAMELIST |
---|
58 | ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/biometpar |
---|
59 | !------------------------------------------------------------------------------- |
---|
60 | &biometeorology_parameters |
---|
61 | ! |
---|
62 | !-- exposure model parameters |
---|
63 | !------------------------------------------------------------------------------- |
---|
64 | uv_exposure = .TRUE., !< .T.=expo model on, .F.=expo model off |
---|
65 | thermal_comfort = .FALSE. |
---|
66 | !consider_obstructions = .FALSE., !< .T.=with obstructions, .F.=unobstructed, |
---|
67 | !clothing = 0, !< 0=unclothed, 1=summer, 3=winter) |
---|
68 | !orientation_angle = 180.0, !< orientation of front/face of human |
---|
69 | !turn_to_sun = .TRUE., !< .F.=as orient. angle, .T.=human to sun |
---|
70 | !sun_in_south = .FALSE., !< .F.=actual pos., .T.=sun in south |
---|
71 | |
---|
72 | / ! end of biometeorology parameter namelist |
---|