--- MITgcm_contrib/jmc_script/README 2018/01/23 22:15:12 1.16 +++ MITgcm_contrib/jmc_script/README 2022/03/17 19:59:54 1.20 @@ -17,10 +17,10 @@ - do_test_2+2 -help -> print "usage" NOTE: scripts "tst_2+2" & "do_test_2+2" have been moved (Dec 25, 2007) - to: MITgcm/tools + to: MITgcm/tools/ script: tst_2+2_cpl - = version of tst_2+2 adapted for coupled set-up (verification/cpl_aim+ocn) + = version of tst_2+2 adapted for coupled set-up (e.g., verification/cpl_aim+ocn) b) PBS-batch script that re-submit itself (loop). script: runScript @@ -59,3 +59,27 @@ g) script: mk_options_list generate list of CPP Options used in Fortran source files + +h) script: comp_res + to compare MONITOR output from 2 STDOUT files (outside of testreport). + Note: use executable "cmpnum" compiled from tiny fortran code: cmpnum.f + +---------------------------------------------------------------------- +shell & matlab scripts to process MONITOR output from STDOUT files + and make simple time-serie plots: +-------------------- +a) shell script: select_MON + get all MONITOR output from a single file and split into many + single-variable output files (easier to load and plot) + +b) shell scripts: do_extract_MON & extract_MON + collect into a single file all MONITOR output from consecutive + STDOUT output files (from a single experiment with one of more restart) + +c) matlab script: grph_MON.m + plot MONITOR time-serie of one or more experiment (with lines of different + color). Note: experiment with larger number of records needs to come first. +Uses: read_MON.m + to load-in single-variable output files (--> many files per experiment) +and/or: readnc_MON.m + to load-in netcdf (MNC) MONITOR output files