Log of /MITgcm_contrib/gael/matlab_class/ecco_v4/cost_altimeter.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 2 14:26:52 2016 UTC
(9 years, 3 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint65v
Changes since
1.17: +15 -0 lines
Diff to
previous 1.17
- bug fix: add back the smoothed values that has been subtracted
in cost_gencost_sshv4 to recover the full pointwise variances.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 22 20:47:48 2016 UTC
(9 years, 4 months ago)
by
gforget
Branch:
MAIN
Changes since
1.16: +3 -1 lines
Diff to
previous 1.16
- cost_altimeter.m: also look for sigma in [dirModel 'inputfiles/']; update to 'r5.err'
- cost_seaicearea.m: also look for input files in [dirModel 'inputfiles/']
- cost_sst.m: get sigma_surf_0p5.bin from [dirModel 'inputfiles/']
Revision
1.11 -
(
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.10: +209 -168 lines
Diff to
previous 1.10
- 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.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 2 22:51:57 2013 UTC
(12 years, 3 months ago)
by
gforget
Branch:
MAIN
Changes since
1.9: +11 -6 lines
Diff to
previous 1.9
cost_altimeter.m :
- update to latest ecco v4 inputs.
- set listRecs automatically.
- set maxLatObs to 90 to incl. full Arctic and SO.
cost_altimeter_disp.m : avoid raid4 / gforget reference.
cost_xx.m : avoid raid3 / gforget reference.
v4_basin.m : avoid raid3 / gforget reference.
Revision
1.8 -
(
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.7: +1 -1 lines
Diff to
previous 1.7
- replace mkdir with !mkdir to avoid error in case directory already exists.
- basic_diags_ecco : move potential directory creations up.
Revision
1.7 -
(
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.6: +11 -9 lines
Diff to
previous 1.6
- 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.6 -
(
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.5: +3 -4 lines
Diff to
previous 1.5
- replace gcmfaces_path and global mygrid with gcmfaces_global.
- basic_diags_ecco.m : fix setDiags,'B' bug.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 8 13:18:04 2011 UTC
(14 years ago)
by
gforget
Branch:
MAIN
Changes since
1.4: +10 -2 lines
Diff to
previous 1.4
- 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.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 1 16:07:26 2011 UTC
(14 years ago)
by
gforget
Branch:
MAIN
Changes since
1.3: +93 -33 lines
Diff to
previous 1.3
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
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 24 17:02:03 2011 UTC
(14 years, 1 month ago)
by
gforget
Branch:
MAIN
Changes since
1.2: +3 -4 lines
Diff to
previous 1.2
- add headers to gecmfaces_calc routines
- move line_greatC_TUV_mask.m, line_zonal_TUV_MASKS.m, line_zonal_TUV_mask.m to gcmfaces_legacy
- add replacements gcmfaces_calc/gcmfaces_lines_transp.m and gcmfaces_calc/gcmfaces_lines_zonal.m
- now the zonal and transport 'lines' masks are added to mygrid as LATS_MASKS and LINES_MASKS
- accordingly, the old LATS_MASKS is removed from arguments list in calc_overturn.m etc.
(calc_transports and basic_diags_display_transport still have LINES_MASKS args. for now)
and basic_diags_compute_v3_or_v4.m etc. now call gcmfaces_lines_zonal and gcmfaces_lines_transp.
- line_greatC_TUV_MASKS_v3.m and line_greatC_TUV_MASKS_v4.m now are in sample_analysis
and they simply output the 'lines' definitions (rather than the masks off gcmfaces_lines_transp)
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.