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

    r4731 r4768  
    2626! -----------------
    2727! $Id$
     28! Enable 3D data output also with 64-bit precision
     29!
     30! 4731 2020-10-07 13:25:11Z schwenkel
    2831! Move exchange_horiz from time_integration to modules
    2932!
     
    1205912062    REAL(wp) ::  temp_bin                 !< temporary array for calculating output variables
    1206012063
    12061     REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf  !< local
     12064    REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf  !< local
    1206212065
    1206312066    found     = .TRUE.
Note: See TracChangeset for help on using the changeset viewer.