Changeset 4671 for palm/trunk/SOURCE/diagnostic_output_quantities_mod.f90
- Timestamp:
- Sep 9, 2020 8:27:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diagnostic_output_quantities_mod.f90
r4583 r4671 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! Implementation of downward facing USM and LSM surfaces 27 ! 28 ! 4583 2020-06-29 12:36:47Z raasch 26 29 ! file re-formatted to follow the PALM coding standard 27 30 ! … … 1693 1696 surf => surf_def_h(0) 1694 1697 CALL calc_pt_2m 1695 surf => surf_lsm_h 1698 surf => surf_lsm_h(0) 1696 1699 CALL calc_pt_2m 1697 surf => surf_usm_h 1700 surf => surf_usm_h(0) 1698 1701 CALL calc_pt_2m 1699 1702 ! … … 1707 1710 surf => surf_def_h(0) 1708 1711 CALL calc_wind_10m 1709 surf => surf_lsm_h 1712 surf => surf_lsm_h(0) 1710 1713 CALL calc_wind_10m 1711 surf => surf_usm_h 1714 surf => surf_usm_h(0) 1712 1715 CALL calc_wind_10m 1713 1716 !
Note: See TracChangeset
for help on using the changeset viewer.