Ignore:
Timestamp:
11/20/17 17:05:56 (7 years ago)
Author:
aclsce
Message:
  • First commit for CMIP6 experiments (outputs required by CMIP6 DR).
File:
1 edited

Legend:

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

    r3434 r3476  
    180180    # Update iodef.xml 
    181181 
     182    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then        
     183        V1D_ENABLE=".FALSE." 
     184        V5D_ENABLE=".FALSE." 
     185        V1M_ENABLE=".FALSE." 
     186        V1Y_ENABLE=".FALSE." 
     187    fi 
     188 
    182189    IGCM_debug_Print 1 'Informations into iodef.xml : V1D_ENABLE V5D_ENABLE V1M_ENABLE V1Y_ENABLE ' 
    183190    IGCM_debug_Print 1 ${V1D_ENABLE}  ${V5D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} 
     
    200207    #  <context id="nemo" src="./context_nemo.xml"/> 
    201208    echo '<context id="nemo" src="./context_nemo.xml"/>' > add.tmp 
     209    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     210        echo '<context id="nemo" src="./ping_nemo.xml"/>' >> add.tmp 
     211        echo '<context id="nemo" src="./dr2xml_opa9.xml"/>' >> add.tmp 
     212    fi 
    202213    cp iodef.xml iodef.xml.tmp 
    203214    sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
Note: See TracChangeset for help on using the changeset viewer.