Changeset 2bec33e in flexpart.git for src/conccalc.f90


Ignore:
Timestamp:
May 8, 2017, 5:32:48 PM (7 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
6d420c3
Parents:
6985a98
Message:

resolved kernel merge: removed all uskernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/conccalc.f90

    r6985a98 r2bec33e  
    183183      if (lnokernel.or.(itage.lt.10800).or.(xl.lt.0.5).or.(yl.lt.0.5).or. &
    184184           (xl.gt.real(numxgrid-1)-0.5).or. &
    185            (yl.gt.real(numygrid-1)-0.5))) then             ! no kernel, direct attribution to grid cell
     185           (yl.gt.real(numygrid-1)-0.5)) then             ! no kernel, direct attribution to grid cell
    186186        if ((ix.ge.0).and.(jy.ge.0).and.(ix.le.numxgrid-1).and. &
    187187             (jy.le.numygrid-1)) then
     
    320320        if ((itage.lt.10800).or.(xl.lt.0.5).or.(yl.lt.0.5).or. &
    321321             (xl.gt.real(numxgridn-1)-0.5).or. &
    322              (yl.gt.real(numygridn-1)-0.5).or.(.not.usekernel)) then             ! no kernel, direct attribution to grid cell
     322             (yl.gt.real(numygridn-1)-0.5).or.(lnokernel)) then             ! no kernel, direct attribution to grid cell
    323323          if ((ix.ge.0).and.(jy.ge.0).and.(ix.le.numxgridn-1).and. &
    324324               (jy.le.numygridn-1)) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG