Skip to content

Commit

Permalink
replace paleomip with right dir ref
Browse files Browse the repository at this point in the history
  • Loading branch information
iovereem committed Aug 14, 2020
1 parent 978efc8 commit 4f637b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lessons/pymt/paleomip-processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"outputs": [],
"source": [
"# Load the datasets from input files\n",
"ts_nc = Dataset('./data/ts_Amon_MRI-ESM2-0_past1000_r1i1p1f1_gn_085001-184912.nc')\n",
"mrso_nc = Dataset('./data/mrso_Lmon_MRI-ESM2-0_past1000_r1i1p1f1_gn_085001-184912.nc')\n",
"snd_nc = Dataset('./data/snd_LImon_MRI-ESM2-0_past1000_r1i1p1f1_gn_085001-184912.nc')"
"ts_nc = Dataset('data/ts_Amon_MRI-ESM2-0_past1000_r1i1p1f1_gn_085001-184912.nc')\n",
"mrso_nc = Dataset('data/mrso_Lmon_MRI-ESM2-0_past1000_r1i1p1f1_gn_085001-184912.nc')\n",
"snd_nc = Dataset('data/snd_LImon_MRI-ESM2-0_past1000_r1i1p1f1_gn_085001-184912.nc')"
]
},
{
Expand Down Expand Up @@ -365,7 +365,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4f637b6

Please sign in to comment.