Last change
on this file since 3219 was
3186,
checked in by flavoni, 7 years ago
|
add NEMO_v7_dev to run NEMO forced mode, trunk version
|
File size:
524 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 | IGCM_debug_PopStack "IOS_Update" |
---|
21 | } |
---|
22 | |
---|
23 | #----------------------------------- |
---|
24 | function IOS_Finalize |
---|
25 | { |
---|
26 | IGCM_debug_PushStack "IOS_Finalize" |
---|
27 | |
---|
28 | echo FINALIZE IOS !!! |
---|
29 | |
---|
30 | IGCM_debug_PopStack "IOS_Finalize" |
---|
31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.