Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New pyaro filter list #1467

Merged
merged 1 commit into from
Jan 6, 2025
Merged
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
216 changes: 8 additions & 208 deletions pyaerocom/aeroval/config/emep/reporting_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,319 +514,119 @@ def get_CFG(reportyear, year, model_dir) -> dict:
"vmrox",
]

# This list of stations was generated using a modified version of the script
# found here (https://github.com/thorbjoernl/aerotools-scripts/blob/main/ralt_filter.py).
# This list of stations was generated using the script found here:
# https://gist.github.com/thorbjoernl/b7946882f1696722742053406d056e12.
# It excludes stations with a relative altitude (Elevation difference to the lowest
# altitude in a 5km radius based on gtopo30) above 500m as well as stations that do not include
# an altitude in the ebas file index.
# Last updated: ~2024-12-13
# Last updated: ~2025-01-03
height_ignore_ebas = [
"AM0001R",
"AR0004R",
"AT0003R",
"AT0004R",
"AT0005R",
"AT0032R",
"AR0001R",
"AT0033R",
"AT0034G",
"AT0037R",
"AT0038R",
"AT0040R",
"AT0041R",
"AT0042R",
"AT0043R",
"AT0044R",
"AT0048R",
"AT0049R",
"BA0006R",
"BG0001R",
"BG0053R",
"BO0001R",
"CA0002R",
"CA0023R",
"CA0100R",
"CA0102R",
"CA0103R",
"CA0107R",
"CA0108R",
"CH0001G",
"CH0003R",
"CH0004R",
"CH0005R",
"CH0029U",
"CH0053R",
"CL0001R",
"CN1003R",
"CN1007R",
"CN1009R",
"CY0002R",
"CZ0001R",
"CZ0003R",
"CZ0005R",
"DE0003R",
"DE0005R",
"DE0008R",
"DE0014R",
"DE0019R",
"DE0020R",
"DE0038R",
"DE0043G",
"DE0046R",
"DE0054R",
"DE0057G",
"DE0061B",
"DE0060G",
"DE0075R",
"DE0076R",
"DK0025G",
"DZ0001G",
"ES0001R",
"ES0002R",
"ES0005R",
"ES0007R",
"ES0009R",
"ES0012R",
"ES0013R",
"ES0015R",
"ES0016R",
"ES0018G",
"ES0020U",
"ES0021U",
"ES0022R",
"ES0025U",
"ES0036U",
"ES0048U",
"ES0049U",
"ES0050U",
"ES0051U",
"ES0052U",
"ES0053U",
"ES0054U",
"ES1778R",
"FI0096G",
"FR0008R",
"FR0010R",
"FR0011R",
"FI0009R",
"FR0012R",
"FR0014R",
"FR0016R",
"FR0017R",
"FR0019R",
"FR0023R",
"FR0026R",
"FR0030R",
"FR0031R",
"FR0033R",
"FR0034G",
"GB0035R",
"GE0001R",
"GB0059G",
"GR0003R",
"GR0101R",
"HR0002R",
"HR0004R",
"HU0017R",
"ID1013R",
"ID1015U",
"IT0002R",
"IT0003R",
"IT0005R",
"IT0009R",
"IT0019R",
"IT0020U",
"IT0031U",
"JP1021R",
"JP1025R",
"KE0001G",
"KG0002U",
"ME0008R",
"MK0007R",
"MN1031U",
"MN1032R",
"MX0001R",
"MY1030R",
"NO0035R",
"NO0036R",
"NO0048R",
"NO0058G",
"NO0059G",
"NO0093R",
"NO0094R",
"NO0096R",
"NO0237R",
"NO0239R",
"NO0617R",
"NO1041R",
"NP0001G",
"PE0001R",
"PL0003R",
"PT0001R",
"PL0011R",
"PT0005R",
"PT0007R",
"RO0001R",
"RO0002R",
"RO0003R",
"RO0004R",
"RO0005R",
"RO0006R",
"RO0008R",
"RS0005R",
"RU1038R",
"RU1039R",
"SI0001R",
"SI0008R",
"SI0031R",
"SI0032R",
"SI0033R",
"SK0002R",
"SK0004R",
"SK0005R",
"TR0001R",
"TW0100R",
"US0011R",
"US0012R",
"US0013R",
"US0014R",
"US0015R",
"US0016R",
"US0017R",
"US0019R",
"US0021R",
"US0022R",
"US0023R",
"US0024R",
"US0025R",
"US0026R",
"US0027R",
"US0028R",
"US0030R",
"US0031R",
"US0032R",
"US0038R",
"US0044R",
"US0048R",
"US0053R",
"US0054R",
"US0055R",
"US0056R",
"US0057R",
"US0058R",
"US0059R",
"US0062R",
"US0063R",
"US0064R",
"US0065R",
"US0066R",
"US0067R",
"US0070R",
"US0071R",
"US0072R",
"US0073R",
"US0074R",
"US0076R",
"US0077R",
"US0078R",
"US0079R",
"US0082R",
"US0086R",
"US0087R",
"US0088R",
"US0089R",
"US0091R",
"US0094R",
"US0095R",
"US0096R",
"US0106R",
"US0107R",
"US0111R",
"US0113R",
"US0115R",
"US0116R",
"US0119R",
"US0121R",
"US0123R",
"US0125R",
"US0127R",
"US0129R",
"US0131R",
"US0141R",
"US0142R",
"US0203R",
"US0204R",
"US0306R",
"US0398R",
"US0567R",
"US0596R",
"US0602R",
"US0699R",
"US0901R",
"US1200R",
"US1303R",
"US2705R",
"US2905R",
"US3201R",
"US3446C",
"US3500R",
"US3818R",
"US4304R",
"US4504R",
"US4699R",
"US4828R",
"US6004G",
"US9000R",
"US9001R",
"US9002R",
"US9003R",
"US9005R",
"US9012R",
"US9013R",
"US9014R",
"US9015R",
"US9017R",
"US9020R",
"US9024R",
"US9026R",
"US9027R",
"US9029R",
"US9034R",
"US9035R",
"US9036R",
"US9037R",
"US9038R",
"US9039R",
"US9040R",
"US9041R",
"US9042R",
"US9043R",
"US9044R",
"US9045R",
"US9046R",
"US9047R",
"US9048R",
"US9049R",
"US9050R",
"US9054R",
"US9055R",
"US9056R",
"US9063R",
"US9064R",
"US9065R",
"US9067R",
"US9068R",
"US9069R",
"US9070R",
"US9071R",
"US9072R",
"US9073R",
"US9074R",
"US9075R",
"US9076R",
"US9077R",
"US9078R",
"US9079R",
"US9080R",
"US9081R",
"US9082U",
"US9084R",
"US9085R",
"VN0001R",
]

Expand Down
Loading