| 17 |
- do_test_2+2 -help -> print "usage" |
- do_test_2+2 -help -> print "usage" |
| 18 |
|
|
| 19 |
NOTE: scripts "tst_2+2" & "do_test_2+2" have been moved (Dec 25, 2007) |
NOTE: scripts "tst_2+2" & "do_test_2+2" have been moved (Dec 25, 2007) |
| 20 |
to: MITgcm/tools |
to: MITgcm/tools/ |
| 21 |
|
|
| 22 |
script: tst_2+2_cpl |
script: tst_2+2_cpl |
| 23 |
= version of tst_2+2 adapted for coupled set-up (verification/cpl_aim+ocn) |
= version of tst_2+2 adapted for coupled set-up (verification/cpl_aim+ocn) |
| 58 |
only be applied to the 4 src files: "mdsio_pass_r{4,8}tor{l,s}.F" |
only be applied to the 4 src files: "mdsio_pass_r{4,8}tor{l,s}.F" |
| 59 |
|
|
| 60 |
g) script: mk_options_list |
g) script: mk_options_list |
| 61 |
generate list of CPP Options used in Fortran source files |
generate list of CPP Options used in Fortran source files |
| 62 |
|
|
| 63 |
|
---------------------------------------------------------------------- |
| 64 |
|
shell & matlab scripts to process MONITOR output from STDOUT files |
| 65 |
|
and make simple time-serie plots: |
| 66 |
|
-------------------- |
| 67 |
|
a) shell script: select_MON |
| 68 |
|
get all MONITOR output from a single file and split into many |
| 69 |
|
single-variable output files (easier to load and plot) |
| 70 |
|
|
| 71 |
|
b) shell scripts: do_extract_MON & extract_MON |
| 72 |
|
collect into a single file all MONITOR output from consecutive |
| 73 |
|
STDOUT output files (from a single experiment with one of more restart) |
| 74 |
|
|
| 75 |
|
c) matlab script: grph_MON.m |
| 76 |
|
plot MONITOR time-serie of one or more experiment (with lines of different |
| 77 |
|
color). Note: experiment with larger number of records needs to come first. |
| 78 |
|
Uses: read_MON.m |
| 79 |
|
to load-in single-variable output files (--> many files per experiment) |
| 80 |
|
and/or: readnc_MON.m |
| 81 |
|
to load-in netcdf (MNC) MONITOR output files |