Changeset 4768 for palm/trunk/SOURCE/turbulence_closure_mod.f90
- Timestamp:
- Nov 2, 2020 7:11:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r4717 r4768 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Enable 3D data output also with 64-bit precision 28 ! 29 ! 4717 2020-09-30 22:27:40Z pavelkrc 27 30 ! Fixes and optimizations of OpenMP parallelization, formatting of OpenMP 28 31 ! directives (J. Resler) … … 1064 1067 REAL(wp) :: fill_value = -9999.0_wp !< value for the _FillValue attribute 1065 1068 1066 REAL( sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< local1069 REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< local 1067 1070 !< array to which output data is resorted to 1068 1071
Note: See TracChangeset
for help on using the changeset viewer.