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

Location:
CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER
Files:
2 edited

Legend:

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

    r6583 r6664  
    403403    fi 
    404404 
     405    #inca.def : choose  sflx_NAT.nc analyse (emission with multi sources or not)  
     406    if [ ! X${inca_UserChoices_multi_sources_nat} = X ]; then  
     407        IGCM_comp_modifyDefFile nonblocker inca.def multi_sources_nat ${inca_UserChoices_multi_sources_nat} 
     408    else 
     409        IGCM_comp_modifyDefFile nonblocker inca.def multi_sources_nat n 
     410    fi 
     411 
     412     
    405413    #inca.def : choose coupled model with Pisces 
    406414    if [ ! X${inca_UserChoices_CoupOceAtm} = X ]; then  
  • 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.