source: lmdz_wrf/trunk/tools/documentation/other/UWsnd_nc.html @ 1958

Last change on this file since 1958 was 1958, checked in by lfita, 7 years ago

Adding documentation for U. Wyoming transformer
Fixing typos in OBS netcdf documentation

File size: 1.8 KB
Line 
1<HTML>
2  <HEAD>
3    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/>
4    <LINK REL="stylesheet" TYPE="text/css" HREF="../PyNCplot.css"/>
5  </HEAD>
6
7  </HEAD>
8  <BODY>
9    <DIV CLASS="valheader">
10      U. Wyoming snd to netcdf
11    </DIV>
12    <DIV CLASS="valimg">
13      Python script to transform sounding ASCII data from <A CLAS="lc" HREF="http://weather.uwyo.edu/upperair/sounding.html" TARGET="_blank">U. Wyoming</A> to netcdf<BR>
14      <BR>
15      <P STYLE="text-align:left;font-size:0.9em;">
16      Transformation is carried using an ASCII file as it is generated by the web-page:</P><BR>
17<P STYLE="text-align:left;font-size:0.8em;">
18<CODE>
19[num] [Text] Observations at [time]Z [Date]<BR>
20<BR>
21-----------------------------------------------------------------------------<BR>
22   PRES   HGHT   TEMP   DWPT   RELH   MIXR   DRCT   SKNT   THTA   THTE   THTV<BR>
23    hPa     m      C      C      %    g/kg    deg   knot     K      K      K <BR>
24-----------------------------------------------------------------------------<BR>
25 lines of data<BR>
26 Station information and sounding indices<BR>
27<BR>
28                         Station identifier: [Value]<BR>
29                             Station number: [Value]<BR>
30                           Observation time: [date]/[time]<BR>
31 (...)<BR>
32<BR>
33 [num] [Text] Observations at [time]Z [Date]<BR>
34 (...)<BR>
35</CODE></P><BR>
36    </DIV>
37    <DIV CLASS="valhelp">
38    UWyoming_snd_nc.py -f [asciisndfile]<BR>
39    &nbsp;&nbsp;[asciisndfile]= ASCII file with multiple soundings from the same station as they <BR>
40    &nbsp;&nbsp;are obtained from the web page<BR>
41    </DIV>
42    <DIV CLASS="valins">
43      python UWyoming_snd_nc.py -f <A CLASS="lc" HREF="docs/soundings.txt" TARGET="_blank">soundings.txt</A><BR>
44    </DIV>docs/
45  </BODY>
46</HTML>
47
Note: See TracBrowser for help on using the repository browser.