Ignore:
Timestamp:
01/11/19 14:27:49 (5 years ago)
Author:
cpipsl
Message:

IPSLESM6: update of GENERAL directory up to CM6.1.8 configuration

Location:
CONFIG/UNIFORM/v6/IPSLESM6/GENERAL/DRIVER
Files:
3 edited

Legend:

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

    r3969 r4217  
    489489    else 
    490490        # Take default value set in physiq.def 
    491         IGCM_comp_modifyDefFile nonblocker config.def tau_gl DEFAULT 
     491        IGCM_comp_modifyDefFile nonblocker physiq.def tau_gl DEFAULT 
    492492    fi 
    493493    
     
    528528 
    529529    # Add include of LMDZ context in iodef.xml 
    530     # In iodef.xml add on next line after "COMPONENT CONTEXT" 
    531     #  <context id="LMDZ" src="./context_lmdz.xml"/> 
     530    # In iodef.xml add on the next line after "COMPONENT CONTEXT" 
    532531    echo '<context id="LMDZ" src="./context_lmdz.xml"/>' > add.tmp 
     532    # Add inclusion of file context_input_lmdz.xml if this file exists 
     533    if [ -f context_input_lmdz.xml ] ; then 
     534        echo '<context id="LMDZ" src="./context_input_lmdz.xml"/>' >> add.tmp 
     535    fi 
     536    # Include xml files for output configuration if running with workflow CMIP6 
    533537    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
    534538        echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 
  • CONFIG/UNIFORM/v6/IPSLESM6/GENERAL/DRIVER/orchidee.driver

    r3969 r4217  
    131131 
    132132    # Add include of orchidee context in iodef.xml 
    133     # In iodef.xml add on next line after "COMPONENT CONTEXT" 
    134     #  <context id="orchidee" src="./context_orchidee.xml"/> 
     133    # In iodef.xml add on the next line after "COMPONENT CONTEXT" 
    135134    echo '<context id="orchidee" src="./context_orchidee.xml"/>' > add.tmp 
     135    # Add inclusion of file context_input_orchidee.xml if this file exists 
     136    if [ -f context_input_orchidee.xml ] ; then 
     137        echo '<context id="orchidee" src="./context_input_orchidee.xml"/>' >> add.tmp 
     138    fi 
     139    # Include xml files for output configuration if running with workflow CMIP6 
    136140    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
    137141        echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 
  • CONFIG/UNIFORM/v6/IPSLESM6/GENERAL/DRIVER/pisces.driver

    r3969 r4217  
    8181    # ATM_Update is done before MBG_Update and therefore config.def file contains the correct value for CO2. 
    8282    IGCM_debug_Print 1 'Update atcco2 in namelist_pisces_cfg with same value as for LMDZ' 
    83     LMDZ_CO2=$( lmdzgrep2 co2_ppm config.def ) 
     83    LMDZ_CO2=$( lmdzgrep2 co2_ppm config.def | head -1 ) 
    8484    IGCM_debug_Print 1 "LMDZ_CO2 : ${LMDZ_CO2} " 
    8585    IGCM_comp_modifyNamelist force  namelist_pisces_cfg atcco2 ${LMDZ_CO2} 
Note: See TracChangeset for help on using the changeset viewer.