--- MITgcm_contrib/jmc_script/README 2007/11/25 21:14:57 1.6 +++ MITgcm_contrib/jmc_script/README 2009/05/11 12:32:37 1.10 @@ -16,6 +16,9 @@ and can only be used after a successful "testreport" - 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 + script: tst_2+2_cpl = version of tst_2+2 adapted for coupled set-up (verification/cpl_aim+ocn) @@ -32,11 +35,24 @@ (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 ++ A matlab script to load in 1 array all the separated files: +matlab-script: read_StD.m no known dependency ++ 2 example scripts to make simple plots from Stat-Diags output: +matlab-script: grph_StD.m (uses read_StD.m) +matlab-script: plot_StD.m (uses read_StD.m, c_levs.m) d) script: rn_pickup - Rename 'pickup*.ckpt[A,B].*' files to 'pickup*.[10-digits-iter].*' with several selection options - rn_pickup (no argument) -> print "usage" + +e) script: mk_mkfile +- run genmake2 with the same options as when "Makefile" was generated + (needs an existing previous "Makefile") ; this replaces "make makefile". + in addition, link *_mpi files from the MODS directory when -mpi was + used to generate the previous Makefile. + +f) script: derive_other_types + from 1 src file, derive other type (R4,RS,RL,RS) version. For now, can + only be applied to the 4 src files: "mdsio_pass_r{4,8}tor{l,s}.F"