ARGO float quick look profiles

버전 1.2.0.0 (4.97 KB) 작성자: Kerry Emanuel
Retrieves and plots temperature and salinity from ARGO floats
다운로드 수: 565
업데이트 날짜: 2015/10/23

라이선스 보기

The routine asks for the year, month, and latitude-longitude box of interest and displays a table of all available ARGO profiles as well as their dates, times, and positions, as retrieved from a NOAA ARGO website. Individual profiles can then be selected and, unless most of the data is missing for that profile, the routine plots temperature and salinity as a function of pressure. This script is useful for a quick look at ARGO data and for retrieving individual profiles and converting them to MATLAB vectors. You are welcome to improve on this script and re-post it.

인용 양식

Kerry Emanuel (2024). ARGO float quick look profiles (https://www.mathworks.com/matlabcentral/fileexchange/52191-argo-float-quick-look-profiles), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Oceanography and Hydrology에 대해 자세히 알아보기
도움

도움 준 파일: Argo Toolbox

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

The temperature, salinity, and pressure vectors are cleared at each iteration to avoid subscripted assignment
dimension mismatches.

1.1.0.0

The routine was changed to use MATLAB's internal netcdf routines rather than an external set that was used with the first version.
The routine was modified to use MATLAB's internal netcdf routines rather than an externally supplied set.

1.0.0.0