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
@sehnem explained that the two dots are required because gas_optics_lw is actually a data set. This doesn't seem quite right - users need not know what the dataset is or what it contains, and they certainly shouldn't mess with the data, they just want to do the computation. Can we add code ("syntactic sugar"?) to streamline the user interaction? @brendancol may have opinions.
Second, solving the radiation problem for currently uses;
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: