Changeset 1228ef7 in flexpart.git for src/timemanager_mpi.f90


Ignore:
Timestamp:
Aug 2, 2021, 12:11:23 PM (3 years ago)
Author:
Espen Sollum <eso@…>
Branches:
dev
Parents:
6cb0801
Message:

MPI: fix for mquasilag output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/timemanager_mpi.f90

    rb1f28c3 r1228ef7  
    448448      endif
    449449
    450 ! :TODO: MPI output of particle positions;  each process sequentially
    451 !   access the same file
    452450      if ((mquasilag.eq.1).and.(itime.eq.(loutstart+loutend)/2)) &
    453            call partoutput_short(itime)    ! dump particle positions in extremely compressed format
     451           call partoutput_short(itime) ! dump particle positions in extremely compressed format
    454452
    455453
     
    557555        if ((iout.eq.4).or.(iout.eq.5)) call plumetraj(itime)
    558556        if ((iflux.eq.1).and.(lnetcdfout.eq.0)) call fluxoutput(itime)
     557#ifdef USE_NCF
    559558        if ((iflux.eq.1).and.(lnetcdfout.eq.1)) call fluxoutput_netcdf(itime)
     559#endif
    560560        if (mp_measure_time) call mpif_mtime('iotime',1)
    561561
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG