You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inferring towards those conventions: Use xarray metadata to extract information about the data available in the xarray data set and make it accessible in a standardized way on the frontend (based on the established conventions)
Wrapping:
Update the Python interface to use verbs instead of nouns (solve_lw instead of lw_solver).
Add a rte.solve function that automatically infers which solver to use based on the user-provided input data and uses sensible defaults. Specifically, this automates the following two decisions:
Retain spectral detail or accumulate on the fly?
Is the problem a 1-parameter or 3-paramter problem?
Robert and team to provide documentation about how the Fortran interface handles inferring from user input and mapping these choices to the kernel arguments
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: