Changeset 9484483 in flexpart.git


Ignore:
Timestamp:
Jan 29, 2016, 9:10:43 AM (8 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
b0434e1
Parents:
26f6039
Message:

More informative logging output (by NIK)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readspecies.f90

    r0f20c31 r9484483  
    221221!NIK 16.02.2015
    222222! Check scavenging parameters given in SPECIES file
     223
     224  if (weta(pos_spec).gt.0.0 .or. wetb(pos_spec).gt.0.0 .or. weta_in(pos_spec).gt.0.0 .or. wetb_in(pos_spec).gt.0.0) then
     225
    223226  if (dquer(pos_spec).gt.0) then !is particle
    224227    if (lroot) then
     
    243246           &(IN efficiency)  ', wetb_in(pos_spec)
    244247    end if
    245     if (weta_in(pos_spec).gt.1.0 .or. weta_in(pos_spec).lt.0.7) then
     248    if (weta_in(pos_spec).gt.1.0 .or. weta_in(pos_spec).lt.0.01) then
    246249      if (lroot) then
    247250        write(*,*) '*******************************************'
    248251        write(*,*) ' WARNING: Particle in-cloud scavenging parameter A is out of likely range'
    249         write(*,*) '          The default value is 0.9 for CCN '
     252        write(*,*) '          Likely range is 0.0-1.0 for CCN '
    250253        write(*,*) '*******************************************'
    251254      end if
    252255    endif
    253     if (wetb_in(pos_spec).gt.0.2 .or. wetb_in(pos_spec).lt.0.01) then
     256    if (wetb_in(pos_spec).gt.1.0 .or. wetb_in(pos_spec).lt.0.01) then
    254257      if (lroot) then
    255258        write(*,*) '*******************************************'
    256259        write(*,*) ' WARNING: Particle in-cloud scavenging parameter B is out of likely range'
    257         write(*,*) '          The default value is 0.1 for IN '
     260        write(*,*) '          Likely range is 0.0-1.0 for Ice nuclei (IN) '
    258261        write(*,*) '*******************************************'
    259262      end if
     
    287290    end if
    288291  endif
    289 
     292  endif
    290293
    291294  if ((weta(pos_spec).gt.0).and.(henry(pos_spec).le.0)) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG