Skip to content
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

This is a set of sample changes to demonstrate workflow #2

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This Project Pythia Cookbook covers the fundamentals of atmospheric modeling, in

Numerical models are widely used, but gaining expertise in how they work has often been unnecessarily challenging. This cookbook hopes to address that! This is intended for a somewhat broad audience: those with at least some atmospheric dynamics knowledge, but nearly any level of programming experience (assuming a baseline level as covered in the [Pythia Foundations](https://foundations.projectpythia.org/landing-page.html)).

TODO THIS MESSAGE WILL NEED TO BE DELETED!

## Authors

[JT Thielen](@jthielen), [Second Author](@second-author), etc. _Acknowledge primary content authors here_
Expand All @@ -41,7 +43,7 @@ This cookbook would not be possible without the vast collection of academic text
- ...
- Other Resources
- [Pet Tornado, by Brian Fiedler](https://nbviewer.org/urls/www.dropbox.com/scl/fi/74w6w8kghbjjb7rbpwimx/N130_pettornado3d.ipynb/%3Frlkey%3Dhtke7col7cvohk3jno0s2p5vb%26dl%3D1)

- [Incompressible flow buoyant bubble](https://colab.research.google.com/drive/1OYqf1BYEelGhb_XIaTMnguhkRVvoDg_k?usp=sharing)

## Structure

Expand Down
7 changes: 6 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: cookbook-dev
name: atmos-modeling-cookbook-dev
channels:
- conda-forge
dependencies:
- jupyter-book
- jupyterlab
- sphinx-pythia-theme
- numpy
- xarray
- matplotlib
- numba
- cmweather
Loading