Changes between Version 7 and Version 8 of doc/app/biometeorology_parameters


Ignore:
Timestamp:
Oct 29, 2018 11:53:58 AM (6 years ago)
Author:
Schrempf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/biometeorology_parameters

    v7 v8  
    281281
    282282
     283== UV Exposure Module ==
     284
     285With 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\\\\
     289NAMELIST group name: [=#inipar '''biometeorology_parameters''']\\
     290----
     291The 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"
     299I
     300}}}
     301{{{#!td style="vertical-align:top; width: 75px"
     3021
     303}}}
     304{{{#!td
     305Considers obstruction (e.g. from buildings and trees).
     306Value 1: consider obstructions ON  (default value)
     307Value 0: consider obstructions OFF
     308
     309Obstructions 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"
     316I
     317}}}
     318{{{#!td style="vertical-align:top; width: 75px"
     3191
     320}}}
     321{{{#!td
     322Choose clothing outfit for human model.
     323
     324Value 0: no clothing (also no hair).
     325Value 1: Spring/Summer outfit (arms, hands & face exposed).
     326Value 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"
     333F
     334}}}
     335{{{#!td style="vertical-align:top; width: 75px"
     336180.0
     337}}}
     338{{{#!td
     339Orientation angle of front/face of the human model.
     340Only 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"
     347I
     348}}}
     349{{{#!td style="vertical-align:top; width: 75px"
     3501
     351}}}
     352{{{#!td
     353Azimuthal position of the sun.
     354Value 0: Azimuthal position of the sun is always south (180°)
     355Value 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"
     362I
     363}}}
     364{{{#!td style="vertical-align:top; width: 75px"
     3651
     366}}}
     367{{{#!td
     368Orientation 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).
     369Value 1: Front/face of the human model is always orientated in direction of the sun.
     370Value 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
    283385==== [#steering Steering] ====
    284386==== [#string2 String2] ====