Ignore:
Timestamp:
06/19/18 17:48:31 (6 years ago)
Author:
cetlod
Message:

Add OMIP1/OMIP2 experiments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/xios.driver

    r2870 r3927  
    11#!/bin/ksh 
    2  
    32#----------------------------------- 
    43function IOS_Initialize 
    5 { 
     4{  
    65    IGCM_debug_PushStack "IOS_Initialize" 
    76 
     
    1716 
    1817    echo UPDATE IOS !!! 
     18# Activate server mode 
     19    IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true 
     20 
     21# Activate 2nd server level for CMIP6 type experiments (CMIP6 workflow) 
     22    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     23    IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 
     24    fi 
    1925 
    2026    IGCM_debug_PopStack "IOS_Update" 
Note: See TracChangeset for help on using the changeset viewer.