Last change
on this file since 1649 was
1549,
checked in by jgipsl, 13 years ago
|
Added directory EXPALL which contains the possibility to run all 5
experiences :
- DRIVER : contains all *.driver before in COMP directory (the drivers
are the same for all experiences)
- PARAM : all files from EXP00/PARAM (not yet adapted for all
experiences)
- CARD : this directory contains one subdirectory per experience;
hitorical, piControl, etc...
- CARD/XXX : contains all *.card necessary to run experience XXX
*This revision contains the PARAM only for EXP00. In next commit,
modifications will be done so that all experience can be run correctly.
*Must be run with a modifcation in libIGCM concerning the DRIVER
directory.
|
File size:
525 bytes
|
Line | |
---|
1 | #!/bin/ksh |
---|
2 | |
---|
3 | #----------------------------------- |
---|
4 | function ICE_Initialize |
---|
5 | { |
---|
6 | IGCM_debug_PushStack "ICE_Initialize" |
---|
7 | |
---|
8 | echo INITIALIZE ICE !!! |
---|
9 | |
---|
10 | IGCM_debug_PopStack "ICE_Initialize" |
---|
11 | } |
---|
12 | |
---|
13 | #----------------------------------- |
---|
14 | function ICE_Update |
---|
15 | { |
---|
16 | IGCM_debug_PushStack "ICE_Update" |
---|
17 | |
---|
18 | echo UPDATE ICE !!! |
---|
19 | |
---|
20 | IGCM_debug_PopStack "ICE_Update" |
---|
21 | } |
---|
22 | |
---|
23 | #----------------------------------- |
---|
24 | function ICE_Finalize |
---|
25 | { |
---|
26 | IGCM_debug_PushStack "ICE_Finalize" |
---|
27 | |
---|
28 | echo FINALIZE ICE !!! |
---|
29 | |
---|
30 | IGCM_debug_PopStack "ICE_Finalize" |
---|
31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.