Changeset 4162 for palm/trunk/SOURCE


Ignore:
Timestamp:
Aug 16, 2019 5:54:29 AM (5 years ago)
Author:
raasch
Message:

bugfix for r4155

File:
1 edited

Legend:

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

    r4155 r4162  
    2525! -----------------
    2626! $Id$
     27! bugfix for r4155
     28!
     29! 4155 2019-08-14 06:25:18Z raasch
    2730! bugfix for 3d-output in serial mode (ghost points must not be written)
    2831!
     
    879882                         local_pf(nxl:nxr,nys:nyn,nzb_do:nzt_do),          &
    880883                         start = (/ 1, 1, 1, do3d_time_count(av) /),       &
    881                          count = (/ nx, ny, nzt_do-nzb_do+1, 1 /) )
     884                         count = (/ nx+1, ny+1, nzt_do-nzb_do+1, 1 /) )
    882885       CALL netcdf_handle_error( 'data_output_3d', 446 )
    883886#endif
Note: See TracChangeset for help on using the changeset viewer.