Changes in src/FLEXPART.f90 [50958b8:2eefa58] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART.f90

    r50958b8 r2eefa58  
    6868  integer :: detectformat
    6969
    70 
    71 
    72   ! Initialize arrays in com_mod
    73   !*****************************
    74   call com_mod_allocate_part(maxpart)
    7570 
    76 
    7771  ! Generate a large number of random numbers
    7872  !******************************************
     
    143137    write(*,*) 'call readpaths'
    144138  endif
    145   call readpaths(pathfile)
     139  call readpaths
    146140 
    147141  if (verbosity.gt.1) then !show clock info
     
    171165    endif     
    172166  endif
     167
     168  ! Initialize arrays in com_mod
     169  !*****************************
     170  call com_mod_allocate_part(maxpart)
     171
    173172
    174173  ! Read the age classes to be used
     
    453452  endif
    454453
     454  if (verbosity.gt.0) write (*,*) 'timemanager> call wetdepo'
    455455  call timemanager(metdata_format)
    456 
     456 
     457
     458  if (verbosity.gt.0) then
    457459! 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
     460    do i=1,nspec
     461      if (tot_inc_count(i).gt.0) then
     462         write(*,*) '**********************************************'
     463         write(*,*) 'Scavenging statistics for species ', species(i), ':'
     464         write(*,*) 'Total number of occurences of below-cloud scavenging', &
     465           & tot_blc_count(i)
     466         write(*,*) 'Total number of occurences of in-cloud    scavenging', &
     467           & tot_inc_count(i)
     468         write(*,*) '**********************************************'
     469      endif
     470    end do
     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