Ignore:
Timestamp:
10/24/23 15:49:20 (8 months ago)
Author:
acosce
Message:

update IPSLCM6.3 configuration
1- remove option ESMCO2 from compilation
2- add option multi_sources_nat for futur commit in INCA

File:
1 edited

Legend:

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

    r6632 r6664  
    367367    fi 
    368368 
    369     if   [ X${config_ListOfComponents_CHM} = Xinca ] && [ X${ConfigType:0:3} = XESM ] ; then 
     369    if   [ X${config_ListOfComponents_CHM} = Xinca ] && [ X${ConfigType:0:6} = XESMCO2 ] ; then 
    370370        echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
    371371        IGCM_comp_modifyDefFile blocker run.def type_trac inco 
     
    375375        echo 'default hadv=10 vadv=10 phases=g type=tracer parent=air' >> tracer.def 
    376376        echo 'CO2' >> tracer.def 
    377  
    378377    elif [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    379378        echo "Activate coupling to INCA, set type_trac=inca in run.def" 
Note: See TracChangeset for help on using the changeset viewer.