Ignore:
Timestamp:
07/17/12 16:50:51 (12 years ago)
Author:
acosce
Message:

Add aerosol_couple in all config.def
Add radiativ forcing in inca_aer config (ok_ade=y, ok_aie=n)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/DRIVER/lmdz.driver

    r1804 r1816  
    378378 
    379379    # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 
    380     if [ X${config_ListOfComponents_CHM} = Xreprobus ] || [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
     380    if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 
    381381        LMDZ_sed config.def ok_ade n 
    382382        LMDZ_sed config.def ok_aie n 
     383        LMDZ_sed config.def aerosol_couple n 
    383384        LMDZ_sed config.def read_climoz 0 
     385    elif [ X${config_ListOfComponents_CHM} = Xinca ]; then  
     386        case ${CHEM} in  
     387            AER) 
     388                LMDZ_sed config.def ok_ade y 
     389                LMDZ_sed config.def ok_aie n 
     390                LMDZ_sed config.def aerosol_couple y 
     391                LMDZ_sed config.def read_climoz 0 
     392                ;; 
     393            NMHC_AER) 
     394                LMDZ_sed config.def ok_ade y 
     395                LMDZ_sed config.def ok_aie n 
     396                LMDZ_sed config.def aerosol_couple y 
     397                LMDZ_sed config.def read_climoz 0 
     398                ;; 
     399            GES) 
     400                LMDZ_sed config.def ok_ade n 
     401                LMDZ_sed config.def ok_aie n 
     402                LMDZ_sed config.def aerosol_couple n 
     403                LMDZ_sed config.def read_climoz 0 
     404        esac 
     405 
    384406    else 
    385407        LMDZ_sed config.def ok_ade y 
    386408        LMDZ_sed config.def ok_aie y 
     409        LMDZ_sed config.def aerosol_couple n 
    387410        LMDZ_sed config.def read_climoz 2 
    388411    fi 
Note: See TracChangeset for help on using the changeset viewer.