-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# pyRTE-RRTMGP Roadmap | ||
|
||
## Vision | ||
|
||
pyRTE-RRTMGP is a Python package that provides a user-friendly interface to the algorithms implemented with the RTE-RRTMGP project. | ||
It fits into the broader scientific Python ecosystem and is designed to be intuitive and easily extensible. | ||
|
||
## Goals for Future Releases | ||
|
||
- High-Level Python interface for all relevant RTE and RRTMGP functions | ||
- Documentation for all functions, multiple usage examples | ||
- Comprehensive test suite | ||
- Continuous integration and deployment | ||
- Support for Windows, macOS ARM and other platforms | ||
- Package installable via PyPI | ||
- Support for vertical (GPU) and horizontal (parallelization, e.g. with Dask) scaling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters