90 | | || {{{file_out}}} || string || ||Output file name. The final output will be stored under {{{path}}}/{{{file_out}}}_{{{domain}}}, where {{{domain}}} will be "root" for the parent (root) domain, and "N01", "N02", etc., for child domains N01, N02, etc., respectively |
| 90 | || {{{file_out}}}* || string || ||Output file name. The final output will be stored under {{{path}}}/{{{file_out}}}_{{{domain}}}, where {{{domain}}} will be "root" for the parent (root) domain, and "N01", "N02", etc., for child domains N01, N02, etc., respectively |
104 | | || {{{path}}} || string ||Directory where the NetCDF input files reside || |
105 | | || {{{pixel_size}}} || float ||Horizontal grid spacing (m) of a surface pixel of size {{{dx*dy}}} where {{{dx = dy}}} in the input data || |
106 | | || {{{file_x}}} || string ||UTM x-coordinates for the simulation domain (m) || |
107 | | || {{{file_y}}} || string ||UTM y-coordinates for the simulation domain (m) || |
108 | | || {{{file_lat}}} || string ||Latitude (degrees N) for the simulation domain || |
109 | | || {{{file_lon}}} || string ||Longitude (degrees E) for the simulation domain || |
110 | | || {{{file_zt}}} || string ||Terrain height (m) || |
111 | | || {{{file_buildings_2d}}} || string ||2D Building height (m) || |
112 | | || {{{file_building_id}}} || string ||Building ids || |
113 | | || {{{file_building_type}}} || string ||Building type distribution || |
114 | | || {{{file_bridges_2d}}} || string ||2D Map of bridge height (m) || |
115 | | || {{{file_bridges_id}}} || string ||Bridge ids || |
116 | | || {{{file_lai}}} || string ||Leaf area index || |
117 | | || {{{file_vegetation_type}}} || string ||Vegetation type distribution || |
118 | | || {{{file_vegetation_height}}} || string ||Vegetation height (m) || |
119 | | || {{{file_pavement_type}}} || string ||Pavement type distribution || |
120 | | || {{{file_water_type}}} || string ||Water type distribution || |
121 | | || {{{file_soil_type}}} || string ||Soil type distribution || |
122 | | || {{{file_street_type}}} || string ||Street type distribution (used for parameterized chemistry emissions and multi-agent model) || |
123 | | || {{{file_street_crossings}}} || string ||Street crossings (used for multi-agent model) || |
124 | | || {{{file_tree_height}}} || string ||Tree height (m) for street trees. For each tree only one value can be given at the center of the tree location || |
| 105 | || {{{path}}} || string ||Directory where the NetCDF input files reside || |
| 106 | || {{{pixel_size}}}* || float ||Horizontal grid spacing (m) of a surface pixel of size {{{dx*dy}}} where {{{dx = dy}}} in the input data || |
| 107 | || {{{file_x}}}* || string ||UTM x-coordinates for the simulation domain (m) || |
| 108 | || {{{file_y}}}* || string ||UTM y-coordinates for the simulation domain (m) || |
| 109 | || {{{file_x_UTM}}}* || string ||UTM x-coordinates for the simulation domain (m) || |
| 110 | || {{{file_y_UTM}}}* || string ||UTM y-coordinates for the simulation domain (m) || |
| 111 | || {{{file_lat}}}* || string ||Latitude (degrees N) for the simulation domain || |
| 112 | || {{{file_lon}}}* || string ||Longitude (degrees E) for the simulation domain || |
| 113 | || {{{file_zt}}}* || string ||Terrain height (m) || |
| 114 | || {{{file_buildings_2d}}}* || string ||2D Building height (m) || |
| 115 | || {{{file_building_id}}}* || string ||Building ids || |
| 116 | || {{{file_building_type}}}* || string ||Building type distribution || |
| 117 | || {{{file_bridges_2d}}}* || string ||2D Map of bridge height (m) || |
| 118 | || {{{file_bridges_id}}}* || string ||Bridge ids || |
| 119 | || {{{file_lai}}} || string ||Leaf area index || |
| 120 | || {{{file_vegetation_type}}}* || string ||Vegetation type distribution || |
| 121 | || {{{file_vegetation_height}}}* || string ||Vegetation height (m) || |
| 122 | || {{{file_pavement_type}}}* || string ||Pavement type distribution || |
| 123 | || {{{file_water_type}}}* || string ||Water type distribution || |
| 124 | || {{{file_street_type}}}* || string ||Street type distribution (used for parameterized chemistry emissions and multi-agent model) || |
| 125 | || {{{file_street_crossings}}}* || string ||Street crossings (used for multi-agent model) || |
| 126 | || {{{file_tree_height}}} || string ||Tree height (m) for street trees. For each tree only one value can be given at the center of the tree location || |
165 | | || {{{pixel_size}}} || float || ||Grid spacing in x and y / pixel size (m) || |
166 | | || {{{origin_x}}} || float || ||x-origin of the model domain (m) with respect to the input data UTM coordinates || |
167 | | || {{{origin_y}}} || float || ||y-origin of the model domain (m) with respect to the input data UTM coordinates || |
168 | | || {{{nx}}} || float || ||Number of grid points in x-direction (equals the {{{nx}}} setting in the PALM parameter file || |
169 | | || {{{ny}}} || float || ||Number of grid points in y-direction (equals the {{{ny}}} setting in the PALM parameter file || |
170 | | || {{{dz}}} || float || ||Vertical grid spacing in PALM (m). This parameter is needed when {{{buildings_3d}, {{{street_trees}}}, {{{canopy_patches}}}, {{{interpolate_terrain}}}, or {{{use_palm_z_axis}}} is used || |
| 170 | || {{{pixel_size}}}* || float || ||Grid spacing in x and y / pixel size (m) || |
| 171 | || {{{origin_x}}}* || float || ||x-origin of the model domain (m) with respect to the input data UTM coordinates || |
| 172 | || {{{origin_y}}}* || float || ||y-origin of the model domain (m) with respect to the input data UTM coordinates || |
| 173 | || {{{nx}}}* || float || ||Number of grid points in x-direction (equals the {{{nx}}} setting in the PALM parameter file || |
| 174 | || {{{ny}}}* || float || ||Number of grid points in y-direction (equals the {{{ny}}} setting in the PALM parameter file || |
| 175 | || {{{dz}}}* || float || ||Vertical grid spacing in PALM (m). This parameter is needed when {{{buildings_3d}, {{{street_trees}}}, {{{canopy_patches}}}, {{{interpolate_terrain}}}, or {{{use_palm_z_axis}}} is used || |