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

    r4760 r4768  
    2424! -----------------
    2525! $Id$
     26! Enable 3D data output also with 64-bit precision
     27!
     28! 4760 2020-10-26 13:26:47Z schwenkel
    2629! Implement relative humidity as diagnostic output quantity
    2730!
     
    18391842    REAL(wp), INTENT(IN) ::  fill_value    !< value for the _FillValue attribute
    18401843
    1841     REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf !<
     1844    REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf !<
    18421845
    18431846!
Note: See TracChangeset for help on using the changeset viewer.