Changeset 2753a5c in flexpart.git for src/FLEXPART.f90


Ignore:
Timestamp:
Dec 20, 2018, 2:55:22 PM (5 years ago)
Author:
Ignacio Pisso <ip@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
7123c70
Parents:
df96ea65 (diff), 4ad96c5 (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:

resolved merging conflicts with GFS branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART.f90

    r50958b8 r2753a5c  
    455455  call timemanager(metdata_format)
    456456
     457  if (verbosity.gt.0) then
    457458! NIK 16.02.2005
    458   do i=1,nspec
    459     write(*,*) '**********************************************'
    460     write(*,*) 'Scavenging statistics for species ', species(i), ':'
    461     write(*,*) 'Total number of occurences of below-cloud scavenging', &
    462          & tot_blc_count(i)
    463     write(*,*) 'Total number of occurences of in-cloud    scavenging', &
    464          & tot_inc_count(i)
    465     write(*,*) '**********************************************'
    466   end do
     459    do i=1,nspec
     460      if (tot_inc_count(i).gt.0) then
     461         write(*,*) '**********************************************'
     462         write(*,*) 'Scavenging statistics for species ', species(i), ':'
     463         write(*,*) 'Total number of occurences of below-cloud scavenging', &
     464           & tot_blc_count(i)
     465         write(*,*) 'Total number of occurences of in-cloud    scavenging', &
     466           & tot_inc_count(i)
     467         write(*,*) '**********************************************'
     468      endif
     469    end do
     470    write (*,*) 'timemanager> call wetdepo'
     471  endif
    467472 
    468473  write(*,*) 'CONGRATULATIONS: YOU HAVE SUCCESSFULLY COMPLETED A FLE&
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG