-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add more usage examples #28
Comments
@RobertPincus could pull one time-step from aqua planet (a round planet without elevation) |
We need to add examples that use different paths on processing the data. Currently just two functions of RTE are used, we should implement all the functions and use them. |
@sehnem I can do that. Do you mean to extend the testing suite? |
@RobertPincus it would be good to have the same examples in fortran too, so we could use the same output data to test both and make sure it is consistent, it can be just examples, in python I use the examples as integration tests. |
@sehnem I have such examples in |
@RobertPincus I think that this is what I need, will use this as reference and implement it in python. |
@sehnem The most widely-used variant that's different from the clear sky is longwave clouds for which we use two-stream optical properties. For this we will need the cloud-optics in Python, as well as the ability to add two sets of optical properties together. The latter I can help with. The Python cloud optics is #53 and should be ready for Makepath to implement. |
@sehnem In the Fortran repo The all-sky example might also be useful because it's very flexible - users can pick the number of columns and the vertical discretization, and we sometimes use it to assess timing. |
To make it easier to start using this library and illustrate its various use cases, we want to add usage examples highlighting the additional cloud
and aerosol-related functionalities (Jupyter notebooks in the repository’s/examples
folder)The text was updated successfully, but these errors were encountered: