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/biometeorology_mod.f90

    r4633 r4768  
    2626! -----------------
    2727! $Id$
     28! Enable 3D data output also with 64-bit precision
     29!
     30! 4633 2020-08-05 14:21:14Z suehring
    2831! Bugfix in check for humidity
    2932!
     
    11231126    LOGICAL, INTENT(OUT) ::  found   !< Output found?
    11241127
    1125     REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf   !< Temp. result grid to return
     1128    REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf   !< Temp. result grid to return
    11261129!
    11271130!-- Internal variables
Note: See TracChangeset for help on using the changeset viewer.