/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_diags/diags_set_B.m
ViewVC logotype

Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_diags/diags_set_B.m

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


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 21:18:24 2015 UTC (10 years, 1 month ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66o
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
- diags_set*.m : add [dirModel 'diags/'] to listSubdirs for case when diags is un-sorted.
- diags_pre_process.m : remove addition of pwd ahead of dirModel, link MITprof files
  from dirModel in case they were not found in hard-coded directory.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 18:48:23 2014 UTC (10 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
- add missing ';'


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 19:03:05 2014 UTC (10 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12
- minor fixes.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 16:37:47 2014 UTC (10 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.11: +15 -6 lines
Diff to previous 1.11
diags_driver.m :
  - if ~doInteractive then
     reset recInAve, and save myparms but not mygrid in diags_grid_parms.mat
  - for individual diags set :
     lChunk always 12, even for diags_set_B
  - for multiple diags set, including diags_set_B, and ~doInteractive :
     - diags_set_B uses lChunk is 12 and comp. by year (like for other diags sets)
     - diags_set_B is done all when myYear==years(1) (as I did before)
diags_grid_parms.m : if ~doInteractive then comment out more print statements
diags_pre_process.m : if ~doInteractive then dont save/load diags_grid_parms.mat
                      that will be saved in diags_driver.m instead
diags_set_B.m : allow for e.g. [1993 1994] averages without computing 1992 at all.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 22:10:57 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- replace calls to alldiag_load and v4_diff_snapshots.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 03:28:13 2014 UTC (11 years, 5 months ago) by heimbach
Branch: MAIN
Changes since 1.9: +12 -12 lines
Diff to previous 1.9
Few more unit edits.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 03:11:22 2014 UTC (11 years, 5 months ago) by heimbach
Branch: MAIN
Changes since 1.8: +10 -10 lines
Diff to previous 1.8
Small unit corrections.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jan 30 00:32:52 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- minor fixes.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jan 29 15:11:16 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.6: +19 -22 lines
Diff to previous 1.6
diags_driver_tex.m
		add hooks to SEAICE and MLD diagnostics
		add subsections
diags_set_A.m	add TRSP_integrated to directory list
		add subsections
diags_set_B.m	fix bugs in previous revision
		rename ETANLEADS as SSH
diags_set_C.m	add subsections
		add 75N/S time series
		add global mean sea level
		rename ETANLEADS as SSH
diags_set_MLD.m	display march / september median maps instead


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jan 29 02:18:25 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.5: +145 -51 lines
Diff to previous 1.5
- comment out call to calc_UV_curl (seems bugged).
- introduce subsetctions (after update of write2tex).
- move ETAN maps before T,S,W and before air-sea fluxes
- add display for mean and std of T,S,W at various depths.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 28 18:28:31 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.4: +21 -8 lines
Diff to previous 1.4
- add WVELMASS in computational loop.
- add doOmit3Dfields (hardcoded to 0). When set to 1,
  restrict computation to surface fields (faster & cheaper).


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 17:58:16 2012 UTC (12 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.3: +231 -3 lines
Diff to previous 1.3
- add plotting sequence (ecco_v4/basic_diags_ecco_disp.m codes) in the
  various diagnostics sets, selected by the caller setting userStep==-1;


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:36:00 2012 UTC (12 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
- fix case of diags_select(dirModel,dirMat,'B',1,[1:myparms.recInAve(2)]);


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 19:51:39 2012 UTC (12 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.1: +21 -1 lines
Diff to previous 1.1
- revise 'B' diags set. Now compute running sum(X) and sum(X^2)
  Save to file. Using lChunk=1 iChunk=[1:myparms.recInAve(2)].
- diags_grid_parms.m : parms.yearLast = 2011 in ecco v4
- diags_select.m : allow for lChunk = 0 and listChunk params.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 19:07:17 2012 UTC (12 years, 8 months ago) by gforget
Branch: MAIN
- more modular, and suposedly more user-friendly, version
  of ecco_v4/comp_driver.m and basic_diags_ecco.m


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22