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

Evaluation of uemep output in pyaeroval #1175

Open
heikoklein opened this issue May 29, 2024 · 6 comments
Open

Evaluation of uemep output in pyaeroval #1175

heikoklein opened this issue May 29, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@heikoklein
Copy link
Member

heikoklein commented May 29, 2024

Is your feature request related to a problem? Please describe.
The uemep-model produces air-quality output for different areas in very high resolution (up to 50m). The areas are usually in a projection, e.g. UTM-33 for Norway or LAEA for Europe and the output-files are often calculated in smaller subdomains which sum up to the total (tiles). Variables have also different names than those used for e.g. EMEP.
Example data are (thanks @eivindgw ):

  • Europe in LAEA: /lustre/storeB/project/fou/kl/emep/ModelRuns/uEMEP/CAMEO/uEMEP/Jan2019_v1/
  • Norway in UTM-33:
    • Tiles (daily and yearly per municipality): /lustre/storeB/project/fou/kl/emep/ModelRuns/uEMEP/Calculations/Mapping_2022_v4e/
    • Stations (hourly-file per dag, all known NRT stations): /lustre/storeB/project/fou/kl/emep/ModelRuns/uEMEP/Calculations/Stations_2022_v4e/

Describe the solution you would like to see
A pyaerocom config should exist to run these data. It should be easy to make the results available on the aeroval-test web-page.

@heikoklein heikoklein added the enhancement New feature or request label May 29, 2024
@heikoklein heikoklein added this to the m2024-08 milestone May 29, 2024
@heikoklein heikoklein self-assigned this Jul 17, 2024
@heikoklein
Copy link
Member Author

Files are usually in one directory.
Files have two place-holders: datetime and tiles, e.g.
uEMEP_emep_report_2024_eecca_00166_20220101_00.nc
uEMEP_emep_report_2024_eecca_{tile:05d}_{date:%Y%m%d}_{utc:02d}.nc

data can be hourly to yearly, tile or date or utc can be omitted.

date and utc tiles can be concatenated with xarray.open_mfdataset, tile should be separately.

@heikoklein
Copy link
Member Author

@eamousing @brucerd @eivindgw FYI

@heikoklein
Copy link
Member Author

Files might contain hourly, or yearly output (maybe also daily and monthly output). Since it is not possible to see from the file what time-resolution it has (in particular if it only has one time-stamp), resolution should be given as additional parameter (ts_type)

@heikoklein
Copy link
Member Author

EMEP4NO and similar emep runs in are input for uemep and should work, too. Requires collocation with projection information.

Example-file: /lustre/storeB/project/fou/kl/CAMS50/output_EMEP/202406/CWF_18AQNO-20240624_hour.nc

@eamousing @brucerd @eivindgw I would like to have an older, complete year EMEP4NO file, e.g. 2022 or 2020.

@heikoklein
Copy link
Member Author

New test-dataset with uemep west-balkan data and ts_type in /lustre/storeB/project/fou/kl/emep/ModelRuns/uEMEP/EMEP_report_2024/west_balkan/tiles_test/

@eivindgw
Copy link
Collaborator

@heikoklein The EMEP4NO rerun 2022 output (one normal and one LF file per day) is here:
/lustre/storeB/project/fou/kl/emep/ModelRuns/EMEP4NO/EMEP4NO_rerun_2022/

@heikoklein heikoklein modified the milestones: m2024-08, m2024-09 Aug 14, 2024
@heikoklein heikoklein modified the milestones: m2024-09, m2024-10 Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants