Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions observation_chronicle/snow/adpsfc_snow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Instrument metadata
# -------------------
commissioned: 1970-01-01T00:00:00

observer_type: conventional # Type of chronicle to use

window_option: max

# observation type initial configuration
# --------------------------------
stations_to_reject: [71120, 71397, 71621, 71727, 71816 # from North America
, 10863, 16179 # from Europe
, 40550, 40580, 40582, 40587, 40592 # Mid East
, 47005, 47008, 47014, 47016, 47020, 47022, 47025, 47028, 47031, 47035 # from North Korea
, 47037, 47039, 47041, 47046, 47050, 47052, 47055, 47058, 47060, 47061
, 47065, 47067, 47068, 47069, 47070, 47069, 47070, 47075, 47090
, 48698, 48830 # from Singapore
, 65250] # from Africa

# Chronicle of changes for this observation type
# ----------------------------------------
chronicles:

- action_date: "2021-10-01T00:00:00"
justification: 'These stations are okay from this time'
remove_from_reject_list: [71120, 71397, 71727, 71816]

- action_date: "2022-10-01T00:00:00"
justification: 'Add to reject these stations'
add_to_reject_list: [47095, 47098, 47101, 47102]
30 changes: 30 additions & 0 deletions observation_chronicle/snow/sfcsno.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Instrument metadata
# -------------------
commissioned: 1970-01-01T00:00:00

observer_type: conventional # Type of chronicle to use

window_option: max

# observation type initial configuration
# --------------------------------
stations_to_reject: [71120, 71397, 71621, 71727, 71816 # from North America
, 10863, 16179 # from Europe
, 40550, 40580, 40582, 40587, 40592 # Mid East
, 47005, 47008, 47014, 47016, 47020, 47022, 47025, 47028, 47031, 47035 # from North Korea
, 47037, 47039, 47041, 47046, 47050, 47052, 47055, 47058, 47060, 47061
, 47065, 47067, 47068, 47069, 47070, 47069, 47070, 47075, 47090
, 48698, 48830 # from Singapore
, 65250] # from Africa

# Chronicle of changes for this observation type
# ----------------------------------------
chronicles:

- action_date: "2021-10-01T00:00:00"
justification: 'These stations are okay from this time'
remove_from_reject_list: [71120, 71397, 71727, 71816]

- action_date: "2022-10-01T00:00:00"
justification: 'Add to reject these stations'
add_to_reject_list: [47095, 47098, 47101, 47102]
3 changes: 1 addition & 2 deletions observations/snow/adpsfc_snow.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
where:
- variable:
name: MetaData/stationIdentification
is_in: [71120,71397,71621,71727,71816]
size where true: 5
is_in: {{ get_conventional_rejected_stations(observation_from_jcb) }}
obs post filters:
- filter: Background Check # gross error check
filter variables:
Expand Down
3 changes: 1 addition & 2 deletions observations/snow/sfcsno.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@
where:
- variable:
name: MetaData/stationIdentification
is_in: [71120,71397,71621,71727,71816]
size where true: 5
is_in: {{ get_conventional_rejected_stations(observation_from_jcb) }}
actions:
- name: set
flag: rejectlist
Expand Down