| 283 | == UV Exposure Module == |
| 284 | |
| 285 | With r3XXX a UV exposure Module (uv_exposure_model_mod) was implemented in PALM. It calculates 2-dimensional maps of the vitamin D3-weighted UV exposure of a human for unobstructed environments(Seckmeyer at al., 2013) and obstructed environments (within a city) (Schrempf at al. 2017a, Schrempf at al. 2017b). |
| 286 | |
| 287 | [=#steering '''Steering:]\\ |
| 288 | \\\\ |
| 289 | NAMELIST group name: [=#inipar '''biometeorology_parameters''']\\ |
| 290 | ---- |
| 291 | The module is enabled as soon as the namelist biometeorology_parameters exists. |
| 292 | |
| 293 | ||='''Parameter Name''' =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]''' =||='''Default\\Value''' =||='''Explanation''' =|| |
| 294 | |---------------- |
| 295 | {{{#!td style="vertical-align:top; width: 150px" |
| 296 | [=#consider_obstructions'''consider_obstructions'''] |
| 297 | }}} |
| 298 | {{{#!td style="vertical-align:top; width: 50px" |
| 299 | I |
| 300 | }}} |
| 301 | {{{#!td style="vertical-align:top; width: 75px" |
| 302 | 1 |
| 303 | }}} |
| 304 | {{{#!td |
| 305 | Considers obstruction (e.g. from buildings and trees). |
| 306 | Value 1: consider obstructions ON (default value) |
| 307 | Value 0: consider obstructions OFF |
| 308 | |
| 309 | Obstructions file must be calculated manually before the stimulation and provided as NetCDF in the INPUT folder. |
| 310 | }}} |
| 311 | || |
| 312 | {{{#!td style="vertical-align:top; width: 150px" |
| 313 | [=#clothing'''clothing'''] |
| 314 | }}} |
| 315 | {{{#!td style="vertical-align:top; width: 50px" |
| 316 | I |
| 317 | }}} |
| 318 | {{{#!td style="vertical-align:top; width: 75px" |
| 319 | 1 |
| 320 | }}} |
| 321 | {{{#!td |
| 322 | Choose clothing outfit for human model. |
| 323 | |
| 324 | Value 0: no clothing (also no hair). |
| 325 | Value 1: Spring/Summer outfit (arms, hands & face exposed). |
| 326 | Value 2: Winter outfit (only, hands & face exposed). |
| 327 | }}} |
| 328 | || |
| 329 | {{{#!td style="vertical-align:top; width: 150px" |
| 330 | [=#orientation_angle'''orientation_angle'''] |
| 331 | }}} |
| 332 | {{{#!td style="vertical-align:top; width: 50px" |
| 333 | F |
| 334 | }}} |
| 335 | {{{#!td style="vertical-align:top; width: 75px" |
| 336 | 180.0 |
| 337 | }}} |
| 338 | {{{#!td |
| 339 | Orientation angle of front/face of the human model. |
| 340 | Only active if also parameter '''turn_to_sun''' is set to 0. |
| 341 | }}} |
| 342 | || |
| 343 | {{{#!td style="vertical-align:top; width: 150px" |
| 344 | [=#saa_in_south'''saa_in_south'''] |
| 345 | }}} |
| 346 | {{{#!td style="vertical-align:top; width: 50px" |
| 347 | I |
| 348 | }}} |
| 349 | {{{#!td style="vertical-align:top; width: 75px" |
| 350 | 1 |
| 351 | }}} |
| 352 | {{{#!td |
| 353 | Azimuthal position of the sun. |
| 354 | Value 0: Azimuthal position of the sun is always south (180°) |
| 355 | Value 1: Actual azimuthal position of the sun is calculated based of the current date and time within the simulation. The following parameters are used as input for the solar position calculation: time_utc_init, day_of_year_init, latitude, longitude. |
| 356 | }}} |
| 357 | || |
| 358 | {{{#!td style="vertical-align:top; width: 150px" |
| 359 | [=#turn_to_sun'''turn_to_sun'''] |
| 360 | }}} |
| 361 | {{{#!td style="vertical-align:top; width: 50px" |
| 362 | I |
| 363 | }}} |
| 364 | {{{#!td style="vertical-align:top; width: 75px" |
| 365 | 1 |
| 366 | }}} |
| 367 | {{{#!td |
| 368 | Orientation of the front/face of the human model. is orientated in direction of the sun or a specific direction (set by the parameter orientation_angle). |
| 369 | Value 1: Front/face of the human model is always orientated in direction of the sun. |
| 370 | Value 1: Front/face of the human model is orientated towards a specific direction (set by the parameter orientation_angle). |
| 371 | |---------------- |
| 372 | |
| 373 | \\\\ |
| 374 | |
| 375 | |
| 376 | |
| 377 | |
| 378 | ==== Output ==== |
| 379 | |
| 380 | |
| 381 | |
| 382 | |
| 383 | |
| 384 | |