Skip to content

Commit

Permalink
save midplane when using rainy
Browse files Browse the repository at this point in the history
  • Loading branch information
chowland committed Apr 3, 2024
1 parent 072116b commit 63d8e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/h5tools/MakeMovieXCut.F90
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ subroutine Mkmov_xcut
ic = 1
if (RayS < 0 .and. RayT < 0) ic = nxm/2
if (IBM) ic = nxm/2
if (moist) ic = nxm/2

! Record filename as string
filename = trim("outputdir/flowmov/movie_xcut.h5")
Expand Down

0 comments on commit 63d8e43

Please sign in to comment.