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

    r4731 r4768  
    2525! -----------------
    2626! $Id$
     27! Enable 3D data output also with 64-bit precision
     28!
     29! 4731 2020-10-07 13:25:11Z schwenkel
    2730! Move exchange_horiz from time_integration to modules
    2831!
     
    11211124    REAL(wp) ::  fill_value = -999.0_wp  !< value for the _FillValue attribute
    11221125
    1123     REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf   !< local
     1126    REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf   !< local
    11241127                                  !< array to which output data is resorted to
    11251128
Note: See TracChangeset for help on using the changeset viewer.