/[MITgcm]/MITgcm_contrib/jmc_script/README
ViewVC logotype

Diff of /MITgcm_contrib/jmc_script/README

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.17 by jmc, Tue Jan 23 22:35:17 2018 UTC revision 1.21 by jmc, Wed Jul 19 14:04:48 2023 UTC
# Line 20  NOTE: scripts "tst_2+2" & "do_test_2+2" Line 20  NOTE: scripts "tst_2+2" & "do_test_2+2"
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 (e.g., verification/cpl_aim+ocn)
24    
25  b) PBS-batch script that re-submit itself (loop).  b) PBS-batch script that re-submit itself (loop).
26  script: runScript  script: runScript
# Line 59  f) script: derive_other_types Line 59  f) script: derive_other_types
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    h) script: comp_res
64      to compare MONITOR output from 2 STDOUT files (outside of testreport).
65      Note: use executable "cmpnum" compiled from tiny fortran code: cmpnum.f
66    
67    i) script: mod
68      to perform automatic substitution (useful to maintain src code) using
69      command "sed" and set of rules from file (default rule file: "mod.sed")
70    
71    ----------------------------------------------------------------------
72    shell & matlab scripts to process MONITOR output from STDOUT files
73     and make simple time-serie plots:
74    --------------------
75    a) shell script: select_MON
76     get all MONITOR output from a single file and split into many
77     single-variable output files (easier to load and plot)
78    
79    b) shell scripts: do_extract_MON & extract_MON
80     collect into a single file all MONITOR output from consecutive
81     STDOUT output files (from a single experiment with one of more restart)
82    
83    c) matlab script: grph_MON.m
84     plot MONITOR time-serie of one or more experiment (with lines of different
85     color). Note: experiment with larger number of records needs to come first.
86    Uses: read_MON.m
87     to load-in single-variable output files (--> many files per experiment)
88    and/or: readnc_MON.m
89     to load-in netcdf (MNC) MONITOR output files

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22