Log of /MITgcm_contrib/gael/matlab_class/ecco_v4/cost_bp.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 28 01:38:47 2016 UTC
(9 years, 6 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
HEAD,
checkpoint65t,
checkpoint65u,
checkpoint65v,
checkpoint65w,
checkpoint65x,
checkpoint66a,
checkpoint66b,
checkpoint66c,
checkpoint66d,
checkpoint66e,
checkpoint66f,
checkpoint66o
Changes since
1.12: +4 -3 lines
Diff to
previous 1.12
- minor changes.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 19 14:56:55 2014 UTC
(11 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.8: +3 -2 lines
Diff to
previous 1.8
- cost_altimeter.m :
update error fields (slaerr_largescale_r4.err, slaerr_gridscale_r4.err)
allow for 'mat/cost/' subdirectory
omit 1992, and synchronize point and smooth (ttShift=17)
define msk_point (time variable) and msk_100pts (time mean)
sladiff_smooth etc are subsample according to msk_point
all displays are applied msk_100pts
- cost_bp.m, cost_sst.m, cost_xx.m, cost_seaicearea.m :
allow for 'mat/cost/' subdirectory
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 14 21:29:56 2013 UTC
(12 years, 5 months ago)
by
gforget
Branch:
MAIN
Changes since
1.6: +5 -1 lines
Diff to
previous 1.6
- add cost function display (code from K.Quinn).
- update directory and file name for error field.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 30 00:28:39 2012 UTC
(12 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.5: +5 -2 lines
Diff to
previous 1.5
- add nameTex optional input parameter in all cost routines.
- cost_altimeter_disp.m : backward compatibility and help fix.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 23 14:39:19 2012 UTC
(13 years, 3 months ago)
by
gforget
Branch:
MAIN
Changes since
1.4: +1 -1 lines
Diff to
previous 1.4
- replace mkdir with !mkdir to avoid error in case directory already exists.
- basic_diags_ecco : move potential directory creations up.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 18 20:14:34 2012 UTC
(13 years, 3 months ago)
by
gforget
Branch:
MAIN
Changes since
1.3: +22 -9 lines
Diff to
previous 1.3
- basic_diags_ecco.m :
include dirMat/dirModel in listSubdirs, with implication for v4_diff_snapshots
fix parms.recInAve
- v4_diff_snapshots.m :
now writes to [dirMat 'BUDG/'] rather than [dirModel 'diags/BUDG/']
- comp_driver.m :
now writes to [dirMat 'profiles/'] rather than [dirModel 'diags/profiles/']
use dirMat/dirModel in costs & xx & insitu
change lchunk to 52 for budget diags (set 'D' of basic_diags_ecco.m)
- plot_driver.m
use dirMat/dirModel in costs & xx & insitu
- cost_altimeter.m, cost_altimeter_disp.m, cost_bp.m, cost_sst.m, cost_xx.m :
use dirMat/dirTex
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 25 20:00:40 2011 UTC
(13 years, 11 months ago)
by
gforget
Branch:
MAIN
Changes since
1.2: +3 -3 lines
Diff to
previous 1.2
- replace gcmfaces_path and global mygrid with gcmfaces_global.
- basic_diags_ecco.m : fix setDiags,'B' bug.
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 8 13:18:04 2011 UTC
(14 years ago)
by
gforget
Branch:
MAIN
Changes since
1.1: +1 -1 lines
Diff to
previous 1.1
- added: cost_xx.m that compute/plot the mean and variance of controls.
- cost_bp.m, cost_sst.m, cost_altimeter_disp.m : revised captions for wrote2tex.
- plot_driver.m : add title, sections, cost_xx. split basic_diags_ecco_disp.
- cost_altimeter.m : mask out data poleward of 66. resolve divide by zero
warnings by applying masks, and switching off the warning.
- basic_diags_ecco.m : split in three using new setDiags paramater; speed-up I/O
by using rdmds2workspace_list.m; fix heat and salt transport computations (missing
factors); include time averaging for setDiags='B'; save mygrid to basic_diags_ecco_mygrid.mat
- basic_diags_ecco_disp.m : split in three using new setDiags paramater; load mygrid
from basic_diags_ecco_mygrid.mat; improve captions for write2tex; set time averaging
period to 92-07; include computation of zonal mean climatology for setDiags='C';
use depthStretchPlot for section; add air-sea fluxes and ice plots; fix transports
time series plots;
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 1 16:07:26 2011 UTC
(14 years ago)
by
gforget
Branch:
MAIN
ecco_v4/basic_diags_ecco.m
make a function of dirModel,lChunk,iChunkm[,reLoadGrid]
break records loop in chunks, and read nChnunk records at once
write output to dirModel/mat/sic_diags_ecco_*.mat
get grid from GRID/ if needed or as specified by reLoadGrid
ecco_v4/basic_diags_ecco_disp.m
now a function of dirModel,addToTex
dont reload grid
m_map_gcmfaces updates
added write2tex calls
ecco_v4/cost_altimeter.m
function of dirModel
added doDifObsOrMod loop
get grid from GRID/ if needed
the display part is kept for now, but the it will be
replaced with new cost_altimeter_disp.m
include faster cost_altimeter_read
write output to dirModel/mat/cost_altimeter_*.mat
added functions
ecco_v4/cost_altimeter_disp.m
ecco_v4/cost_bp.m
ecco_v4/cost_sst.m
ecco_v4/plot_driver.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.