Skip to content

Commit

Permalink
Merge pull request #44 from jrobrien91/rad_retrievals
Browse files Browse the repository at this point in the history
ENH/BUG: Updated file path in SAIL QPE notebook
  • Loading branch information
mgrover1 authored May 17, 2024
2 parents 782f3cc + 94013d3 commit 0d8c916
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ parts:
- file: tutorials/comble/comble-mip-tutorial
- file: tutorials/emc2/InstrumentSimulatorsForModelEvaluation.ipynb
- file: tutorials/microhh/analyze_microhh
- file: tutorials/machine_learning/ARM_DQO_Spike_Detection
- file: tutorials/machine_learning/ARM_DQO_Spike_Detection
- file: tutorials/pyart/sail_qpe_grid
2 changes: 1 addition & 1 deletion schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| Time | Topic | Presenter(s) |
| :---: | :----: | :---: |
| 08:30 AM - 09:30 AM | [AI/Machine Learning for Data Quality](tutorials/machine_learning/ARM_DQO_Spike_Detection.ipynb) | Mia Li |
| 09:30 AM - 10:00 AM | Radar Data Retrievals | Joe O'Brien |
| 09:30 AM - 10:00 AM | [Radar Data Retrievals](tutorials/pyart/sail_qpe_grid.ipynb) | Joe O'Brien |
| 10:00 AM - 10:30 AM | Coffee Break | |
| 10:30 AM - 12:00 PM | Office Hours: How is it going? | |
| 12:00 PM - 01:00 PM | Working Lunch: Installing Local Python | Max Grover |
Expand Down
7 changes: 7 additions & 0 deletions tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ time you log in.
| [...and LASSO-ShCu part 2](./lasso/lasso-cacti_part2.ipynb) |
| [Introduction to LASSO-CACTI](./lasso/lasso-cacti.ipynb) |
| [...and LASSO-CACTI part 2](./lasso/lasso-cacti_part2.ipynb) |
| [Introduction to xwrf](./xarray/xwrf-xarray-intro.ipynb) |
| [COMBLE-MIP](./comble/comble-mip-tutorial.ipynb) |
| [Harnessing Instrument Simulators for Model Evalution](./emc2/InstrumentSimulatorsForModelEvaluation.ipynb) |
| [Analyze microhh LES data](./microhh/manalyze_microhh.ipynb) |
| [ARM DQ Office ML Spike Detection](./machine_learning/ARM_DQO_Spike_Detection.ipynb) |
| [Snowfall Retrievals from SAIL X-Band Radar](./pyart/sail_qpe_grid.ipynb) |

2 changes: 1 addition & 1 deletion tutorials/pyart/sail_qpe_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"metadata": {},
"outputs": [],
"source": [
"file_list = sorted(glob.glob(\"/data/project/ARM_Summer_School_2024_Data/sail/radar/*))"
"file_list = sorted(glob.glob(\"/data/project/ARM_Summer_School_2024_Data/sail/radar/*\"))"
]
},
{
Expand Down

0 comments on commit 0d8c916

Please sign in to comment.