-
Notifications
You must be signed in to change notification settings - Fork 4
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
Usability improvements for Python-based workflows #55
Comments
I was looking at the current spellings with @sehnem. There are two places that seem more complicated to me than is ideal for users. First: Here's how users make a map from the physical state of the atmosphere to a radiation problem
I would except something more like
@sehnem explained that the two dots are required because Second, solving the radiation problem for currently uses;
I'd really expect something like
i.e. no initialization of the solver, which simply gets imported from |
The Python frontend is to be based on those two examples: |
As discussed today, @RobertPincus is going to work on an improvement to the gas name dictionary (@sehnem to provide input on where the dictionary is located) EDIT: location is ⬇️ pyRTE-RRTMGP/pyrte_rrtmgp/config.py Line 10 in 5e7ceb4
|
Changes made in PR #108 ready for review, they implement the syntax as in the examples. |
The Python interface also makes pyRTE+RRTMGP easier to use in Python-based workflows. Specifically:
Related to #47
The text was updated successfully, but these errors were encountered: