Skip to content

Commit

Permalink
Remove masking of output of coarsened field.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa authored Nov 24, 2024
1 parent 84d26c6 commit 43d0b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.f90
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ subroutine out3d(fname,nskip,p)
filesize = 0_MPI_OFFSET_KIND
call MPI_FILE_SET_SIZE(fh,filesize,ierr)
disp = 0_MPI_OFFSET_KIND
#if !defined(_OPENACC)
#if 1
call decomp_2d_write_every(ipencil,p,nskip(1),nskip(2),nskip(3),fname,.true.)
#else
!
Expand Down

0 comments on commit 43d0b1e

Please sign in to comment.