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

write a reader for meteo data in grib file format #43

Open
4 of 7 tasks
lars2015 opened this issue Oct 25, 2024 · 0 comments
Open
4 of 7 tasks

write a reader for meteo data in grib file format #43

lars2015 opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lars2015
Copy link
Contributor

lars2015 commented Oct 25, 2024

  • enable direct use of meteo data in grib file format for MPTRAC (i.e., avoid having to convert grib to netCDF)

  • ECMWF's eccodes library for handling grib data: https://confluence.ecmwf.int/display/ECC

  • Tasks:

    • get started with MPTRAC model (follow instructions in README.md, look at projects/example)
    • get familiar with eccodes library for reading grib data: https://confluence.ecmwf.int/display/ECC
    • look at simple test cases/tutorial for reading data/messages from grib files
    • look at compilation/installation of eccodes and integrate it in the library build process of MPTRAC
    • write a new reader (read_met_grib()) for reading meteo data from grib files in MPTRAC
    • set up test case, integrate it in make check
    • write documentation (doxygen comments)
@lars2015 lars2015 added the enhancement New feature or request label Oct 25, 2024
@lars2015 lars2015 self-assigned this Oct 25, 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

1 participant