Changes in src/readreleases.f90 [c8fc724:05cf28d] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readreleases.f90

    rc8fc724 r05cf28d  
    218218  rewind(unitreleases)
    219219
    220   if (nspec.gt.maxspec) goto 994
    221 
    222220  ! allocate arrays of matching size for number of species (namelist output)
    223221  deallocate(mass)
     
    276274  do i=1,maxspec
    277275    DRYDEPSPEC(i)=.false.
    278     WETDEPSPEC(i)=.false.
    279276  end do
    280277
     
    370367         &(dquer(i).gt.0. .and. (crain_aero(i) .gt. 0. .or. csnow_aero(i).gt.0.)))  then
    371368      WETDEP=.true.
    372       WETDEPSPEC(i)=.true.
    373369      if (lroot) then
    374370        write (*,*) '  Below-cloud scavenging: ON'
     
    382378    if (dquer(i).gt.0..and.(ccn_aero(i).gt.0. .or. in_aero(i).gt.0.))  then
    383379      WETDEP=.true.
    384       WETDEPSPEC(i)=.true.
    385380      if (lroot) then
    386381        write (*,*) '  In-cloud scavenging: ON'
     
    402397    endif
    403398
    404   end do ! end loop over species
     399  end do
    405400
    406401  if (WETDEP.or.DRYDEP) DEP=.true.
     
    579574  endif
    580575
    581 
    582576  ! Determine the release rate (particles per second) and total number
    583577  ! of particles released during the simulation
     
    639633  endif
    640634
    641   if (lroot) then
    642     write(*,FMT='(A,ES14.7)') ' Total mass released:', sum(xmass(1:numpoint,1:nspec))
    643   end if
    644 
    645635  return
    646636
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG