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

Expose driver base classes via API #523

Merged

Conversation

maddenp-noaa
Copy link
Contributor

@maddenp-noaa maddenp-noaa commented Jul 3, 2024

Synopsis

#518 exposed component-driver classes via the uwtools API, but externally-developed coupled drivers will also need to access base driver classes (see #521) to inherit from and extend. This PR provides access.

Type

  • Enhancement (adds new functionality)

Impact

  • This is a non-breaking change (existing functionality continues to work as expected)

Checklist

  • I have added myself and any co-authors to the PR's Assignees list.
  • I have reviewed the documentation and have made any updates necessitated by this change.

@maddenp-noaa maddenp-noaa self-assigned this Jul 3, 2024
src/uwtools/api/driver.py Show resolved Hide resolved
src/uwtools/drivers/ww3.py Show resolved Hide resolved
Copy link
Contributor

@christinaholtNOAA christinaholtNOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

src/uwtools/api/driver.py Show resolved Hide resolved
@maddenp-noaa maddenp-noaa merged commit 7c0a5a7 into ufs-community:main Jul 9, 2024
2 checks passed
@maddenp-noaa maddenp-noaa deleted the driver-base-classes-to-api branch July 9, 2024 18:51
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.

4 participants