read_RWS

Script for reading radiosoundings from Unversity of Wyoming, and arranging all data in a matrix.

您现在正在关注此提交

This function gives the datenum 'time' and the matrix 'M' of the
radiosoundings read in the input file, obtained as ascii text by
'cut and paste' from 'http://weather.uwyo.edu/upperair/sounding.html'.
The input file can contain an arbitrary number of radiosoundings.
The 'station_id' is the number of the station, required to locate the
beginning of each data block. It must be in string format.
If station_id is not defined, it is read from the first line of the text file,
so ensure that the first line contains the ID in the first five characters.
"M" has three dimensions:
1. Vertical measurements of every radiosounding (50 rows)
2. Columns of the different quantities (11 columns):
PRES HGHT TEMP DWPT RELH MIXR DRCT SKNT THTA THTE THTV
hPa m C C % g/kg deg knot K K K

3. Number of radiosoundings in the input file (variable).
"time" is the vector of datenum of each radiosounding, as read from the file.
This variable has the dimension of the third dimension of M.

Created by Federico Angelini, ISAC-CNR
30 Oct 2009

引用格式

Angelini Federico (2026). read_RWS (https://ww2.mathworks.cn/matlabcentral/fileexchange/25686-read_rws), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0