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/lmdz.driver

    r4919 r5117  
    554554    fi 
    555555    # Include xml files for output configuration if running with workflow CMIP6 
    556     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     556    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
    557557        echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 
    558         echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
     558    echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
    559559    fi 
    560560    cp iodef.xml iodef.xml.tmp 
Note: See TracChangeset for help on using the changeset viewer.