Changeset 4671 for palm/trunk/SOURCE/lagrangian_particle_model_mod.f90
- Timestamp:
- Sep 9, 2020 8:27:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lagrangian_particle_model_mod.f90
r4648 r4671 24 24 ! ----------------- 25 25 ! $Id$ 26 ! Implementation of downward facing USM and LSM surfaces 27 ! 28 ! 4648 2020-08-25 07:52:08Z raasch 26 29 ! file re-formatted to follow the PALM coding standard 27 30 ! … … 1055 1058 !-- exact for heterogeneous z0. 1056 1059 !-- 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 ) 1058 1061 z0_av_global = 0.0_wp 1059 1062
Note: See TracChangeset
for help on using the changeset viewer.