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

    r4646 r4768  
    2424! -----------------
    2525! $Id$
     26! Enable 3D data output also with 64-bit precision
     27!
     28! 4646 2020-08-24 16:02:40Z raasch
    2629! file re-formatted to follow the PALM coding standard
    2730!
     
    543546       REAL(wp), INTENT(IN) ::  fill_value !< value for the _FillValue attribute
    544547
    545        REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do), INTENT(INOUT) ::  local_pf   !< local
     548       REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do), INTENT(INOUT) ::  local_pf   !< local
    546549                                                                                        !< array to which output data is resorted to
    547550
Note: See TracChangeset for help on using the changeset viewer.