Ignore:
Timestamp:
09/21/23 15:19:47 (10 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

Location:
CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER
Files:
2 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" 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/pisces.driver

    r6586 r6628  
    8585    IGCM_comp_modifyNamelist force  namelist_pisces_cfg atcco2 ${LMDZ_CO2} 
    8686 
    87     if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ) ; then 
     87    PiscesGas=${config_UserChoices_ConfigType} 
     88    if ( [ X${PiscesGas:0:3} = XESM ]  ) ; then 
    8889        ##-- N2O forcing : update atcn2o value in namelist_pisces_cfg with the same one used in LMDZ 
    8990        IGCM_debug_Print 1 "Take same N2O as for LMDZ, in parameter file config.def." 
Note: See TracChangeset for help on using the changeset viewer.