Changes in src/conccalc.f90 [fdc0f03:4c64400] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/conccalc.f90

    rfdc0f03 r4c64400  
    126126  !*****************************************************************************
    127127      do ind=indz,indzp
    128         rhoprof(ind-indz+1)=p1*rho(ix ,jy ,ind,2) &
     128        rhoprof(ind-indz+1)=p1*rho(ix ,jy ,ind,memind(2)) &
    129129             +p2*rho(ixp,jy ,ind,2) &
    130130             +p3*rho(ix ,jyp,ind,2) &
     
    181181  !*****************************************************************************
    182182
    183       if ((itage.lt.10800).or.(xl.lt.0.5).or.(yl.lt.0.5).or. &
     183      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. &
    185185           (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