Ignore:
Timestamp:
Sep 9, 2020 8:27:58 PM (4 years ago)
Author:
pavelkrc
Message:

Radiative transfer model RTM version 4.1

File:
1 edited

Legend:

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

    r4648 r4671  
    2424! -----------------
    2525! $Id$
     26! Implementation of downward facing USM and LSM surfaces
     27!
     28! 4648 2020-08-25 07:52:08Z raasch
    2629! file re-formatted to follow the PALM coding standard
    2730!
     
    10551058!--    exact for heterogeneous z0.
    10561059!--    However, sensitivity studies showed that the effect is negligible.
    1057        z0_av_local  = SUM( surf_def_h(0)%z0 ) + SUM( surf_lsm_h%z0 ) + SUM( surf_usm_h%z0 )
     1060       z0_av_local  = SUM( surf_def_h(0)%z0 ) + SUM( surf_lsm_h(0)%z0 ) + SUM( surf_usm_h(0)%z0 )
    10581061       z0_av_global = 0.0_wp
    10591062
Note: See TracChangeset for help on using the changeset viewer.