Changeset 4768 for palm/trunk/SOURCE/land_surface_model_mod.f90
- Timestamp:
- Nov 2, 2020 7:11:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r4723 r4768 24 24 ! ----------------- 25 25 ! $Id$ 26 ! Enable 3D data output also with 64-bit precision 27 ! 28 ! 4723 2020-10-06 15:16:11Z raasch 26 29 ! file re-formatted to follow the PALM coding standard 27 30 ! … … 6223 6226 REAL(wp) :: fill_value = -999.0_wp !< value for the _FillValue attribute 6224 6227 6225 REAL( sp), DIMENSION(nxl:nxr,nys:nyn,nzb_soil:nzt_soil) :: local_pf !<6228 REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_soil:nzt_soil) :: local_pf !< 6226 6229 6227 6230
Note: See TracChangeset
for help on using the changeset viewer.