uace-azmet / azmet-forecast-qa

Developing QA/QC routines for AZMet
0 stars 1 forks source link

Add QA for additional variables #16

Closed Aariq closed 1 year ago

Aariq commented 1 year ago

Start with mean temperature and precipitation, then expand to the rest.

jeremylweiss commented 1 year ago

Internal consistency checks from 'NWS (1994) TSP 88-21-R2':

jeremylweiss commented 1 year ago

Temporal consistency checks from 'NWS (1994) TSP 88-21-R2':

jeremylweiss commented 1 year ago

Temporal consistency ('persistence') checks:

Aariq commented 1 year ago

Thanks @jeremylweiss! This is great. I'm imagining a pointblank validation table with these checks, then a separate table / plots for forecast-based checks.

Aariq commented 1 year ago
  • if 'temp_airC' hourly delta > 19.4 C (35 F) per hour, then FLAG (hourly)
  • if 'relative_humidity' hourly delta > 50 % per hour, then FLAG (hourly)
  • if 'wind_spd_mps' hourly delta > 10.3 mps, then FLAG (hourly)

For this we could use historical data and look for deltas outside of some quantile