Ignore:
Timestamp:
Dec 3, 2018 1:51:13 PM (6 years ago)
Author:
kanani
Message:

Bugfix for missing array allocation (biometeorology_mod), remove degree symbol (biometeorology_mod, indoor_model_mod, multi_agent_system_mod, surface_mod, wind_turbine_model_mod)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/multi_agent_system_mod.f90

    r3587 r3593  
    2525! -----------------
    2626! $Id$
     27! Replace degree symbol by degree_C/degrees
     28!
     29! 3587 2018-11-30 13:52:19Z sward
    2730! Added output of agent substep time
    2831!
     
    237240        REAL(wp)     ::  speed_x              !< speed of agent in x
    238241        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)
    240243        REAL(wp)     ::  windspeed            !< absolute value of windspeed at agent position
    241244        REAL(wp)     ::  x                    !< x-position
     
    363366    INTEGER(iwp)                :: a     !< agent iterator
    364367    !-- 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)
    367370    REAL(wp)                    :: vp    !< vapour pressure                 (hPa)
    368371    REAL(wp)                    :: v     !< wind speed    (local level)     (m/s)
     
    45744577
    45754578! !--    forces that are located outside of a sight radius of
    4576 ! !--    200° (-> COS(100./180.*pi) = COS(.555*pi)) of
     4579! !--    200 degrees (-> COS(100./180.*pi) = COS(.555*pi)) of
    45774580! !--    current agent are considered to have an effect of 50%
    45784581!        IF ( force_d_x * agents(nl)%speed_e_x +               &
Note: See TracChangeset for help on using the changeset viewer.