Changeset 4c52d0b in flexpart.git for src/init_domainfill.f90


Ignore:
Timestamp:
Apr 8, 2021, 9:27:43 AM (3 years ago)
Author:
Espen Sollum <eso@…>
Branches:
dev
Children:
b1f28c3
Parents:
aa939a9 (diff), 4138764 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'dev' into GFS_025

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/init_domainfill.f90

    r92fab65 r4138764  
    209209                   ztra1(numpart+jj)=height(nz)-0.5
    210210
    211 
    212211! Interpolate PV to the particle position
    213212!****************************************
     
    216215              ixp=ixm+1
    217216              jyp=jym+1
     217              if (jyp.gt.180) then
     218                 write (*,*) 'init_domainfill, over: ',jyp,jym,ytra1(numpart+jj),jy,ran1(idummy),ny
     219                 jyp=jym
     220              endif
    218221              ddx=xtra1(numpart+jj)-real(ixm)
    219222              ddy=ytra1(numpart+jj)-real(jym)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG