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

    r4717 r4768  
    2525! -----------------
    2626! $Id$
     27! Enable 3D data output also with 64-bit precision
     28!
     29! 4717 2020-09-30 22:27:40Z pavelkrc
    2730! Fixes and optimizations of OpenMP parallelization, formatting of OpenMP
    2831! directives (J. Resler)
     
    10641067    REAL(wp) ::  fill_value = -9999.0_wp  !< value for the _FillValue attribute
    10651068
    1066     REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf  !< local
     1069    REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf  !< local
    10671070       !< array to which output data is resorted to
    10681071
Note: See TracChangeset for help on using the changeset viewer.