Last change
on this file since 2639 was
2639,
checked in by cetlod, 9 years ago
|
Add new NEMO configurations in v6
|
File size:
717 bytes
|
Line | |
---|
1 | #!/bin/ksh |
---|
2 | |
---|
3 | #----------------------------------- |
---|
4 | function IOS_Initialize |
---|
5 | { |
---|
6 | IGCM_debug_PushStack "IOS_Initialize" |
---|
7 | |
---|
8 | echo INITIALIZE IOS !!! |
---|
9 | |
---|
10 | IGCM_debug_PopStack "IOS_Initialize" |
---|
11 | } |
---|
12 | |
---|
13 | #----------------------------------- |
---|
14 | function IOS_Update |
---|
15 | { |
---|
16 | IGCM_debug_PushStack "IOS_Update" |
---|
17 | |
---|
18 | echo UPDATE IOS !!! |
---|
19 | |
---|
20 | sed -e 's/<variable id="using_server" type="boolean">false/<variable id="using_server" type="boolean">true/' iodef.xml > iodef.xml.tmp |
---|
21 | IGCM_sys_Mv iodef.xml.tmp iodef.xml |
---|
22 | |
---|
23 | IGCM_debug_PopStack "IOS_Update" |
---|
24 | } |
---|
25 | |
---|
26 | #----------------------------------- |
---|
27 | function IOS_Finalize |
---|
28 | { |
---|
29 | IGCM_debug_PushStack "IOS_Finalize" |
---|
30 | |
---|
31 | echo FINALIZE IOS !!! |
---|
32 | |
---|
33 | IGCM_debug_PopStack "IOS_Finalize" |
---|
34 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.