Ignore:
Timestamp:
09/21/23 15:19:47 (8 months ago)
Author:
acosce
Message:

Add experiment for coupled model with INCA GES and CO2 coupled between atm and oce
fixe some typo, and try to find the best way to generalize all ESM experiments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/lmdz.driver

    r6586 r6628  
    367367    fi 
    368368 
    369     if [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ; then 
    370     echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
    371     IGCM_comp_modifyDefFile blocker run.def type_trac inco 
    372     IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 
     369    if   [ X${config_ListOfComponents_CHM} = Xinca ] && [ X${ConfigType:0:3} = XESM ] ; then 
     370        echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
     371        IGCM_comp_modifyDefFile blocker run.def type_trac inco 
     372        IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 
     373        # Add CO2 in tracer.def to coupled inca and lmdz_co2 
     374        echo '&co2i' >> tracer.def 
     375        echo 'default hadv=10 vadv=10 phases=g type=tracer parent=air' >> tracer.def 
     376        echo 'CO2' >> tracer.def 
     377 
    373378    elif [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    374379        echo "Activate coupling to INCA, set type_trac=inca in run.def" 
Note: See TracChangeset for help on using the changeset viewer.