Skip to content

pb2nc quality markers #1552

Locked Answered by hsoh-u
willmayfield asked this question in Configuration
Apr 4, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

The value at the obs_qty variable is not the quality mark values if the "obs_qty_table" variable exists. It the offset of the "obs_qty_table".

    int obs_qty(nobs) ;
        obs_qty:long_name = "index of quality flag" ;

The "obs_qty_table" is not the same for the PB2NC output because the first QC value from the input PREPBUFR becomes obs_qty_table[0].

For the pb2nc output, /glade/work/briannen/qc_sensitivity_tests/expt_dirs/CONUS_25km_RRFSv1alpha_qc_flag_3/metprd_old/pb2nc/prepbufr.ndas.2019061500.nc:

 obs_qty_table =
  "2",
  "NA",
  "3" ;

The quality mark for the value 0 at obs_qty is "2" which is obs_qty_table[0]
The quality mark for the value 1 at obs_qty is "NA" which is obs_qty_t…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by willmayfield
Comment options

You must be logged in to vote
3 replies
@willmayfield
Comment options

willmayfield Apr 4, 2022
Collaborator Author

@JohnHalleyGotway
Comment options

@JohnHalleyGotway
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment