4 |
|
|
5 |
a) the restart test : "1+1=2" |
a) the restart test : "1+1=2" |
6 |
script: tst1+1 |
script: tst1+1 |
7 |
call 2 shorts scripts: rnp & add0upto10c |
call 2 short scripts: rnp & add0upto10c |
8 |
|
|
9 |
* no input argument but few comments within the file tst1+1 |
* no input argument but few comments within the file tst1+1 |
10 |
(needs to be edited and modify). |
(needs to be edited and modify). |
12 |
Note: the script is sensitive to space and upper-case / lower |
Note: the script is sensitive to space and upper-case / lower |
13 |
case characters regarding nIter0 line and nTimeSteps line. |
case characters regarding nIter0 line and nTimeSteps line. |
14 |
|
|
15 |
|
script: tst_2+2_cpl |
16 |
|
= version adapted for coupled set-up (verification/cpl_aim+ocn) |
17 |
|
|
18 |
b) PBS-batch script that re-submit itself (loop). |
b) PBS-batch script that re-submit itself (loop). |
19 |
script: runScript |
script: runScript |
20 |
call 2 shorts scripts: add0upto3c & add0upto10c |
call 2 short scripts: add0upto3c & add0upto10c |
21 |
|
|
22 |
* used (and tested) on myrinet-3 cluster. |
* used (and tested) on myrinet-3 cluster. |
23 |
* suffer from a lack of meaningful comments. |
* suffer from a lack of meaningful comments. |
24 |
|
|
25 |
|
c) A short script to split the ASCII Diagnostics-Stats output file |
26 |
|
into separated files (one per field) that are easy to read/load |
27 |
|
(e.g., in matlab, just use "load" command) |
28 |
|
script: extract_StD |
29 |
|
no known dependency |
30 |
|
+ A matlab script to load in 1 array all the separated files: |
31 |
|
matlab-script: read_StD |
32 |
|
no known dependency |
33 |
|
|