Skip to content

Commit f17122a

Browse files
committed
minor edits to heat/salt budget tutorials
1 parent 4083692 commit f17122a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Heat_budget_closure.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@
116116
"import os\n",
117117
"import sys\n",
118118
"import glob\n",
119+
"import ecco_access as ea\n",
119120
"\n",
120121
"from os.path import join,expanduser,exists,split\n",
121122
"user_home_dir = expanduser('~')\n",
122123
"\n",
124+
"\n",
123125
"# indicate mode of access\n",
124126
"# options are:\n",
125127
"# 'download': direct download from internet to your local machine\n",
@@ -131,7 +133,7 @@
131133
"# 's3_get': direct download from S3 in-cloud to an AWS instance\n",
132134
"# 's3_get_ifspace': like s3_get, but only proceeds if your instance \n",
133135
"# has sufficient storage\n",
134-
"access_mode = 'download_ifspace'"
136+
"access_mode = 'query'"
135137
]
136138
},
137139
{
@@ -233,7 +235,7 @@
233235
"metadata": {},
234236
"outputs": [],
235237
"source": [
236-
"## if working in the AWS cloud, access datasets needed for this tutorial\n",
238+
"## access datasets needed for this tutorial\n",
237239
"\n",
238240
"ShortNames_list = [\"ECCO_L4_GEOMETRY_LLC0090GRID_V4R4\",\\\n",
239241
" \"ECCO_L4_OCEAN_3D_TEMPERATURE_FLUX_LLC0090GRID_MONTHLY_V4R4\",\\\n",

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Salt_and_salinity_budget.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
"import glob\n",
165165
"import psutil\n",
166166
"import os\n",
167+
"import ecco_access as ea\n",
167168
"\n",
168169
"from os.path import expanduser,join\n",
169170
"user_home_dir = expanduser('~')\n",
@@ -292,7 +293,7 @@
292293
"metadata": {},
293294
"outputs": [],
294295
"source": [
295-
"## if working in the AWS cloud, access datasets needed for this tutorial\n",
296+
"## access datasets needed for this tutorial\n",
296297
"\n",
297298
"ShortNames_list = [\"ECCO_L4_GEOMETRY_LLC0090GRID_V4R4\",\\\n",
298299
" \"ECCO_L4_FRESH_FLUX_LLC0090GRID_MONTHLY_V4R4\",\\\n",

0 commit comments

Comments
 (0)