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

Information about obserr.txt

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

lkugler

New member
Hi,
does anyone have an idea what the columns in obserr.txt describe?
And why are there 3 rows for one Obs-type?

Example:
Code:
   0.5   0.5   0.5   0.5   0.5      BOGUS      TEMP SENSOR ERRORS   
   0.5   0.5   0.5   0.5   0.5        : 
   0.5   0.5   0.5   0.5   0.5        : 
   0.0   0.0   0.0   0.0   0.0       NU 
   0.0   0.0   0.0   0.0   0.0        : 
   0.0   0.0   0.0   0.0   0.0        :

NU stands for "not used" I guess.
The entries shall be RMSE values of measurement errors including representation error, right?

Thanks,
Lukas
 
From line 568-592 of var/obsproc/obserr.txt
Code:
*. *********************************************************************
*.
*. INSTRUMENT ERROR FILE
*.
*. PURPOSE: PROVIDES SENSOR ERROR DATA USED IN OI ANALYSIS AT PRESSURE LEVELS
*. -------
*.
*. 1) FOR HEIGHT, TEMPERATURE, PRESSURE AND RELATIVE HUMIDITY (IN hPa):
*.
*.    1000,  850,  700,  500,  400,
*.     300,  250,  200,  150,  100,
*.      70,   50,   30,   20,   10
*.
*. 2) FOR WIND:
*.
*.      10,   20,   30,   40,   50,  100,  150,
*.     200,  250,  300,  350,  400,  450,  500,
*.     550,  600,  650,  700,  750,  800,  850,
*.     900,  950, 1000, 1050, 1100, xxxx, yyyy 
*.    (last two values are place holders).
*.
*.     Beware the additional levels and the reverse order for wind.
 
Top