Changeset 4768 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Nov 2, 2020 7:11:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r4731 r4768 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Enable 3D data output also with 64-bit precision 29 ! 30 ! 4731 2020-10-07 13:25:11Z schwenkel 28 31 ! Move exchange_horiz from time_integration to modules 29 32 ! … … 12059 12062 REAL(wp) :: temp_bin !< temporary array for calculating output variables 12060 12063 12061 REAL( sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< local12064 REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< local 12062 12065 12063 12066 found = .TRUE.
Note: See TracChangeset
for help on using the changeset viewer.