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/chemistry_model_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!
     
    15571560    REAL(wp)             ::  fill_value   !<
    15581561
    1559     REAL(sp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf
     1562    REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf
    15601563!
    15611564!-- Local variables
Note: See TracChangeset for help on using the changeset viewer.