source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/xios.driver @ 3941

Last change on this file since 3941 was 3941, checked in by cetlod, 6 years ago

Improvment of OMIP6 configurations

File size: 614 bytes
Line 
1#!/bin/ksh
2#-----------------------------------
3function IOS_Initialize
4{ 
5    IGCM_debug_PushStack "IOS_Initialize"
6
7    echo INITIALIZE IOS !!!
8
9    IGCM_debug_PopStack "IOS_Initialize"
10}
11
12#-----------------------------------
13function IOS_Update
14{
15    IGCM_debug_PushStack "IOS_Update"
16
17    echo UPDATE IOS !!!
18# Activate server mode
19    IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true
20
21    IGCM_debug_PopStack "IOS_Update"
22}
23
24#-----------------------------------
25function IOS_Finalize
26{
27    IGCM_debug_PushStack "IOS_Finalize"
28
29    echo FINALIZE IOS !!!
30
31    IGCM_debug_PopStack "IOS_Finalize"
32}
Note: See TracBrowser for help on using the repository browser.