Ignore:
Timestamp:
Oct 2, 2016, 6:55:08 PM (8 years ago)
Author:
oboucher
Message:

I introduced flag_bc_internal_mixture for BC/sulphate internal mixture.
Only works for iflag_rrtm=y, NSW=6 and flag_aerosol=6 or aerosol_couple.
It has no impact at the moment as LUT for aerosol properties will have to
be changed. But the plumbing work is already done....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq_mod.F90

    r2640 r2644  
    983983    INTEGER, SAVE :: flag_aerosol
    984984    !$OMP THREADPRIVATE(flag_aerosol)
     985    LOGICAL, SAVE :: flag_bc_internal_mixture
     986    !$OMP THREADPRIVATE(flag_bc_internal_mixture)
    985987    LOGICAL, SAVE :: new_aod
    986988    !$OMP THREADPRIVATE(new_aod)
     
    11401142            ok_ade, ok_aie, ok_cdnc, aerosol_couple,  &
    11411143            flag_aerosol, flag_aerosol_strat, new_aod, &
    1142             bl95_b0, bl95_b1, &
     1144            flag_bc_internal_mixture, bl95_b0, bl95_b1, &
    11431145                                ! nv flags pour la convection et les
    11441146                                ! poches froides
     
    33883390                   !
    33893391                   CALL readaerosol_optic_rrtm( debut, aerosol_couple, &
    3390                         new_aod, flag_aerosol, itap, jD_cur-jD_ref, &
     3392                        new_aod, flag_aerosol, flag_bc_internal_mixture, itap, jD_cur-jD_ref, &
    33913393                        pdtphys, pplay, paprs, t_seri, rhcl, presnivs,  &
    33923394                        tr_seri, mass_solu_aero, mass_solu_aero_pi,  &
Note: See TracChangeset for help on using the changeset viewer.