Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FLEXPART_9.1.3/src/readspecies.f90

    r4 r13  
    3131  !   11 July 1996                                                             *
    3232  !                                                                            *
     33  !   Changes:                                                                 *
     34  !   N. Kristiansen, 31.01.2013: Including parameters for in-cloud scavenging *
     35  !                                                                            *
    3336  !*****************************************************************************
    3437  !                                                                            *
     
    3639  ! decaytime(maxtable)  half time for radiological decay                      *
    3740  ! specname(maxtable)   names of chemical species, radionuclides              *
    38   ! wetscava, wetscavb   Parameters for determining scavenging coefficient     *
     41  ! weta, wetb           Parameters for determining below-cloud scavenging     *
     42  ! weta_in              Parameter for determining in-cloud scavenging         *
     43  ! wetb_in              Parameter for determining in-cloud scavenging         *
     44  ! wetc_in              Parameter for determining in-cloud scavenging         *
     45  ! wetd_in              Parameter for determining in-cloud scavenging         *
    3946  ! ohreact              OH reaction rate                                      *
    4047  ! id_spec              SPECIES number as referenced in RELEASE file          *
     
    7885    read(unitspecies,'(f18.2)',end=22) wetb(pos_spec)
    7986  !  write(*,*) wetb(pos_spec)
     87
     88!*** NIK 31.01.2013: including in-cloud scavening parameters
     89   read(unitspecies,'(e18.1)',end=22) weta_in(pos_spec)
     90  !  write(*,*) weta_in(pos_spec)
     91   read(unitspecies,'(f18.2)',end=22) wetb_in(pos_spec)
     92  !  write(*,*) wetb_in(pos_spec)
     93   read(unitspecies,'(f18.2)',end=22) wetc_in(pos_spec)
     94  !  write(*,*) wetc_in(pos_spec)
     95   read(unitspecies,'(f18.2)',end=22) wetd_in(pos_spec)
     96  !  write(*,*) wetd_in(pos_spec)
     97
    8098    read(unitspecies,'(f18.1)',end=22) reldiff(pos_spec)
    8199  !  write(*,*) reldiff(pos_spec)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG