Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_diags/diags_pre_process.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 30 21:11:14 2016 UTC
(8 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.22: +0 -1 lines
Diff to
previous 1.22
- dont remove '.nc' or add '*' to file names (see latest MITprof_gcm2nc.m revision).
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 10 20:14:01 2016 UTC
(8 years, 7 months ago)
by
gforget
Branch:
MAIN
Changes since
1.21: +5 -15 lines
Diff to
previous 1.21
- 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.21 -
(
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.20: +10 -5 lines
Diff to
previous 1.20
- 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.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 2 17:43:10 2016 UTC
(9 years, 2 months ago)
by
gforget
Branch:
MAIN
Changes since
1.19: +5 -1 lines
Diff to
previous 1.19
- diags_pre_process.m: also search for nctiles_monthly
- diags_driver_tex.m: cosmetic changes
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 12 22:26:04 2016 UTC
(9 years, 5 months ago)
by
gforget
Branch:
MAIN
Changes since
1.16: +1 -1 lines
Diff to
previous 1.16
- diags_inifin_D.m: treat 3D case; add test3d switch to function input list.
- diags_pre_process.m: only test for nctiles or nctiles_climatology rather than for nctiles*
- diags_set_D.m: get tend from burg.fluxes; pass test3d to diags_inifin_D.m.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 9 21:18:24 2015 UTC
(10 years, 1 month ago)
by
gforget
Branch:
MAIN
Changes since
1.13: +16 -13 lines
Diff to
previous 1.13
- 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.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 2 22:05:44 2015 UTC
(10 years, 5 months ago)
by
gforget
Branch:
MAIN
Changes since
1.12: +7 -2 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.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 2 16:18:20 2015 UTC
(10 years, 5 months ago)
by
gforget
Branch:
MAIN
Changes since
1.11: +25 -17 lines
Diff to
previous 1.11
- diags_list_times.m : get directory names from myenv
- diags_pre_process.m : add myenv.matdir & myenv.diagsdir,
use filesep & fullfile more systematically
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: +32 -29 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]
Wed Jul 30 16:37:47 2014 UTC
(10 years, 11 months ago)
by
gforget
Branch:
MAIN
Changes since
1.8: +4 -2 lines
Diff to
previous 1.8
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.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 29 16:45:23 2014 UTC
(11 years ago)
by
gforget
Branch:
MAIN
Changes since
1.7: +34 -17 lines
Diff to
previous 1.7
- 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.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 28 20:42:01 2014 UTC
(11 years ago)
by
gforget
Branch:
MAIN
Changes since
1.6: +11 -9 lines
Diff to
previous 1.6
- diags_set_D.m, diags_set_F.m : fix typo in plot titles.
- fix windows PC compatibility (contributed by D.Spiegel).
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 28 17:07:13 2014 UTC
(11 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.3: +1 -1 lines
Diff to
previous 1.3
- diags_display.m : omit annual running mean when diagsNbRec<=12
- diags_pre_process.m and diags_set_E.m : fix typos
- diags_set_D.m and diags_set_E.m : alow for 'mat/' subdirectories
- added : diags_set_SEAICE.m dedicated to seaice and snow diagnostics
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 21 19:59:08 2012 UTC
(12 years, 7 months ago)
by
gforget
Branch:
MAIN
Changes since
1.1: +9 -5 lines
Diff to
previous 1.1
- add Jeff paprameters.
- fix case when less than 12 months output.
- improved print of directions for lock files.
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.