Changeset 3099


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

Removing a line that causes some trouble for conservation of stratospheric aerosols

File:
1 edited

Legend:

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

    r3043 r3099  
    734734             d_tr_th(i,k,it)=0.
    735735             tr_seri(i,k,it)=MAX(tr_seri(i,k,it),0.)
     736! the next safeguard causes some problem for stratospheric aerosol tracers (particle number)
     737#ifndef CPP_StratAer
    736738             tr_seri(i,k,it)=MIN(tr_seri(i,k,it),1.e10)
     739#endif
    737740          END DO
    738741       END DO
Note: See TracChangeset for help on using the changeset viewer.