Changes in src/init_domainfill.f90 [92fab65:ffbe224] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/init_domainfill.f90

    r92fab65 rffbe224  
    1 ! SPDX-FileCopyrightText: FLEXPART 1998-2019, see flexpart_license.txt
    2 ! SPDX-License-Identifier: GPL-3.0-or-later
    3 
    41subroutine init_domainfill
    52!
     
    209206                   ztra1(numpart+jj)=height(nz)-0.5
    210207
    211 
    212208! Interpolate PV to the particle position
    213209!****************************************
     
    216212              ixp=ixm+1
    217213              jyp=jym+1
     214              if (jyp.gt.180) then
     215                 write (*,*) 'init_domainfill, over: ',jyp,jym,ytra1(numpart+jj),jy,ran1(idummy),ny
     216                 jyp=jym
     217              endif
    218218              ddx=xtra1(numpart+jj)-real(ixm)
    219219              ddy=ytra1(numpart+jj)-real(jym)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG