Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

How to read observation data in the little_r format.

jaechan

New member
Hi,
Anyone could help me how to read and understand attached observation file?
For instance, what is "38.46000," "-104.180000529PUX," "NCEP PREPBUFR," "FM-132," and so on, in "prepbufr2littleR_VADWND.txt" file?

Besides, how can I make use of these concatenated files?
Python can extract numerical data only for processing?
How about MATLAB or Excel?

Thank you very much,
 

Attachments

  • prepbufr2littleR_ADPUPA.txt
    654.1 KB · Views: 20
Hello, You can learn more about little_r format from here WRFDA Online Tutorial
About your observation file, the first line is the head record, there is the general data about the observations:
First number is the latitude, then the longitude, and go on. you can learn about all the parameters of head record in the link bellow
then you have the data about real observation, including atmospheric pression, height, temperature,etc. In that case, you have a multiple levels observations.
 
Top