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

Enable 3D data output also with 64-bit precision

File:
1 edited

Legend:

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

    r4741 r4768  
    2828! -----------------
    2929! $Id$
     30! Enable 3D data output also with 64-bit precision
     31!
     32! 4741 2020-10-14 14:32:50Z suehring
    3033! Add option to force calculation of horizontal mean profiles independent on data output
    3134!
     
    1163911642    REAL(wp)     ::  fill_value  !< value for the _FillValue attribute
    1164011643
    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 !<
    1164211645
    1164311646    CHARACTER (len=varnamelength)                   :: var, surfid
Note: See TracChangeset for help on using the changeset viewer.