Changeset 3593 for palm/trunk/SOURCE/multi_agent_system_mod.f90
- Timestamp:
- Dec 3, 2018 1:51:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/multi_agent_system_mod.f90
r3587 r3593 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Replace degree symbol by degree_C/degrees 28 ! 29 ! 3587 2018-11-30 13:52:19Z sward 27 30 ! Added output of agent substep time 28 31 ! … … 237 240 REAL(wp) :: speed_x !< speed of agent in x 238 241 REAL(wp) :: speed_y !< speed of agent in y 239 REAL(wp) :: ipt !< instationary thermal index iPT ( °C)242 REAL(wp) :: ipt !< instationary thermal index iPT (degree_C) 240 243 REAL(wp) :: windspeed !< absolute value of windspeed at agent position 241 244 REAL(wp) :: x !< x-position … … 363 366 INTEGER(iwp) :: a !< agent iterator 364 367 !-- local meteorological conditions 365 REAL(wp) :: tmrt !< mean radiant temperature ( °C)366 REAL(wp) :: ta !< air temperature ( °C)368 REAL(wp) :: tmrt !< mean radiant temperature (degree_C) 369 REAL(wp) :: ta !< air temperature (degree_C) 367 370 REAL(wp) :: vp !< vapour pressure (hPa) 368 371 REAL(wp) :: v !< wind speed (local level) (m/s) … … 4574 4577 4575 4578 ! !-- forces that are located outside of a sight radius of 4576 ! !-- 200 °(-> COS(100./180.*pi) = COS(.555*pi)) of4579 ! !-- 200 degrees (-> COS(100./180.*pi) = COS(.555*pi)) of 4577 4580 ! !-- current agent are considered to have an effect of 50% 4578 4581 ! IF ( force_d_x * agents(nl)%speed_e_x + &
Note: See TracChangeset
for help on using the changeset viewer.