Ignore:
Timestamp:
01/11/19 12:01:05 (5 years ago)
Author:
acosce
Message:

propagate dev from LMDZOR_v6 (.1.8) to LMDZORINCA_v6 for GENERAL/PARAM GENERAL/DRIVER & EXPERIMENTS/LMDZOR

File:
1 edited

Legend:

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

    r3967 r4215  
    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 
Note: See TracChangeset for help on using the changeset viewer.