--- MITgcm_contrib/jmc_script/README 2003/10/12 14:46:35 1.1 +++ MITgcm_contrib/jmc_script/README 2007/03/01 04:35:35 1.4 @@ -4,7 +4,7 @@ a) the restart test : "1+1=2" script: tst1+1 - call 2 shorts scripts: rnp & add0upto10c + call 2 short scripts: rnp & add0upto10c * no input argument but few comments within the file tst1+1 (needs to be edited and modify). @@ -14,8 +14,17 @@ b) PBS-batch script that re-submit itself (loop). script: runScript - call 2 shorts scripts: add0upto3c & add0upto10c + call 2 short scripts: add0upto3c & add0upto10c * used (and tested) on myrinet-3 cluster. * suffer from a lack of meaningful comments. +c) A short script to split the ASCII Diagnostics-Stats output file + into separated files (one per field) that are easy to read/load + (e.g., in matlab, just use "load" command) +script: extract_StD + no known dependency + + A matlab script to load in 1 array all the separated files: +matlab-script: read_StD + no known dependency +