Add documentation for 1D Column Hydrostatic Balance and Ekman Layer examplesExpdoc
They complement the existing 1D column examples and provide more atmospheric physics use cases.
This new PR replaces the previous one and includes only the intended changes.
- [x] Code follows the style guidelines OR N/A.
- [x] Unit tests are included OR N/A.
- [x] Code is exercised in an integration test OR N/A.
- [x] Documentation has been added/updated OR N/A.
@valeriabarra I've reordered the examples and removed the root-level file as requested. Please let me know if anything else needs adjustment.
screenshot of the rendered built docs:
Hi @valeriabarra , I just modified as you suggested.
Thanks, I've applied the suggested change.
This branch looks good to me now.
@Snowdog85123 , please update it with current main by rebasing your branch on top of main. You can achieve this by:
git checkout maingit pullgit checkout your_branch_namegit rebase main your_branch_name
After these steps, you can please reduce the number of commits by using the fixup option in git rebase -i.
You can then proceed to force-push your branch via git push -f origin your_branch_name.
Once you are done, please let me know.
Hi @charleskawczynski , this PR is ready to be merged in. Buildkite needs to be enabled. Thank you!