Changeset 4768 for palm/trunk/SOURCE/indoor_model_mod.f90
- Timestamp:
- Nov 2, 2020 7:11:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/indoor_model_mod.f90
r4750 r4768 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Enable 3D data output also with 64-bit precision 28 ! 29 ! 4750 2020-10-16 14:27:48Z suehring 27 30 ! - Namelist parameter added to switch-off/on the indoor model during wall/soil spinup 28 31 ! - Bugfix in window-wall treatment during spinup - in the urban-surface model the window fraction … … 1996 1999 REAL(wp), INTENT(IN) :: fill_value !< value for the _FillValue attribute 1997 2000 1998 REAL( sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !<2001 REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) :: local_pf !< 1999 2002 2000 2003 local_pf = fill_value
Note: See TracChangeset
for help on using the changeset viewer.