Skip to content

Commit

Permalink
Merge branch 'main' into features/activate_qas_lv3
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsmund authored Sep 25, 2023
2 parents 2a8c1eb + 52a0d1e commit f238418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypromice/postprocess/wmo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'discontinued': ['CEN1','TAS_U','QAS_A','NUK_N','THU_U','JAR','SWC'],
'no_instantaneous': ['ZAK_L','ZAK_U','KAN_B'], # currently not transmitting instantaneous values
'suspect_data': [], # instantaneous data is suspect
'use_v3': ['KPC_L', 'KPC_U', 'NUK_U', 'ZAK_L', 'ZAK_U', 'QAS_U', "QAS_L"], # use v3 versions instead (but registered IDs are non-v3 names)
'use_v3': ['KPC_L', 'KPC_U', 'NUK_U', 'ZAK_L', 'ZAK_U', 'QAS_U', 'QAS_L', 'QAS_M', 'KAN_L', ], # use v3 versions instead (but registered IDs are non-v3 names)
'v3_bad': []
}
# NOTE: Use both THU_L and THU_L2; use ONLY THU_U2, but register it as THU_U (this is dealt with in csv2bufr.py)
Expand Down

0 comments on commit f238418

Please sign in to comment.