Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_diags/diags_driver.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 10 20:14:01 2016 UTC
(8 years, 7 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
HEAD,
checkpoint66b,
checkpoint66c,
checkpoint66d,
checkpoint66e,
checkpoint66f,
checkpoint66o
Changes since
1.18: +1 -0 lines
Diff to
previous 1.18
- gcmfaces_diags/diags_grid.m (new): grid loading as done earlier in diags_grid_parms.m now done
only if needed; grid parameters are now stored in myparms and the call to grid_load becomes
grid_load(myparms.dirGrid,myparms.nF,myparms.frmt,myparms.memoryLimit);
- diags_grid_parms.m : move grid loading to subroutine that can be called from diags_driver.m directly
- diags_driver.m : reload mygrid if needed via diags_grid.m
- diags_pre_process.m : omit linking of files to mat/profiles which was causing problems with recent
matlab versions; instead call MITprof_gcm2nc with {dir_model,dir_out} as first input parameter.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 10 21:55:43 2016 UTC
(9 years, 2 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint65w,
checkpoint65x,
checkpoint66a
Changes since
1.17: +9 -5 lines
Diff to
previous 1.17
- diags_driver.m: comment out cost_altimeter and issue print statement (to avoid
overloading user's memory).
- diags_driver_tex.m: test whether cost_altimeter has generated output; remove
call to cost_bp that remains a work in progress.
- diags_grid_parms.m: add dirModel to input argument list; search also for
files in e.g. release2/nctiles_grid.
- diags_pre_process.m: pass dirModel as input to diags_grid_parms; also
look for intput files in nctiles_remotesensing etc.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 6 15:35:47 2016 UTC
(9 years, 5 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint65t,
checkpoint65u,
checkpoint65v
Changes since
1.16: +14 -15 lines
Diff to
previous 1.16
- diags_display.m diags_driver.m diags_driver_tex.m: improve help sections.
- diags_set_D.m diags_set_E.m diags_set_F.m: move budget computations to
separate functions (calc_budget_heat.m calc_budget_mass.m calc_budget_salt.m).
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 14 13:51:20 2016 UTC
(9 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.15: +10 -2 lines
Diff to
previous 1.15
- option to specify years as 'climatology' (instead of
e.g. [1992:2011]) when using a climatological average
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 11 21:28:29 2016 UTC
(9 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.14: +1 -1 lines
Diff to
previous 1.14
- diags_driver.m: add MLD in default list.
- diags_driver_tex.m: issue message about compiling tex.
- diags_grid_parms.m: treat case when nctiles_grid is used.
- diags_set_A.m: skip Atl., Pac., Ind. computation if
basin_masks_eccollc_90x50.bin is not found by v4_basin.
- diags_set_C.m: fix nctiles, climatology case.
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 2 22:05:43 2015 UTC
(10 years, 5 months ago)
by
gforget
Branch:
MAIN
Changes since
1.12: +2 -1 lines
Diff to
previous 1.12
- diags_diff_snapshots.m : use rdmds_meta (new), when 3d snapshots multiply
THETA, SALT by DRF*hFac*ETAN (r* case) before computing tendencies
- diags_driver.m : add comment
- diags_list_times.m : update file list
- diags_pre_process.m : treat case of budg3d_snap_set1 when 3d snapshots
- diags_set_D.m : accomodate 3d output (snapshots and interior fluxes)
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 2 17:59:43 2014 UTC
(10 years, 7 months ago)
by
gforget
Branch:
MAIN
Changes since
1.9: +29 -28 lines
Diff to
previous 1.9
- improve handling of records, diags_grid_parms.mat.
- clean-up and tabs.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 3 19:48:29 2014 UTC
(10 years, 11 months ago)
by
gforget
Branch:
MAIN
Changes since
1.8: +9 -9 lines
Diff to
previous 1.8
- replace 1 with years(1)
- move dirMat completion before saving diags_grid_parms.mat
Revision
1.7 -
(
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.6: +16 -8 lines
Diff to
previous 1.6
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.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 29 16:45:23 2014 UTC
(11 years ago)
by
gforget
Branch:
MAIN
Changes since
1.5: +43 -37 lines
Diff to
previous 1.5
- diags_driver.m :
- make the setting of parameters optional (if doInteractive is specified)
and otherwise assume ECCO v4 params by default.
- move cost computations to first year, rather than empty year.
- diags_grid_parms.m : use doInteractive, passed as parameter.
- diags_pre_process.m :
- use doInteractive, passed as parameter.
- use nctiles by default (rather than binaries)
- use MITprof/ files by default (rather than binaries)
and add directory name to myenv.profiles
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 31 21:29:07 2014 UTC
(11 years, 5 months ago)
by
gforget
Branch:
MAIN
Changes since
1.4: +3 -3 lines
Diff to
previous 1.4
-added :
diags_set_F.m zonal mean budgets
diags_diff_snapshots.m previously v4_diff_snapshots.m
diags_read_from_mat.m previously v4_read_bin.m
- diags_set_A.m remove TRSP_integrated from dir list
- diags_driver.m switch budgets lChunk to monthly
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 30 14:45:17 2012 UTC
(12 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.2: +1 -1 lines
Diff to
previous 1.2
- diags_set_D.m : specific time axis for budget, also in display.
- diags_driver.m : removed dirModel parameter to insitu_diags.
- diags_driver_tex.m : removed dirModel parameter to insitu_diags.
- diags_driver_tex.m : added nameTex parameter in insitu_diags and cost*.
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 17 19:51:38 2012 UTC
(12 years, 7 months ago)
by
gforget
Branch:
MAIN
Changes since
1.1: +10 -2 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:16 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.