disable gather_4 before restart_write -> u' + U written
This commit is contained in:
parent
fe6444366c
commit
e14bb9dd14
1 changed files with 1 additions and 1 deletions
2
main.f90
2
main.f90
|
|
@ -187,7 +187,7 @@ program x_code
|
|||
if (mod(itime,IPRINT2).eq.0) then
|
||||
call restart_write_parallel
|
||||
if (fdm_sw.ne.0) then ! Reacting
|
||||
call gather_4
|
||||
!call gather_4
|
||||
if (TIME.ge.bgn_save) then
|
||||
call fdm_restart_write
|
||||
if (myid.eq.master) then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue