Changeset 3109


Ignore:
Timestamp:
Dec 4, 2017, 3:04:39 PM (6 years ago)
Author:
oboucher
Message:

Commenting out the safeguard test that puts an upper bound to tr_seri

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phytrac_mod.F90

    r3100 r3109  
    745745             tr_seri(i,k,it)=MAX(tr_seri(i,k,it),0.)
    746746! the next safeguard causes some problem for stratospheric aerosol tracers (particle number)
    747 #ifndef CPP_StratAer
    748              tr_seri(i,k,it)=MIN(tr_seri(i,k,it),1.e10)
    749 #endif
     747! and there is little justification for it so it is commented out (4 December 2017) by OB
     748! if reinstated please keep the ifndef CPP_StratAer
     749!#ifndef CPP_StratAer
     750!             tr_seri(i,k,it)=MIN(tr_seri(i,k,it),1.e10)
     751!#endif
    750752          END DO
    751753       END DO
Note: See TracChangeset for help on using the changeset viewer.