1 | #!/usr/bin/env python3 |
---|
2 | # -*- coding: utf-8 -*- |
---|
3 | #--------------------------------------------------------------------------------# |
---|
4 | # This file is part of the PALM model system. |
---|
5 | # |
---|
6 | # PALM is free software: you can redistribute it and/or modify it under the terms |
---|
7 | # of the GNU General Public License as published by the Free Software Foundation, |
---|
8 | # either version 3 of the License, or (at your option) any later version. |
---|
9 | # |
---|
10 | # PALM is distributed in the hope that it will be useful, but WITHOUT ANY |
---|
11 | # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
---|
12 | # A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
---|
13 | # |
---|
14 | # You should have received a copy of the GNU General Public License along with |
---|
15 | # PALM. If not, see <http://www.gnu.org/licenses/>. |
---|
16 | # |
---|
17 | # Copyright 1997-2018 Leibniz Universitaet Hannover |
---|
18 | #--------------------------------------------------------------------------------# |
---|
19 | # |
---|
20 | # Current revisions: |
---|
21 | # ----------------- |
---|
22 | # |
---|
23 | # |
---|
24 | # Former revisions: |
---|
25 | # ----------------- |
---|
26 | # $Id: .csd.config.default 3567 2018-11-27 13:59:21Z kanani $ |
---|
27 | # Initial revisions |
---|
28 | # |
---|
29 | # |
---|
30 | # |
---|
31 | # |
---|
32 | # |
---|
33 | # Description: |
---|
34 | # ------------ |
---|
35 | # Default configuration file for palm_csd |
---|
36 | # |
---|
37 | # @Author Bjoern Maronga (maronga@muk.uni-hannover.de) |
---|
38 | #------------------------------------------------------------------------------# |
---|
39 | |
---|
40 | [global] |
---|
41 | author = Bjoern Maronga, maronga@muk.uni-hannover.de |
---|
42 | contact_person = Bjoern Maronga, maronga@muk.uni-hannover.de |
---|
43 | acronym = LUHimuk |
---|
44 | comment = created with palm_csd |
---|
45 | data_content = text |
---|
46 | dependencies = text |
---|
47 | keywords = text |
---|
48 | source = text |
---|
49 | campaign = text |
---|
50 | location = Berlin |
---|
51 | site = Berlin Mitte |
---|
52 | institution = Institute of Meteorology and Climatology, Leibniz University Hannover |
---|
53 | palm_version = 6.0 |
---|
54 | version = 1 |
---|
55 | rotation_angle = 0.0 |
---|
56 | references = text |
---|
57 | |
---|
58 | |
---|
59 | [settings] |
---|
60 | filename_out = /ldata2/MOSAIK/showcase_python |
---|
61 | lai_season = spring |
---|
62 | lai_high_vegetation_default = 5.0 |
---|
63 | lai_low_vegetation_default = 1.0 |
---|
64 | lai_alpha = 5.0 |
---|
65 | lai_beta = 3.0 |
---|
66 | tree_height_default = 10.0 |
---|
67 | bridge_width = 3.0 |
---|
68 | debug_mode = False |
---|
69 | |
---|
70 | |
---|
71 | [input_01] |
---|
72 | path = /ldata2/MOSAIK/Berlin_static_driver_data |
---|
73 | pixel_size = 15.0 |
---|
74 | file_x = Berlin_CoordinatesUTM_x_15m_DLR.nc |
---|
75 | file_y = Berlin_CoordinatesUTM_y_15m_DLR.nc |
---|
76 | file_x_UTM = Berlin_CoordinatesUTM_y_15m_DLR.nc |
---|
77 | file_y_UTM = Berlin_CoordinatesUTM_x_15m_DLR.nc |
---|
78 | file_lat = Berlin_CoordinatesLatLon_y_15m_DLR.nc |
---|
79 | file_lon = Berlin_CoordinatesLatLon_x_15m_DLR.nc |
---|
80 | file_zt = Berlin_terrain_height_15m_DLR.nc |
---|
81 | file_buildings_2d = Berlin_building_height_15m_LOD2_DLR.nc |
---|
82 | file_building_id = Berlin_building_id_15m_DLR.nc |
---|
83 | file_building_type = Berlin_building_type_15m_DLR.nc |
---|
84 | file_bridges_2d = Berlin_bridges_height_15m_DLR.nc |
---|
85 | file_bridges_id = Berlin_bridges_id_15m_DLR.nc |
---|
86 | file_vegetation_type = Berlin_vegetation_type_15m_DLR.nc |
---|
87 | file_vegetation_height = Berlin_vegetation_patch_height_15m_DLR.nc |
---|
88 | file_pavement_type = Berlin_pavement_type_15m_DLR.nc |
---|
89 | file_water_type = Berlin_water_type_15m_DLR.nc |
---|
90 | file_soil_type = Berlin_soil_type_15m_DLR.nc |
---|
91 | file_street_type = Berlin_street_type_15m_DLR.nc |
---|
92 | file_street_crossings = Berlin_street_crossings_15m_DLR.nc |
---|
93 | |
---|
94 | [input_02] |
---|
95 | path = /ldata2/MOSAIK/Berlin_static_driver_data |
---|
96 | pixel_size = 10.0 |
---|
97 | file_x = Berlin_CoordinatesUTM_x_10m_DLR.nc |
---|
98 | file_y = Berlin_CoordinatesUTM_y_10m_DLR.nc |
---|
99 | file_x_UTM = Berlin_CoordinatesUTM_y_10m_DLR.nc |
---|
100 | file_y_UTM = Berlin_CoordinatesUTM_x_10m_DLR.nc |
---|
101 | file_lat = Berlin_CoordinatesLatLon_y_10m_DLR.nc |
---|
102 | file_lon = Berlin_CoordinatesLatLon_x_10m_DLR.nc |
---|
103 | file_zt = Berlin_terrain_height_10m_DLR.nc |
---|
104 | file_buildings_2d = Berlin_building_height_10m_LOD2_DLR.nc |
---|
105 | file_building_id = Berlin_building_id_10m_DLR.nc |
---|
106 | file_building_type = Berlin_building_type_10m_DLR.nc |
---|
107 | file_bridges_2d = Berlin_bridges_height_10m_DLR.nc |
---|
108 | file_bridges_id = Berlin_bridges_id_10m_DLR.nc |
---|
109 | file_vegetation_type = Berlin_vegetation_type_10m_DLR.nc |
---|
110 | file_vegetation_height = Berlin_vegetation_patch_height_10m_DLR.nc |
---|
111 | file_pavement_type = Berlin_pavement_type_10m_DLR.nc |
---|
112 | file_water_type = Berlin_water_type_10m_DLR.nc |
---|
113 | file_soil_type = Berlin_soil_type_10m_DLR.nc |
---|
114 | file_street_type = Berlin_street_type_10m_DLR.nc |
---|
115 | file_street_crossings = Berlin_street_crossings_10m_DLR.nc |
---|
116 | |
---|
117 | [input_03] |
---|
118 | file_x = Berlin_CoordinatesUTM_x_1m_DLR.nc |
---|
119 | file_y = Berlin_CoordinatesUTM_y_1m_DLR.nc |
---|
120 | file_x_UTM = Berlin_CoordinatesUTM_x_1m_DLR.nc |
---|
121 | file_y_UTM = Berlin_CoordinatesUTM_y_1m_DLR.nc |
---|
122 | file_lat = Berlin_CoordinatesLatLon_y_1m_DLR.nc |
---|
123 | file_lon = Berlin_CoordinatesLatLon_x_1m_DLR.nc |
---|
124 | path = /ldata2/MOSAIK/Berlin_static_driver_data |
---|
125 | pixel_size = 1.0 |
---|
126 | file_zt = Berlin_terrain_height_1m_DLR.nc |
---|
127 | file_buildings_2d = Berlin_building_height_1m_LOD2_DLR.nc |
---|
128 | file_building_id = Berlin_building_id_1m_DLR.nc |
---|
129 | file_bridges_2d = Berlin_bridges_height_1m_DLR.nc |
---|
130 | file_bridges_id = Berlin_bridges_id_1m_DLR.nc |
---|
131 | file_building_type = Berlin_building_type_1m_DLR.nc |
---|
132 | file_vegetation_type = Berlin_vegetation_type_1m_DLR.nc |
---|
133 | file_vegetation_height = Berlin_vegetation_patch_height_1m_DLR.nc |
---|
134 | file_pavement_type = Berlin_pavement_type_1m_DLR.nc |
---|
135 | file_water_type = Berlin_water_type_1m_DLR.nc |
---|
136 | file_soil_type = Berlin_soil_type_1m_DLR.nc |
---|
137 | file_street_type = Berlin_street_type_1m_DLR.nc |
---|
138 | file_street_crossings = Berlin_street_crossings_1m_DLR.nc |
---|
139 | |
---|
140 | [output] |
---|
141 | path = /ldata2/MOSAIK/ |
---|
142 | file_out = winter_iop1_test |
---|
143 | version = 1 |
---|
144 | |
---|
145 | [domain_root] |
---|
146 | pixel_size = 15.0 |
---|
147 | origin_x = 0.0 |
---|
148 | origin_y = 0.0 |
---|
149 | nx = 311 |
---|
150 | ny = 257 |
---|
151 | buildings_3d = False |
---|
152 | dz = 15.0 |
---|
153 | allow_high_vegetation = True |
---|
154 | generate_vegetation_patches = True |
---|
155 | use_palm_z_axis= True |
---|
156 | interpolate_terrain = False |
---|
157 | domain_parent |
---|
158 | |
---|
159 | [domain_N02] |
---|
160 | pixel_size = 1.0 |
---|
161 | origin_x = 19605 |
---|
162 | origin_y = 20895 |
---|
163 | nx = 1023 |
---|
164 | ny = 1023 |
---|
165 | buildings_3d = True |
---|
166 | dz = 1.0 |
---|
167 | allow_high_vegetation = False |
---|
168 | generate_vegetation_patches = True |
---|
169 | use_palm_z_axis= True |
---|
170 | interpolate_terrain = True |
---|
171 | domain_parent = root |
---|