Ignore:
Timestamp:
06/18/20 17:26:34 (4 years ago)
Author:
aclsce
Message:

Added functionality to use "CMIP6 light workflow" by activating dr2xmlIPSL variable in config.card.

File:
1 edited

Legend:

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

    r4919 r5117  
    147147    fi 
    148148    # Include xml files for output configuration if running with workflow CMIP6 
    149     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
    150         echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 
    151         echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp 
     149    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
     150          echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 
     151          echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp 
    152152    fi 
    153153    cp iodef.xml iodef.xml.tmp 
Note: See TracChangeset for help on using the changeset viewer.