Ignore:
Timestamp:
09/10/21 17:19:13 (3 years ago)
Author:
falletti
Message:

Update LMDZREPR_v6 with ping files for CMIP6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZREPR_v6/GENERAL/DRIVER/reprobus.driver

    r5608 r5912  
    1717    #  <context id="reprobus" src="./context_reprobus.xml"/> 
    1818    echo '<context id="reprobus" src="./context_reprobus.xml"/>' > add.tmp 
     19 
     20    # Include xml files for output configuration if running with workflow CMIP6 
     21    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
     22        #echo '<context id="reprobus" src="./ping_LMDZ_AerChemMIP.xml"/>' >> add.tmp 
     23        echo '<context id="reprobus" src="./ping_REPROBUS_CM6.xml"/>' >> add.tmp 
     24        #echo '<context id="reprobus" src="./dr2xml_LMDZ.xml"/>' >> add.tmp 
     25        echo '<context id="reprobus" src="./dr2xml_reprobus.xml"/>' >> add.tmp 
     26    fi 
     27 
    1928    cp iodef.xml iodef.xml.tmp 
    2029    sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
Note: See TracChangeset for help on using the changeset viewer.