Changeset 4769


Ignore:
Timestamp:
Nov 3, 2020 1:51:23 PM (3 years ago)
Author:
suehring
Message:

Keep 32-bit output for netcdf_data_output < 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/data_output_3d.f90

    r4768 r4769  
    2424! -----------------
    2525! $Id$
     26! Keep 32-bit output for netcdf_data_output < 5
     27!
     28! 4768 2020-11-02 19:11:23Z suehring
    2629! Enable 3D data output also with 64-bit precision
    2730!
     
    650653             IF ( i == io_group )  THEN
    651654                WRITE ( 30 )  nxl, nxr, nys, nyn, nzb_do, nzt_do
    652                 WRITE ( 30 )  local_pf(:,:,nzb_do:nzt_do)
     655                WRITE ( 30 )  REAL( local_pf(:,:,nzb_do:nzt_do), KIND = sp )
    653656             ENDIF
    654657
Note: See TracChangeset for help on using the changeset viewer.