Skip to content

Commit

Permalink
Update output on local machine
Browse files Browse the repository at this point in the history
  • Loading branch information
cassienickles committed Oct 8, 2024
1 parent 3a37f42 commit 3c3ba51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/DataStories/HurricaneHelene_SST_SSH_Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -243,7 +243,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -252,13 +252,13 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"# Search for datasets for different dates\n",
"file_path_sept_23 = '../datasets/data_downloads/20240923090000-JPL-L4_GHRSST-SSTfnd-MUR25-GLOB-v02.0-fv04.2.nc'\n",
"file_path_sept_27 = '../datasets/data_downloads/20240927090000-JPL-L4_GHRSST-SSTfnd-MUR25-GLOB-v02.0-fv04.2.nc'\n",
"file_path_sept_23 = '../datasets/data_downloads/Helene/20240923090000-JPL-L4_GHRSST-SSTfnd-MUR25-GLOB-v02.0-fv04.2.nc'\n",
"file_path_sept_27 = '../datasets/data_downloads/Helene/20240927090000-JPL-L4_GHRSST-SSTfnd-MUR25-GLOB-v02.0-fv04.2.nc'\n",
"\n",
"ds_sept_23 = xr.open_dataset(file_path_sept_23)\n",
"ds_sept_27 = xr.open_dataset(file_path_sept_27)\n",
Expand Down Expand Up @@ -454,7 +454,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.8.13"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 3c3ba51

Please sign in to comment.