Skip to content

Commit

Permalink
Removed QAS_Lv3 from v3_bad and added to use_v3
Browse files Browse the repository at this point in the history
* QAS_Lv3 is no longer a test station
  • Loading branch information
ladsmund committed Sep 20, 2023
1 parent e4ff5ed commit 2a8c1eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pypromice/postprocess/wmo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
'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'], # use v3 versions instead (but registered IDs are non-v3 names)
'v3_bad': ['QAS_Lv3'] # QAS_Lv3 new ablation sensor & non-standard logger program. Must be addressed in field. Talk to RSF.
# Eventually, as we change all stations to v3, the use_v3 list should be empty (there will not be v3 and non-v3 stations operating together)
# If your remove a station from 'v3_bad', then add it to 'use_v3' if both v2 and v3 stations still exist together
'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)
'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)
# NOTE: JAR_O and SWC_O are used, but registered as JAR and SWC
Expand Down

0 comments on commit 2a8c1eb

Please sign in to comment.