Changeset 4768 for palm/trunk/SOURCE/radiation_model_mod.f90
- Timestamp:
- Nov 2, 2020 7:11:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4741 r4768 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Enable 3D data output also with 64-bit precision 31 ! 32 ! 4741 2020-10-14 14:32:50Z suehring 30 33 ! Add option to force calculation of horizontal mean profiles independent on data output 31 34 ! … … 11639 11642 REAL(wp) :: fill_value !< value for the _FillValue attribute 11640 11643 11641 REAL( sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !<11644 REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< 11642 11645 11643 11646 CHARACTER (len=varnamelength) :: var, surfid
Note: See TracChangeset
for help on using the changeset viewer.