Ignore:
Timestamp:
Feb 10, 2020, 11:04:40 AM (4 years ago)
Author:
Laurent Fairhead
Message:

Parameter new_aod is not needed anymore as it is assumed to be true
all the time. This means that we cannot replay AR4 simulations with new
LMDZ sources (we probably couldn't anyway)
LF, OB

File:
1 edited

Legend:

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

    r3613 r3630  
    10651065    LOGICAL, SAVE :: flag_bc_internal_mixture
    10661066    !$OMP THREADPRIVATE(flag_bc_internal_mixture)
    1067     LOGICAL, SAVE :: new_aod
    1068     !$OMP THREADPRIVATE(new_aod)
    10691067    !
    10701068    !--STRAT AEROSOL
     
    12491247            ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, aerosol_couple, &
    12501248            chemistry_couple, &
    1251             flag_aerosol, flag_aerosol_strat, flag_aer_feedback, new_aod, &
     1249            flag_aerosol, flag_aerosol_strat, flag_aer_feedback, &
    12521250            flag_bc_internal_mixture, bl95_b0, bl95_b1, &
    12531251                                ! nv flags pour la convection et les
     
    15751573            ok_hf,ok_instan,ok_LES,ok_ade,ok_aie, &
    15761574            read_climoz, phys_out_filestations, &
    1577             new_aod, aerosol_couple, &
     1575            aerosol_couple, &
    15781576            flag_aerosol_strat, pdtphys, paprs, pphis,  &
    15791577            pplay, lmax_th, ptconv, ptconvth, ivap,  &
     
    16881686       CALL phys_output_write(itap, pdtphys, paprs, pphis,                    &
    16891687                              pplay, lmax_th, aerosol_couple,                 &
    1690                               ok_ade, ok_aie, ok_volcan, ivap, iliq, isol, new_aod, ok_sync,&
     1688                              ok_ade, ok_aie, ok_volcan, ivap, iliq, isol, ok_sync,&
    16911689                              ptconv, read_climoz, clevSTD,                   &
    16921690                              ptconvth, d_u, d_t, qx, d_qx, zmasse,           &
     
    37713769                !
    37723770                CALL readaerosol_optic( &
    3773                      debut, new_aod, flag_aerosol, itap, jD_cur-jD_ref, &
     3771                     debut, flag_aerosol, itap, jD_cur-jD_ref, &
    37743772                     pdtphys, pplay, paprs, t_seri, rhcl, presnivs,  &
    37753773                     mass_solu_aero, mass_solu_aero_pi,  &
     
    37963794                   !--climatologies or INCA aerosols
    37973795                   CALL readaerosol_optic_rrtm( debut, aerosol_couple, ok_alw, ok_volcan, &
    3798                         new_aod, flag_aerosol, flag_bc_internal_mixture, itap, jD_cur-jD_ref, &
     3796                        flag_aerosol, flag_bc_internal_mixture, itap, jD_cur-jD_ref, &
    37993797                        pdtphys, pplay, paprs, t_seri, rhcl, presnivs,  &
    38003798                        tr_seri, mass_solu_aero, mass_solu_aero_pi,  &
     
    38133811                   !
    38143812                   CALL readaerosol_optic( &
    3815                         debut, new_aod, flag_aerosol, itap, jD_cur-jD_ref, &
     3813                        debut, flag_aerosol, itap, jD_cur-jD_ref, &
    38163814                        pdtphys, pplay, paprs, t_seri, rhcl, presnivs,  &
    38173815                        mass_solu_aero, mass_solu_aero_pi,  &
     
    41024100               ! Rajoute par OB pour RRTM
    41034101               tau_aero_lw_rrtm, &
    4104                cldtaupirad,new_aod, &
     4102               cldtaupirad, &
    41054103!              zqsat, flwcrad, fiwcrad, &
    41064104               zqsat, flwc, fiwc, &
     
    41894187                                ! Rajoute par OB pour RRTM
    41904188                     tau_aero_lw_rrtm, &
    4191                      cldtaupi,new_aod, &
     4189                     cldtaupi, &
    41924190!                    zqsat, flwcrad, fiwcrad, &
    41934191                     zqsat, flwc, fiwc, &
     
    50725070  CALL phys_output_write_spl(itap, pdtphys, paprs, pphis,  &
    50735071       pplay, lmax_th, aerosol_couple,                 &
    5074        ok_ade, ok_aie, ivap, new_aod, ok_sync,         &
     5072       ok_ade, ok_aie, ivap, ok_sync,         &
    50755073       ptconv, read_climoz, clevSTD,                   &
    50765074       ptconvth, d_t, qx, d_qx, d_tr_dyn, zmasse,      &
     
    50795077    CALL phys_output_write(itap, pdtphys, paprs, pphis,  &
    50805078         pplay, lmax_th, aerosol_couple,                 &
    5081          ok_ade, ok_aie, ok_volcan, ivap, iliq, isol, new_aod,      &
     5079         ok_ade, ok_aie, ok_volcan, ivap, iliq, isol,    &
    50825080         ok_sync, ptconv, read_climoz, clevSTD,          &
    50835081         ptconvth, d_u, d_t, qx, d_qx, zmasse,           &
Note: See TracChangeset for help on using the changeset viewer.