Changes in src/FLEXPART.f90 [50958b8:0a94e13] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART.f90

    r50958b8 r0a94e13  
    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  !******************************************
     
    172166  endif
    173167
     168  ! Initialize arrays in com_mod
     169  !*****************************
     170  call com_mod_allocate_part(maxpart)
     171
     172
    174173  ! Read the age classes to be used
    175174  !********************************
     
    455454  call timemanager(metdata_format)
    456455
     456  if (verbosity.gt.0) then
    457457! 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
     458    do i=1,nspec
     459      if (tot_inc_count(i).gt.0) then
     460         write(*,*) '**********************************************'
     461         write(*,*) 'Scavenging statistics for species ', species(i), ':'
     462         write(*,*) 'Total number of occurences of below-cloud scavenging', &
     463           & tot_blc_count(i)
     464         write(*,*) 'Total number of occurences of in-cloud    scavenging', &
     465           & tot_inc_count(i)
     466         write(*,*) '**********************************************'
     467      endif
     468    end do
     469    write (*,*) 'timemanager> call wetdepo'
     470  endif
    467471 
    468472  write(*,*) 'CONGRATULATIONS: YOU HAVE SUCCESSFULLY COMPLETED A FLE&
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG