Changeset 4c64400 in flexpart.git for src/conccalc_mpi.f90


Ignore:
Timestamp:
Nov 8, 2016, 4:42:27 PM (7 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
c8fc724
Parents:
16b61a5
Message:

Bugfix for double precision dry deposition calculation. Added (hardcoded) option to not use output kernel. Version/date string updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/conccalc_mpi.f90

    r5f9d14a r4c64400  
    194194  !*****************************************************************************
    195195
    196       if ((itage.lt.10800).or.(xl.lt.0.5).or.(yl.lt.0.5).or. &
     196      if (lnokernel.or.(itage.lt.10800).or.(xl.lt.0.5).or.(yl.lt.0.5).or. &
    197197           (xl.gt.real(numxgrid-1)-0.5).or. &
    198198           (yl.gt.real(numygrid-1)-0.5)) then             ! no kernel, direct attribution to grid cell
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG