Changeset ffbe224 in flexpart.git for src/timemanager_mpi.f90


Ignore:
Timestamp:
Jan 20, 2020, 10:01:44 AM (4 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
dev
Children:
11d86e7
Parents:
95a8cb6
Message:

first version for fluxoutput in netcdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/timemanager_mpi.f90

    r3481cc1 rffbe224  
    536536        endif
    537537        if ((iout.eq.4).or.(iout.eq.5)) call plumetraj(itime)
    538         if (iflux.eq.1) call fluxoutput(itime)
     538        if ((iflux.eq.1).and.(lnetcdfout.eq.0)) call fluxoutput(itime)
     539        if ((iflux.eq.1).and.(lnetcdfout.eq.1)) call fluxoutput_netcdf(itime)
    539540        if (mp_measure_time) call mpif_mtime('iotime',1)
    540541
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG