From 94013d3e41666817347c6d88aa30d7d8bb0e962f Mon Sep 17 00:00:00 2001 From: jrobrien91 Date: Fri, 17 May 2024 13:08:51 -0500 Subject: [PATCH] ENH/BUG: Updated file path in SAIL QPE notebook --- _toc.yml | 3 ++- schedule.md | 2 +- tutorials/index.md | 7 +++++++ tutorials/pyart/sail_qpe_grid.ipynb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_toc.yml b/_toc.yml index b7b6e59..7f3ab5a 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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 \ No newline at end of file + - file: tutorials/machine_learning/ARM_DQO_Spike_Detection + - file: tutorials/pyart/sail_qpe_grid diff --git a/schedule.md b/schedule.md index 5b688fa..ae3de52 100644 --- a/schedule.md +++ b/schedule.md @@ -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 | diff --git a/tutorials/index.md b/tutorials/index.md index df9c2ee..73d5a89 100644 --- a/tutorials/index.md +++ b/tutorials/index.md @@ -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) | + diff --git a/tutorials/pyart/sail_qpe_grid.ipynb b/tutorials/pyart/sail_qpe_grid.ipynb index 5bf8155..70acad0 100644 --- a/tutorials/pyart/sail_qpe_grid.ipynb +++ b/tutorials/pyart/sail_qpe_grid.ipynb @@ -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/*\"))" ] }, {