Ignore:
Timestamp:
May 31, 2016, 1:34:05 PM (8 years ago)
Author:
oboucher
Message:

Changing flag_aerosol_strat from logical (y/n) to
an integer (0/1/2) for CMIP6 needs

File:
1 edited

Legend:

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

    r2524 r2530  
    7676    LOGICAL              :: ok_ade, ok_aie, ok_cdnc, aerosol_couple
    7777    INTEGER              :: flag_aerosol
    78     LOGICAL              :: flag_aerosol_strat
     78    INTEGER              :: flag_aerosol_strat
    7979    LOGICAL              :: new_aod
    8080    REAL                 :: bl95_b0, bl95_b1
     
    9494    LOGICAL,SAVE        :: ok_ade_omp, ok_aie_omp, ok_cdnc_omp, aerosol_couple_omp
    9595    INTEGER, SAVE       :: flag_aerosol_omp
    96     LOGICAL, SAVE       :: flag_aerosol_strat_omp
     96    INTEGER, SAVE       :: flag_aerosol_strat_omp
    9797    LOGICAL, SAVE       :: new_aod_omp
    9898    REAL,SAVE           :: bl95_b0_omp, bl95_b1_omp
     
    386386    !
    387387    !Config Key  = flag_aerosol_strat
    388     !Config Desc = use stratospheric aerosols T/F
    389     !Config Def  = false
     388    !Config Desc = use stratospheric aerosols 0, 1, 2
     389    ! - 0 = no stratospheric aerosols
     390    ! - 1 = stratospheric aerosols scaled from 550 nm AOD
     391    ! - 2 = stratospheric aerosol properties from CMIP6
     392    !Config Def  = 0
    390393    !Config Help = Used in physiq.F
    391394    !
    392395    !
    393     flag_aerosol_strat_omp = .false.
     396    flag_aerosol_strat_omp = 0
    394397    CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)
    395398
Note: See TracChangeset for help on using the changeset viewer.