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

Added emulator tool #4

Open
wants to merge 1 commit into
base: feature/nwp-emulator-grib-source
Choose a base branch
from

Conversation

cducher
Copy link

@cducher cducher commented Feb 14, 2025

This PR contains the Atlas emulator tool implementation, which makes use of the GRIB reader reviewed in this PR.
/!\ there is a parallelisation bug in the paramBuffer broadcast of the GRIB reader, so running with 3, or 5+ processes do not work at the moment. You can try this emulator with 1,2, or 4 processes at the moment.

@cducher cducher self-assigned this Feb 14, 2025
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 67 lines in your changes missing coverage. Please review.

Please upload report for BASE (feature/nwp-emulator-grib-source@2527575). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/nwp_emulator/nwp_emulator.cc 0.00% 65 Missing ⚠️
src/nwp_emulator/nwp_data_provider.cc 0.00% 2 Missing ⚠️
Additional details and impacted files
@@                         Coverage Diff                         @@
##             feature/nwp-emulator-grib-source       #4   +/-   ##
===================================================================
  Coverage                                    ?   29.46%           
===================================================================
  Files                                       ?       49           
  Lines                                       ?     1972           
  Branches                                    ?      138           
===================================================================
  Hits                                        ?      581           
  Misses                                      ?     1391           
  Partials                                    ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants