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

    r3004 r3014  
    2525! -----------------
    2626! $Id$
     27! Bugfix: domain bounds of local_pf corrected
     28!
     29!
    2730! Interfaces concerning data output updated
    2831!
     
    408411       REAL(wp) ::  fill_value = -999.0_wp    !< value for the _FillValue attribute
    409412
    410        REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb:nzt+1) ::  local_pf !<
     413       REAL(wp), DIMENSION(nxl:nxr,nys:nyn,nzb_do:nzt_do) ::  local_pf !<
    411414
    412415
Note: See TracChangeset for help on using the changeset viewer.