Ignore:
Timestamp:
Nov 29, 2019, 9:25:41 AM (4 years ago)
Author:
jghattas
Message:

Put back changes done in commit [3604] which were removed temporary in commit [3607].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/physiq_mod.F90

    r3607 r3609  
    331331    !======================================================================
    332332    LOGICAL, SAVE :: ok_volcan ! pour activer les diagnostics volcaniques
     333    !$OMP THREADPRIVATE(ok_volcan)
     334    INTEGER, SAVE :: flag_volc_surfstrat ! pour imposer le cool/heat rate à la surf/strato
     335    !$OMP THREADPRIVATE(flag_volc_surfstrat)
    333336    LOGICAL ok_cvl  ! pour activer le nouveau driver pour convection KE
    334337    PARAMETER (ok_cvl=.TRUE.)
    335338    LOGICAL ok_gust ! pour activer l'effet des gust sur flux surface
    336339    PARAMETER (ok_gust=.FALSE.)
    337     integer iflag_radia     ! active ou non le rayonnement (MPL)
    338     save iflag_radia
     340    INTEGER iflag_radia     ! active ou non le rayonnement (MPL)
     341    SAVE iflag_radia
    339342    !$OMP THREADPRIVATE(iflag_radia)
    340343    !======================================================================
     
    12381241            fact_cldcon, facttemps,ok_newmicro,iflag_radia, &
    12391242            iflag_cld_th,iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, &
    1240             ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, aerosol_couple, &
     1243            ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, flag_volc_surfstrat, aerosol_couple, &
    12411244            chemistry_couple, flag_aerosol, flag_aerosol_strat,         &
    12421245            flag_aer_feedback, new_aod, &
     
    39133916               t_seri,q_seri,wo, &
    39143917               cldfrarad, cldemirad, cldtaurad, &
    3915                ok_ade.OR.flag_aerosol_strat.GT.0, ok_aie, ok_volcan, &
     3918               ok_ade.OR.flag_aerosol_strat.GT.0, ok_aie, ok_volcan, flag_volc_surfstrat, &
    39163919               flag_aerosol, flag_aerosol_strat, flag_aer_feedback, &
    39173920               tau_aero, piz_aero, cg_aero, &
     
    39994002                     t_seri,q_seri,wo, &
    40004003                     cldfrarad, cldemirad, cldtaurad, &
    4001                      ok_ade.OR.flag_aerosol_strat.GT.0, ok_aie, ok_volcan, &
     4004                     ok_ade.OR.flag_aerosol_strat.GT.0, ok_aie, ok_volcan, flag_volc_surfstrat, &
    40024005                     flag_aerosol, flag_aerosol_strat, flag_aer_feedback, &
    40034006                     tau_aero, piz_aero, cg_aero, &
Note: See TracChangeset for help on using the changeset viewer.