Changes in src/readspecies.f90 [05cf28d:62e65c7] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readspecies.f90

    r05cf28d r62e65c7  
    223223
    224224  if (lroot) then
     225! ZHG 2016.04.07 Start of changes
     226    write(*,*) ' '
     227    if (dquer(pos_spec) .gt.0)  write(*,'(a,i3,a,a,a)')       ' SPECIES: ', &
     228         &id_spec,'  ', species(pos_spec),'  (AEROSOL) '
     229    if (dquer(pos_spec) .le.0)  write(*,'(a,i3,a,a,a)')       ' SPECIES: ', &
     230         &id_spec,'  ', species(pos_spec),'  (GAS) '
     231
    225232! Particles
    226233!**********
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG