Changes in src/wetdepokernel.f90 [4c64400:e200b7a] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wetdepokernel.f90

    r4c64400 re200b7a  
    4040  !                                                                            *
    4141  !*****************************************************************************
    42   ! Changes:
    43   ! eso 10/2016: Added option to disregard kernel
    44   !
    45   !*****************************************************************************
    4642
    4743  use unc_mod
     
    7773  endif
    7874
    79   ! If no kernel is used, direct attribution to grid cell
    80   !******************************************************
    8175
    82   if (lnokernel) then
    83     do ks=1,nspec
    84       if ((ix.ge.0).and.(jy.ge.0).and.(ix.le.numxgrid-1).and. &
    85            (jy.le.numygrid-1)) then
    86         wetgridunc(ix,jy,ks,kp,nunc,nage)= &
    87              wetgridunc(ix,jy,ks,kp,nunc,nage)+deposit(ks)
    88       end if
    89     end do
    90   else ! use kernel
    91    
    9276  ! Determine mass fractions for four grid points
    9377  !**********************************************
     
    123107  endif
    124108  end do
    125   end if
    126109
    127110end subroutine wetdepokernel
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG