Skip to content

Commit

Permalink
Merge branch 'Hseppal1:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
snsharma25 authored May 23, 2024
2 parents 2fde05e + ebe6fea commit d2f1b16
Show file tree
Hide file tree
Showing 10 changed files with 12,412 additions and 3,301 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
8,488 changes: 8,488 additions & 0 deletions ARSCL_plot_test.ipynb

Large diffs are not rendered by default.

1,489 changes: 1,489 additions & 0 deletions COMBLE-MIP_test.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ copyright: "2024"

execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: cache
execute_notebooks: "off"
timeout: 600
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag

Expand Down
7 changes: 5 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ parts:
- caption: Preamble
chapters:
- file: notebooks/how-to-cite
- caption: Introduction
- caption: CAO Identification
chapters:
- file: notebooks/notebook-template
- file: notebooks/CAO_Identification
- caption: Cloud Comparisons
chapters:
- file: notebooks/cloud_comparison.ipynb
6 changes: 6 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ dependencies:
- jupyter-book
- jupyterlab
- sphinx-pythia-theme
- act
- numpy
- xarray
- matplotlib.pyplot
- datetime.datetime
- pyart
3,435 changes: 137 additions & 3,298 deletions notebooks/CAO_Identification.ipynb

Large diffs are not rendered by default.

1,643 changes: 1,643 additions & 0 deletions notebooks/PPI_radar.ipynb

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions notebooks/cao_cldphase.ipynb

Large diffs are not rendered by default.

408 changes: 408 additions & 0 deletions notebooks/cloud_comparison.ipynb

Large diffs are not rendered by default.

0 comments on commit d2f1b16

Please sign in to comment.