Skip to content

Commit 1b337e6

Browse files
committed
Version 1.0.1 of OneArgo-Mat
1 parent 886b9ba commit 1b337e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+346
-550
lines changed

Comp_doxy_doxy2.m

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@
55
% at least two oxygen sensors and creates comparison plots between them.
66
%
77
% AUTHORS:
8-
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
9-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
10-
% and A. Gray (UW)
8+
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
119
%
1210
% CITATION:
13-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
14-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
15-
% toolbox for accessing and visualizing Biogeochemical Argo data.
16-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
17-
% (*These authors contributed equally to the code.)
11+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
12+
% A MATLAB toolbox for accessing and visualizing Argo data.
13+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
1814
%
19-
% LICENSE: bgc_argo_mat_license.m
15+
% LICENSE: oneargo_mat_license.m
2016
%
21-
% DATE: MAY 26, 2022 (Version 1.3)
17+
% DATE: JUNE 1, 2022 (Version 1.0.1)
2218
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2319

2420
%% search globally since January 1, 2018 for floats that have at least two

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# BGC-Argo Toolbox for MATLAB (BGC-Argo-Mat)
2-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4971318.svg)](https://doi.org/10.5281/zenodo.4971318)
1+
# Argo Toolbox for MATLAB (OneArgo-Mat)
2+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6588041.svg)](https://doi.org/10.5281/zenodo.6588041)
33

44

5-
## IMPORTANT NOTE
5+
## NOTE
66

7-
This is the final release of this toolbox under the BGC-Argo-Mat name. All future development will be done under the [OneArgo-Mat](https://github.com/NOAA-PMEL/OneArgo-Mat) name.
7+
This is the first release of this toolbox under the OneArgo-Mat name. It is a further development of the [BGC-Argo-Mat](https://github.com/NOAA-PMEL/BGC_Argo_Mat_Toolbox) toolbox.
88

99
## ABOUT
1010

11-
This toolbox contains a variety of functions for accessing, processing, and visualizing [Biogeochemical Argo](https://biogeochemical-argo.org) data. Functions are designed to be maximally efficient, to provide access to the most up-to-date data available, and to allow for downloading and plotting of those data based on numerous user-defined conditions. Release 1.3 of this toolbox allows access to all [Argo](https://argo.ucsd.edu/) data.
11+
This toolbox contains a variety of functions for accessing, processing, and visualizing [Argo](https://argo.ucsd.edu) data, including Core, Deep, and Biogeochemical Argo. Functions are designed to be maximally efficient, to provide access to the most up-to-date data available, and to allow for downloading and plotting of those data based on numerous user-defined conditions.
1212

1313
## QUICK DEMO
1414

15-
This <a href="Demo.md">sample code</a> shows an example of selecting floats that match geographic and temporal limits and visualizing some of the data.
15+
This <a href="Demo.md">sample code</a> shows an example of selecting BGC floats that match geographic and temporal limits and visualizing some of the data.
1616

1717
## INSTALLATION AND USE
1818

@@ -92,7 +92,7 @@ Show_under_ice.m : shows marking of estimated positions in show_trajecto
9292
## REQUIREMENTS
9393
At least MATLAB R2016b (or any newer release) is needed to use these functions without modifications.<br/>
9494
At least MATLAB R2019b is needed to overlay profiles of two different types of variables.<br/>
95-
An Internet connection is needed to get the latest versions of index and Sprof files; but the repository includes versions of these files so that it can be run offline.<br/>
95+
An Internet connection is needed to get the latest versions of index and profile files; but analysis and visualization functions can be run offline.<br/>
9696
Memory requirements depend on the number of profiles and variables that are simultaneously loaded into memory.<br/>
9797
Up to 10 GB local disk space is needed to store all Sprof files of BGC floats.<br/>
9898
Up to 50 GB local disk space is needed to store all prof files of core and deep floats.<br/>
@@ -110,7 +110,7 @@ H. C. Bittig et al., 2019. Front. Mar. Sci. https://doi.org/10.3389/fmars.2019.0
110110

111111
## TOOLBOX IN OTHER LANGUAGES
112112
This toolbox has been translated to R:<br/>
113-
[R toolbox](https://github.com/euroargodev/BGC-ARGO_R_WORKSHOP)
113+
[R toolbox](https://github.com/NOAA-PMEL/OneArgo-R)
114114

115115
A similar toolbox in Python:<br/>
116116
[Python toolbox](https://github.com/go-bgc/workshop-python)
@@ -121,9 +121,7 @@ A similar toolbox in Python:<br/>
121121

122122
Please cite this toolbox as:
123123

124-
H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer, Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB toolbox for accessing and visualizing Biogeochemical Argo data. Zenodo. https://doi.org/10.5281/zenodo.4971318.
125-
126-
*These authors contributed equally to the code.
124+
H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat: A MATLAB toolbox for accessing and visualizing Argo data. Zenodo. https://doi.org/10.5281/zenodo.6588041
127125

128126
## LEGAL DISCLAIMER
129127

Release_Notes.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
RELEASE NOTES FOR USERS OF THE OneArgo-Mat TOOLBOX
2+
3+
Version 1.0.1
4+
5+
This version is almost identical to version 1.3 of the BGC-Argo-Mat
6+
toolbox (described below). The only change is that the assigned setting
7+
of Settings.default_type in initialize_argo was changed from
8+
'bgc' to 'all', and the header was adapted to OneArgo-Mat.
9+
10+
==========================================================================
11+
112
RELEASE NOTES FOR USERS OF THE BGC_ARGO_MAT TOOLBOX
213

314
Version 1.3

Show_deep_floats.m

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,16 @@
77
% has the most deep profiles with oxygen data.
88
%
99
% AUTHORS:
10-
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
11-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
12-
% and A. Gray (UW)
10+
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
1311
%
1412
% CITATION:
15-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
16-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
17-
% toolbox for accessing and visualizing Biogeochemical Argo data.
18-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
19-
% (*These authors contributed equally to the code.)
13+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
14+
% A MATLAB toolbox for accessing and visualizing Argo data.
15+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
2016
%
21-
% LICENSE: bgc_argo_mat_license.m
17+
% LICENSE: oneargo_mat_license.m
2218
%
23-
% DATE: MAY 26, 2022 (Version 1.3)
19+
% DATE: JUNE 1, 2022 (Version 1.0.1)
2420
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2521

2622
% search globally and over the whole available time span, find floats that

Show_doxy_rmode.m

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@
55
% that have at least 20 DOXY profiles in R mode.
66
%
77
% AUTHORS:
8-
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
9-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
10-
% and A. Gray (UW)
8+
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
119
%
1210
% CITATION:
13-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
14-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
15-
% toolbox for accessing and visualizing Biogeochemical Argo data.
16-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
17-
% (*These authors contributed equally to the code.)
11+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
12+
% A MATLAB toolbox for accessing and visualizing Argo data.
13+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
1814
%
19-
% LICENSE: bgc_argo_mat_license.m
15+
% LICENSE: oneargo_mat_license.m
2016
%
21-
% DATE: MAY 26, 2022 (Version 1.3)
17+
% DATE: JUNE 1, 2022 (Version 1.0.1)
2218
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2319

2420
global Float;

Show_missing_lonlat.m

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,16 @@
77
% This is a change in behavior from versions 1.0 and 1.1 of the toolbox.
88
%
99
% AUTHORS:
10-
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
11-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
12-
% and A. Gray (UW)
10+
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
1311
%
1412
% CITATION:
15-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
16-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
17-
% toolbox for accessing and visualizing Biogeochemical Argo data.
18-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
19-
% (*These authors contributed equally to the code.)
13+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
14+
% A MATLAB toolbox for accessing and visualizing Argo data.
15+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
2016
%
21-
% LICENSE: bgc_argo_mat_license.m
17+
% LICENSE: oneargo_mat_license.m
2218
%
23-
% DATE: MAY 26, 2022 (Version 1.3)
19+
% DATE: JUNE 1, 2022 (Version 1.0.1)
2420
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2521

2622
%% Illustration of behavior for versions 1.0 and 1.1 of the toolbox

Show_under_ice.m

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,16 @@
66
% when a float is under ice.
77
%
88
% AUTHORS:
9-
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
10-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
11-
% and A. Gray (UW)
9+
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
1210
%
1311
% CITATION:
14-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
15-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
16-
% toolbox for accessing and visualizing Biogeochemical Argo data.
17-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
18-
% (*These authors contributed equally to the code.)
12+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
13+
% A MATLAB toolbox for accessing and visualizing Argo data.
14+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
1915
%
20-
% LICENSE: bgc_argo_mat_license.m
16+
% LICENSE: oneargo_mat_license.m
2117
%
22-
% DATE: MAY 26, 2022 (Version 1.3)
18+
% DATE: JUNE 1, 2022 (Version 1.0.1)
2319
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2420

2521
%%

Tutorial.m

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,16 @@
99
% a discussion of available data, quality control flags etc.
1010
%
1111
% AUTHORS:
12-
% J. Sharp, H. Frenzel, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
13-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
14-
% and A. Gray (UW)
12+
% J. Sharp, H. Frenzel, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
1513
%
1614
% CITATION:
17-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
18-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
19-
% toolbox for accessing and visualizing Biogeochemical Argo data.
20-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
21-
% (*These authors contributed equally to the code.)
15+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
16+
% A MATLAB toolbox for accessing and visualizing Argo data.
17+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
2218
%
23-
% LICENSE: bgc_argo_mat_license.m
19+
% LICENSE: oneargo_mat_license.m
2420
%
25-
% DATE: MAY 26, 2022 (Version 1.3)
21+
% DATE: JUNE 1, 2022 (Version 1.0.1)
2622

2723
%% Close figures, clean up workspace, clear command window
2824
close all; clear; clc

auxil/calc_auxil.m

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,16 @@
4545
% density threshold)
4646
%
4747
% AUTHORS:
48-
% J. Sharp, H. Frenzel, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
49-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
50-
% and A. Gray (UW)
48+
% J. Sharp, H. Frenzel, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
5149
%
5250
% CITATION:
53-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
54-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
55-
% toolbox for accessing and visualizing Biogeochemical Argo data.
56-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
57-
% (*These authors contributed equally to the code.)
51+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
52+
% A MATLAB toolbox for accessing and visualizing Argo data.
53+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
5854
%
59-
% LICENSE: bgc_argo_mat_license.m
55+
% LICENSE: oneargo_mat_license.m
6056
%
61-
% DATE: MAY 26, 2022 (Version 1.3)
57+
% DATE: JUNE 1, 2022 (Version 1.0.1)
6258

6359
global Settings;
6460

auxil/check_datenum.m

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,16 @@
1919
% e.g., datenum([2020,1,1]) is 737791
2020
%
2121
% AUTHORS:
22-
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW),
23-
% J. Plant, T. Maurer, Y. Takeshita (MBARI), D. Nicholson (WHOI),
24-
% and A. Gray (UW)
22+
% H. Frenzel, J. Sharp, A. Fassbender (NOAA-PMEL), N. Buzby (UW)
2523
%
2624
% CITATION:
27-
% H. Frenzel*, J. Sharp*, A. Fassbender, N. Buzby, J. Plant, T. Maurer,
28-
% Y. Takeshita, D. Nicholson, A. Gray, 2021. BGC-Argo-Mat: A MATLAB
29-
% toolbox for accessing and visualizing Biogeochemical Argo data.
30-
% Zenodo. https://doi.org/10.5281/zenodo.4971318.
31-
% (*These authors contributed equally to the code.)
25+
% H. Frenzel, J. Sharp, A. Fassbender, N. Buzby, 2022. OneArgo-Mat:
26+
% A MATLAB toolbox for accessing and visualizing Argo data.
27+
% Zenodo. https://doi.org/10.5281/zenodo.6588042
3228
%
33-
% LICENSE: bgc_argo_mat_license.m
29+
% LICENSE: oneargo_mat_license.m
3430
%
35-
% DATE: MAY 26, 2022 (Version 1.3)
31+
% DATE: JUNE 1, 2022 (Version 1.0.1)
3632

3733
if isnumeric(date_value) && ...
3834
(length(date_value) == 3 || length(date_value) == 6)
@@ -41,4 +37,4 @@
4137
warning(['dates should be in [YYYY MM DD HH MM SS] or ', ...
4238
'[YYYY MM DD] format']);
4339
datenum_value = [];
44-
end
40+
end

0 commit comments

Comments
 (0)