Changeset f04992e in flexpart.git


Ignore:
Timestamp:
Aug 23, 2019, 9:52:28 AM (5 years ago)
Author:
Ignacio Pisso <ip@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
e048999
Parents:
25b4532
Message:

add check to assert dsigma > 1 in subroutine readspecies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readspecies.f90

    r07c3e71 rf04992e  
    351351
    352352  !  if (dsigma(i).eq.0.) dsigma(i)=1.0001   ! avoid floating exception
    353   if (dsigma(i).le.1.) then !dsigma(i)=1.0001   ! avoid floating exception
     353  if (dquer(i).gt.0 .and. dsigma(i).le.1.) then !dsigma(i)=1.0001   ! avoid floating exception
    354354    !write(*,*) '#### FLEXPART MODEL ERROR!                      ####'
    355355    write(*,*) '#### FLEXPART MODEL WARNING                     ####'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG