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 |