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

Revert commit [3604]. This is only done temporary because we need to make a correction for Jean-Zay and to have a revision without these changes to go into IPSLCM6.1.10.

File:
1 edited

Legend:

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

    r3604 r3607  
    1717       iflag_cld_th, &
    1818       iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, &
    19        ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, flag_volc_surfstrat, aerosol_couple, &
     19       ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, aerosol_couple, &
    2020       chemistry_couple, flag_aerosol, flag_aerosol_strat,         &
    2121       flag_aer_feedback, new_aod, &
     
    6464    ! bl95_b*: parameters in the formula to link CDNC to aerosol mass conc
    6565    ! ok_volcan: activate volcanic diags (SW heat & LW cool rate, SW & LW flux)
    66     ! flag_volc_surfstrat: VolMIP flag, activate forcing surface cooling rate (=1), strato heating rate (=2) or nothing (=0, default)
    6766    !
    6867
     
    7877    INTEGER              :: flag_aerosol
    7978    INTEGER              :: flag_aerosol_strat
    80     INTEGER              :: flag_volc_surfstrat !VolMIP flag for surf/strat runs
    8179    LOGICAL              :: flag_aer_feedback
    8280    LOGICAL              :: flag_bc_internal_mixture
     
    10199    INTEGER, SAVE       :: flag_aerosol_omp
    102100    INTEGER, SAVE       :: flag_aerosol_strat_omp
    103     INTEGER, SAVE       :: flag_volc_surfstrat_omp !VolMIP flag for surf/strat runs
    104101    LOGICAL, SAVE       :: flag_aer_feedback_omp
    105102    LOGICAL, SAVE       :: flag_bc_internal_mixture_omp
     
    410407
    411408    !
    412     !Config Key  = flag_volc_surfstrat
    413     !Config Desc = impose cooling rate at the surface (=1),
    414     !              heating rate in the strato (=2), or nothing (=0)
    415     !Config Def  = 0
    416     !Config Help = Used in radlwsw_m.F
    417     !
    418     flag_volc_surfstrat_omp = 0
    419     CALL getin('flag_volc_surfstrat', flag_volc_surfstrat_omp)
    420    
    421     !
    422409    !Config Key  = aerosol_couple
    423410    !Config Desc = read aerosol in file or calcul by inca
     
    23172304    ok_cdnc = ok_cdnc_omp
    23182305    ok_volcan = ok_volcan_omp
    2319     flag_volc_surfstrat=flag_volc_surfstrat_omp
    23202306    aerosol_couple = aerosol_couple_omp
    23212307    chemistry_couple = chemistry_couple_omp
     
    25362522    IF (flag_bc_internal_mixture .AND. flag_aerosol.NE.6) THEN
    25372523       CALL abort_physic('conf_phys', 'flag_bc_internal_mixture can only be activated with flag_aerosol=6',1)
    2538     ENDIF
    2539 
    2540     IF (flag_volc_surfstrat.LT.0.OR.flag_volc_surfstrat.GT.2) THEN
    2541        CALL abort_physic('conf_phys', 'flag_volc_surfstrat can only be 0 1 or 2',1)
    25422524    ENDIF
    25432525
     
    26552637    WRITE(lunout,*)' ok_ade = ',ok_ade
    26562638    WRITE(lunout,*)' ok_volcan = ',ok_volcan
    2657     WRITE(lunout,*)' flag_volc_surfstrat = ',flag_volc_surfstrat
    26582639    WRITE(lunout,*)' ok_aie = ',ok_aie
    26592640    WRITE(lunout,*)' ok_alw = ',ok_alw
Note: See TracChangeset for help on using the changeset viewer.