Ignore:
Timestamp:
11/20/17 17:05:56 (6 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/pisces.driver

    r3434 r3476  
    110110    # Update iodef.xml 
    111111 
     112    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then        
     113        VT1D_ENABLE=".FALSE." 
     114        VT5D_ENABLE=".FALSE." 
     115        VT1M_ENABLE=".FALSE." 
     116        VT1Y_ENABLE=".FALSE." 
     117    fi 
     118 
    112119    IGCM_debug_Print 1 'Informations into iodef.xml : VT1D_ENABLE VT5D_ENABLE VT1M_ENABLE VT1Y_ENABLE ' 
    113120    IGCM_debug_Print 1 ${VT1D_ENABLE}  ${VT5D_ENABLE} ${VT1M_ENABLE} ${VT1Y_ENABLE} 
Note: See TracChangeset for help on using the changeset viewer.