Log of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_IO_external/profiles_read_odv.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 15 14:24:17 2016 UTC
(9 years, 5 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
HEAD,
checkpoint65u,
checkpoint65v,
checkpoint65w,
checkpoint65x,
checkpoint66a,
checkpoint66b,
checkpoint66c,
checkpoint66d,
checkpoint66e,
checkpoint66f,
checkpoint66o
Changes since
1.6: +3 -3 lines
Diff to
previous 1.6
- profiles_read_argo.m: revise treatment of QC flags
- all: rename profileCur.PorZisBAD as profileCur.isBAD
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 7 20:48:47 2011 UTC
(14 years, 2 months ago)
by
roquet
Branch:
MAIN
Changes since
1.3: +31 -19 lines
Diff to
previous 1.3
simplify profiles_IO_external interface:
init loading: dataset=profiles_read_xxx(dataset,nf,0);
then, to load m-th profile: profile=profiles_read_xxx(dataset,nf,m);
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 13 21:05:13 2011 UTC
(14 years, 3 months ago)
by
roquet
Branch:
MAIN
Changes since
1.1: +55 -66 lines
Diff to
previous 1.1
profiles_read_argo: bug fix for NaN handling and none adjusted profiles
profiles_read_odv: time and memory optimization.
profiles_read_seals has been removed, as data will be loaded in argo or odv format
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 11 21:03:35 2011 UTC
(14 years, 3 months ago)
by
roquet
Branch:
MAIN
new interface of import functions, with the possibility to load the dataset when m=0
then retrieve profiles individually
[nprofiles,data]=profile_read_'type'(dataset,nf,0);
then
profileCur=profile_read_'type'(dataset,nf,m,data); (m>0)
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.