Log of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_IO_external/profiles_read_argo.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.10 -
(
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.9: +22 -11 lines
Diff to
previous 1.9
- profiles_read_argo.m: revise treatment of QC flags
- all: rename profileCur.PorZisBAD as profileCur.isBAD
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 19 13:03:07 2013 UTC
(12 years, 3 months ago)
by
gforget
Branch:
MAIN
Changes since
1.6: +40 -2 lines
Diff to
previous 1.6
- keep track of profileCur.DATA_MODE ('R' for real time, 'D' delayed mode,
'A' adjusted) to be used in conjonction with argo grey list (for 'R').
- load agro grey list as dataset.greyList (pnum is the platform text number,
start is the problem starting date, vnam is the affected variable).
Revision
1.5 -
(
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.4: +8 -8 lines
Diff to
previous 1.4
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.4 -
(
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.3: +26 -5 lines
Diff to
previous 1.3
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.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 11 21:03:35 2011 UTC
(14 years, 3 months ago)
by
roquet
Branch:
MAIN
Changes since
1.2: +79 -111 lines
Diff to
previous 1.2
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)
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 5 21:40:58 2010 UTC
(14 years, 8 months ago)
by
gforget
Branch:
MAIN
Changes since
1.1: +135 -123 lines
Diff to
previous 1.1
- make this work both with the legacy mexnc stuff (as before)
and with the modern matlab native netcdf implementation.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 21 19:40:12 2010 UTC
(14 years, 9 months ago)
by
gforget
Branch:
MAIN
up-to-date matlab codes to process in-situ
data sets to MITgcm/pkg/profiles input format.
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.