Changeset 4162 for palm/trunk/SOURCE/data_output_3d.f90
- Timestamp:
- Aug 16, 2019 5:54:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_3d.f90
r4155 r4162 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix for r4155 28 ! 29 ! 4155 2019-08-14 06:25:18Z raasch 27 30 ! bugfix for 3d-output in serial mode (ghost points must not be written) 28 31 ! … … 879 882 local_pf(nxl:nxr,nys:nyn,nzb_do:nzt_do), & 880 883 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 /) ) 882 885 CALL netcdf_handle_error( 'data_output_3d', 446 ) 883 886 #endif
Note: See TracChangeset
for help on using the changeset viewer.