Ignore:
Timestamp:
Nov 2, 2020 7:11:23 PM (3 years ago)
Author:
suehring
Message:

Enable 3D data output also with 64-bit precision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/indoor_model_mod.f90

    r4750 r4768  
    2525! -----------------
    2626! $Id$
     27! Enable 3D data output also with 64-bit precision
     28!
     29! 4750 2020-10-16 14:27:48Z suehring
    2730! - Namelist parameter added to switch-off/on the indoor model during wall/soil spinup
    2831! - Bugfix in window-wall treatment during spinup - in the urban-surface model the window fraction
     
    19961999    REAL(wp), INTENT(IN) ::  fill_value !< value for the _FillValue attribute
    19972000
    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 !<
    19992002
    20002003    local_pf = fill_value
Note: See TracChangeset for help on using the changeset viewer.