Ignore:
Timestamp:
May 9, 2018 8:42:38 AM (6 years ago)
Author:
maronga
Message:

series of bugfixes

File:
1 edited

Legend:

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

    r3004 r3014  
    2525! -----------------
    2626! $Id$
     27! Bugfix: domain bounds of local_pf corrected
     28!
     29! 3004 2018-04-27 12:33:25Z Giersch
    2730! Further allocation checks implemented (averaged data will be assigned to fill
    2831! values if no allocation happened so far)
     
    100103    REAL(wp) ::  fill_value = -999.0_wp    !< value for the _FillValue attribute
    101104
    102     REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb:nzt+1) ::  local_pf !<
     105    REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf !<
    103106
    104107
Note: See TracChangeset for help on using the changeset viewer.