Changeset fe32dca in flexpart.git for src/conccalc.f90


Ignore:
Timestamp:
Oct 9, 2017, 11:25:07 AM (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:
027e844
Parents:
47f96e5
Message:

Renamed lnokernel, corrected default setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/conccalc.f90

    r08a38b5 rfe32dca  
    187187  !*****************************************************************************
    188188
    189       if (lnokernel.or.(itage.lt.10800).or.(xl.lt.0.5).or.(yl.lt.0.5).or. &
     189      if ((.not.lusekerneloutput).or.(itage.lt.10800).or. &
     190           (xl.lt.0.5).or.(yl.lt.0.5).or. &
    190191           (xl.gt.real(numxgrid-1)-0.5).or. &
    191192           (yl.gt.real(numygrid-1)-0.5)) then             ! no kernel, direct attribution to grid cell
     
    333334        if ((itage.lt.10800).or.(xl.lt.0.5).or.(yl.lt.0.5).or. &
    334335             (xl.gt.real(numxgridn-1)-0.5).or. &
    335              (yl.gt.real(numygridn-1)-0.5).or.(lnokernel)) then             ! no kernel, direct attribution to grid cell
     336             (yl.gt.real(numygridn-1)-0.5).or.((.not.lusekerneloutput))) then
     337! no kernel, direct attribution to grid cell
    336338          if ((ix.ge.0).and.(jy.ge.0).and.(ix.le.numxgridn-1).and. &
    337339               (jy.le.numygridn-1)) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG