Skip to content

Commit 9828a3a

Browse files
author
Andrew Delman
committed
corrected the rendering issue in the data structures tutorials
1 parent ec4e3e0 commit 9828a3a

2 files changed

Lines changed: 2 additions & 25 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Coordinates_and_Dimensions_of_ECCOv4_NetCDF_files.ipynb

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,8 +1397,7 @@
13971397
"</svg>\n",
13981398
" </td>\n",
13991399
" </tr>\n",
1400-
"</table></div></li></ul></div></li><li class='xr-section-item'><input id='section-5d5087b8-93b9-40e6-9cff-0bbce514ce49' class='xr-section-summary-in' type='checkbox' checked><label for='section-5d5087b8-93b9-40e6-9cff-0bbce514ce49' class='xr-section-summary' >Data variables: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>THETA</span></div><div class='xr-var-dims'>(time, k, tile, j, i)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 50, 13, 90, 90), meta=np.ndarray&gt;</div><input id='attrs-40b96475-da7f-4f22-aada-9f739fd0adbf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-40b96475-da7f-4f22-aada-9f739fd0adbf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f7dec3d8-46fe-4cca-a506-b9651f1a90e2' class='xr-var-data-in' type='checkbox'><label for='data-f7dec3d8-46fe-4cca-a506-b9651f1a90e2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>long_name :</span></dt><dd>Potential temperature </dd><dt><span>units :</span></dt><dd>degree_C</dd><dt><span>coverage_content_type :</span></dt><dd>modelResult</dd><dt><span>standard_name :</span></dt><dd>sea_water_potential_temperature</dd><dt><span>comment :</span></dt><dd>Sea water potential temperature is the temperature a parcel of sea water would have if moved adiabatically to sea level pressure. Note: the equation of state is a modified UNESCO formula by Jackett and McDougall (1995), which uses the model variable potential temperature as input assuming a horizontally and temporally constant pressure of $p_0=-g \r",
1401-
"ho_{0} z$.</dd><dt><span>valid_min :</span></dt><dd>-2.2909388542175293</dd><dt><span>valid_max :</span></dt><dd>36.032955169677734</dd></dl></div><div class='xr-var-data'><table>\n",
1400+
"</table></div></li></ul></div></li><li class='xr-section-item'><input id='section-5d5087b8-93b9-40e6-9cff-0bbce514ce49' class='xr-section-summary-in' type='checkbox' checked><label for='section-5d5087b8-93b9-40e6-9cff-0bbce514ce49' class='xr-section-summary' >Data variables: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>THETA</span></div><div class='xr-var-dims'>(time, k, tile, j, i)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 50, 13, 90, 90), meta=np.ndarray&gt;</div><input id='attrs-40b96475-da7f-4f22-aada-9f739fd0adbf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-40b96475-da7f-4f22-aada-9f739fd0adbf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f7dec3d8-46fe-4cca-a506-b9651f1a90e2' class='xr-var-data-in' type='checkbox'><label for='data-f7dec3d8-46fe-4cca-a506-b9651f1a90e2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>long_name :</span></dt><dd>Potential temperature </dd><dt><span>units :</span></dt><dd>degree_C</dd><dt><span>coverage_content_type :</span></dt><dd>modelResult</dd><dt><span>standard_name :</span></dt><dd>sea_water_potential_temperature</dd><dt><span>comment :</span></dt><dd>Sea water potential temperature is the temperature a parcel of sea water would have if moved adiabatically to sea level pressure. Note: the equation of state is a modified UNESCO formula by Jackett and McDougall (1995), which uses the model variable potential temperature as input assuming a horizontally and temporally constant pressure of $p_0=-g \\rho_{0} z$.</dd><dt><span>valid_min :</span></dt><dd>-2.2909388542175293</dd><dt><span>valid_max :</span></dt><dd>36.032955169677734</dd></dl></div><div class='xr-var-data'><table>\n",
14021401
" <tr>\n",
14031402
" <td>\n",
14041403
" <table>\n",
@@ -6098,27 +6097,6 @@
60986097
"wd_masked.isel(k_l=0,tile=1,time=0).plot(cmap='jet', vmin=-1.e-7,vmax=1.e-7)"
60996098
]
61006099
},
6101-
{
6102-
"cell_type": "code",
6103-
"execution_count": 27,
6104-
"metadata": {},
6105-
"outputs": [
6106-
{
6107-
"data": {
6108-
"text/plain": [
6109-
"(1, 50, 13, 90, 90)"
6110-
]
6111-
},
6112-
"execution_count": 27,
6113-
"metadata": {},
6114-
"output_type": "execute_result"
6115-
}
6116-
],
6117-
"source": [
6118-
"wd_masked = vel_dataset.WVEL.where(grid_dataset.hFacC.values > 0, np.nan)\n",
6119-
"wd_masked.shape"
6120-
]
6121-
},
61226100
{
61236101
"cell_type": "markdown",
61246102
"metadata": {},

Tutorials_as_Jupyter_Notebooks/ECCO_v4_data_structure_basics.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,8 +1540,7 @@
15401540
"</svg>\n",
15411541
" </td>\n",
15421542
" </tr>\n",
1543-
"</table></div></li></ul></div></li><li class='xr-section-item'><input id='section-aa8ffd36-176c-4bbb-9971-d9d0a4b6f219' class='xr-section-summary-in' type='checkbox' checked><label for='section-aa8ffd36-176c-4bbb-9971-d9d0a4b6f219' class='xr-section-summary' >Data variables: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>THETA</span></div><div class='xr-var-dims'>(time, k, tile, j, i)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 50, 13, 90, 90), meta=np.ndarray&gt;</div><input id='attrs-f9751797-2f43-4d1b-8917-f5858f5e0c7b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f9751797-2f43-4d1b-8917-f5858f5e0c7b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6473fc3d-fddb-40f5-b5da-5ecd11705eb2' class='xr-var-data-in' type='checkbox'><label for='data-6473fc3d-fddb-40f5-b5da-5ecd11705eb2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>long_name :</span></dt><dd>Potential temperature </dd><dt><span>units :</span></dt><dd>degree_C</dd><dt><span>coverage_content_type :</span></dt><dd>modelResult</dd><dt><span>standard_name :</span></dt><dd>sea_water_potential_temperature</dd><dt><span>comment :</span></dt><dd>Sea water potential temperature is the temperature a parcel of sea water would have if moved adiabatically to sea level pressure. Note: the equation of state is a modified UNESCO formula by Jackett and McDougall (1995), which uses the model variable potential temperature as input assuming a horizontally and temporally constant pressure of $p_0=-g \r",
1544-
"ho_{0} z$.</dd><dt><span>valid_min :</span></dt><dd>-2.2909388542175293</dd><dt><span>valid_max :</span></dt><dd>36.032955169677734</dd></dl></div><div class='xr-var-data'><table>\n",
1543+
"</table></div></li></ul></div></li><li class='xr-section-item'><input id='section-aa8ffd36-176c-4bbb-9971-d9d0a4b6f219' class='xr-section-summary-in' type='checkbox' checked><label for='section-aa8ffd36-176c-4bbb-9971-d9d0a4b6f219' class='xr-section-summary' >Data variables: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>THETA</span></div><div class='xr-var-dims'>(time, k, tile, j, i)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 50, 13, 90, 90), meta=np.ndarray&gt;</div><input id='attrs-f9751797-2f43-4d1b-8917-f5858f5e0c7b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f9751797-2f43-4d1b-8917-f5858f5e0c7b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6473fc3d-fddb-40f5-b5da-5ecd11705eb2' class='xr-var-data-in' type='checkbox'><label for='data-6473fc3d-fddb-40f5-b5da-5ecd11705eb2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>long_name :</span></dt><dd>Potential temperature </dd><dt><span>units :</span></dt><dd>degree_C</dd><dt><span>coverage_content_type :</span></dt><dd>modelResult</dd><dt><span>standard_name :</span></dt><dd>sea_water_potential_temperature</dd><dt><span>comment :</span></dt><dd>Sea water potential temperature is the temperature a parcel of sea water would have if moved adiabatically to sea level pressure. Note: the equation of state is a modified UNESCO formula by Jackett and McDougall (1995), which uses the model variable potential temperature as input assuming a horizontally and temporally constant pressure of $p_0=-g \\rho_{0} z$.</dd><dt><span>valid_min :</span></dt><dd>-2.2909388542175293</dd><dt><span>valid_max :</span></dt><dd>36.032955169677734</dd></dl></div><div class='xr-var-data'><table>\n",
15451544
" <tr>\n",
15461545
" <td>\n",
15471546
" <table>\n",

0 commit comments

Comments
 (0)