Skip to content

Instantly share code, notes, and snippets.

@jbusecke
Created November 16, 2023 05:40
Show Gist options
  • Save jbusecke/b754bb975fd3a9b1596c1d26157e7660 to your computer and use it in GitHub Desktop.
Save jbusecke/b754bb975fd3a9b1596c1d26157e7660 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 11,
"id": "10e5a06e-9b61-4187-84c9-2bf8ff08d1f0",
"metadata": {},
"outputs": [],
"source": [
"import xarray as xr"
]
},
{
"cell_type": "markdown",
"id": "e181ebc5-bb80-4fff-b8fa-6add3c1ad7b4",
"metadata": {},
"source": [
"Load two locally downloaded files..."
]
},
{
"cell_type": "code",
"execution_count": 14,
"id": "345aa94b-1d99-4820-a033-0cab70edcb18",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
"<defs>\n",
"<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
"<path d=\"M16 0c-8.837 0-16 2.239-16 5v4c0 2.761 7.163 5 16 5s16-2.239 16-5v-4c0-2.761-7.163-5-16-5z\"></path>\n",
"<path d=\"M16 17c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n",
"<path d=\"M16 26c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n",
"</symbol>\n",
"<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
"<path d=\"M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.122 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z\"></path>\n",
"<path d=\"M23 26h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"<path d=\"M23 22h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"<path d=\"M23 18h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"</symbol>\n",
"</defs>\n",
"</svg>\n",
"<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
" *\n",
" */\n",
"\n",
":root {\n",
" --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
" --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
" --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
" --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
" --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
" --xr-background-color: var(--jp-layout-color0, white);\n",
" --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
" --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
"}\n",
"\n",
"html[theme=dark],\n",
"body[data-theme=dark],\n",
"body.vscode-dark {\n",
" --xr-font-color0: rgba(255, 255, 255, 1);\n",
" --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
" --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
" --xr-border-color: #1F1F1F;\n",
" --xr-disabled-color: #515151;\n",
" --xr-background-color: #111111;\n",
" --xr-background-color-row-even: #111111;\n",
" --xr-background-color-row-odd: #313131;\n",
"}\n",
"\n",
".xr-wrap {\n",
" display: block !important;\n",
" min-width: 300px;\n",
" max-width: 700px;\n",
"}\n",
"\n",
".xr-text-repr-fallback {\n",
" /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
" display: none;\n",
"}\n",
"\n",
".xr-header {\n",
" padding-top: 6px;\n",
" padding-bottom: 6px;\n",
" margin-bottom: 4px;\n",
" border-bottom: solid 1px var(--xr-border-color);\n",
"}\n",
"\n",
".xr-header > div,\n",
".xr-header > ul {\n",
" display: inline;\n",
" margin-top: 0;\n",
" margin-bottom: 0;\n",
"}\n",
"\n",
".xr-obj-type,\n",
".xr-array-name {\n",
" margin-left: 2px;\n",
" margin-right: 10px;\n",
"}\n",
"\n",
".xr-obj-type {\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-sections {\n",
" padding-left: 0 !important;\n",
" display: grid;\n",
" grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
"}\n",
"\n",
".xr-section-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-section-item input {\n",
" display: none;\n",
"}\n",
"\n",
".xr-section-item input + label {\n",
" color: var(--xr-disabled-color);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label {\n",
" cursor: pointer;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label:hover {\n",
" color: var(--xr-font-color0);\n",
"}\n",
"\n",
".xr-section-summary {\n",
" grid-column: 1;\n",
" color: var(--xr-font-color2);\n",
" font-weight: 500;\n",
"}\n",
"\n",
".xr-section-summary > span {\n",
" display: inline-block;\n",
" padding-left: 0.5em;\n",
"}\n",
"\n",
".xr-section-summary-in:disabled + label {\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-summary-in + label:before {\n",
" display: inline-block;\n",
" content: '►';\n",
" font-size: 11px;\n",
" width: 15px;\n",
" text-align: center;\n",
"}\n",
"\n",
".xr-section-summary-in:disabled + label:before {\n",
" color: var(--xr-disabled-color);\n",
"}\n",
"\n",
".xr-section-summary-in:checked + label:before {\n",
" content: '▼';\n",
"}\n",
"\n",
".xr-section-summary-in:checked + label > span {\n",
" display: none;\n",
"}\n",
"\n",
".xr-section-summary,\n",
".xr-section-inline-details {\n",
" padding-top: 4px;\n",
" padding-bottom: 4px;\n",
"}\n",
"\n",
".xr-section-inline-details {\n",
" grid-column: 2 / -1;\n",
"}\n",
"\n",
".xr-section-details {\n",
" display: none;\n",
" grid-column: 1 / -1;\n",
" margin-bottom: 5px;\n",
"}\n",
"\n",
".xr-section-summary-in:checked ~ .xr-section-details {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-array-wrap {\n",
" grid-column: 1 / -1;\n",
" display: grid;\n",
" grid-template-columns: 20px auto;\n",
"}\n",
"\n",
".xr-array-wrap > label {\n",
" grid-column: 1;\n",
" vertical-align: top;\n",
"}\n",
"\n",
".xr-preview {\n",
" color: var(--xr-font-color3);\n",
"}\n",
"\n",
".xr-array-preview,\n",
".xr-array-data {\n",
" padding: 0 5px !important;\n",
" grid-column: 2;\n",
"}\n",
"\n",
".xr-array-data,\n",
".xr-array-in:checked ~ .xr-array-preview {\n",
" display: none;\n",
"}\n",
"\n",
".xr-array-in:checked ~ .xr-array-data,\n",
".xr-array-preview {\n",
" display: inline-block;\n",
"}\n",
"\n",
".xr-dim-list {\n",
" display: inline-block !important;\n",
" list-style: none;\n",
" padding: 0 !important;\n",
" margin: 0;\n",
"}\n",
"\n",
".xr-dim-list li {\n",
" display: inline-block;\n",
" padding: 0;\n",
" margin: 0;\n",
"}\n",
"\n",
".xr-dim-list:before {\n",
" content: '(';\n",
"}\n",
"\n",
".xr-dim-list:after {\n",
" content: ')';\n",
"}\n",
"\n",
".xr-dim-list li:not(:last-child):after {\n",
" content: ',';\n",
" padding-right: 5px;\n",
"}\n",
"\n",
".xr-has-index {\n",
" font-weight: bold;\n",
"}\n",
"\n",
".xr-var-list,\n",
".xr-var-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-var-item > div,\n",
".xr-var-item label,\n",
".xr-var-item > .xr-var-name span {\n",
" background-color: var(--xr-background-color-row-even);\n",
" margin-bottom: 0;\n",
"}\n",
"\n",
".xr-var-item > .xr-var-name:hover span {\n",
" padding-right: 5px;\n",
"}\n",
"\n",
".xr-var-list > li:nth-child(odd) > div,\n",
".xr-var-list > li:nth-child(odd) > label,\n",
".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
" background-color: var(--xr-background-color-row-odd);\n",
"}\n",
"\n",
".xr-var-name {\n",
" grid-column: 1;\n",
"}\n",
"\n",
".xr-var-dims {\n",
" grid-column: 2;\n",
"}\n",
"\n",
".xr-var-dtype {\n",
" grid-column: 3;\n",
" text-align: right;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-var-preview {\n",
" grid-column: 4;\n",
"}\n",
"\n",
".xr-index-preview {\n",
" grid-column: 2 / 5;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-var-name,\n",
".xr-var-dims,\n",
".xr-var-dtype,\n",
".xr-preview,\n",
".xr-attrs dt {\n",
" white-space: nowrap;\n",
" overflow: hidden;\n",
" text-overflow: ellipsis;\n",
" padding-right: 10px;\n",
"}\n",
"\n",
".xr-var-name:hover,\n",
".xr-var-dims:hover,\n",
".xr-var-dtype:hover,\n",
".xr-attrs dt:hover {\n",
" overflow: visible;\n",
" width: auto;\n",
" z-index: 1;\n",
"}\n",
"\n",
".xr-var-attrs,\n",
".xr-var-data,\n",
".xr-index-data {\n",
" display: none;\n",
" background-color: var(--xr-background-color) !important;\n",
" padding-bottom: 5px !important;\n",
"}\n",
"\n",
".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
".xr-var-data-in:checked ~ .xr-var-data,\n",
".xr-index-data-in:checked ~ .xr-index-data {\n",
" display: block;\n",
"}\n",
"\n",
".xr-var-data > table {\n",
" float: right;\n",
"}\n",
"\n",
".xr-var-name span,\n",
".xr-var-data,\n",
".xr-index-name div,\n",
".xr-index-data,\n",
".xr-attrs {\n",
" padding-left: 25px !important;\n",
"}\n",
"\n",
".xr-attrs,\n",
".xr-var-attrs,\n",
".xr-var-data,\n",
".xr-index-data {\n",
" grid-column: 1 / -1;\n",
"}\n",
"\n",
"dl.xr-attrs {\n",
" padding: 0;\n",
" margin: 0;\n",
" display: grid;\n",
" grid-template-columns: 125px auto;\n",
"}\n",
"\n",
".xr-attrs dt,\n",
".xr-attrs dd {\n",
" padding: 0;\n",
" margin: 0;\n",
" float: left;\n",
" padding-right: 10px;\n",
" width: auto;\n",
"}\n",
"\n",
".xr-attrs dt {\n",
" font-weight: normal;\n",
" grid-column: 1;\n",
"}\n",
"\n",
".xr-attrs dt:hover span {\n",
" display: inline-block;\n",
" background: var(--xr-background-color);\n",
" padding-right: 10px;\n",
"}\n",
"\n",
".xr-attrs dd {\n",
" grid-column: 2;\n",
" white-space: pre-wrap;\n",
" word-break: break-all;\n",
"}\n",
"\n",
".xr-icon-database,\n",
".xr-icon-file-text2,\n",
".xr-no-icon {\n",
" display: inline-block;\n",
" vertical-align: middle;\n",
" width: 1em;\n",
" height: 1.5em !important;\n",
" stroke-width: 0;\n",
" stroke: currentColor;\n",
" fill: currentColor;\n",
"}\n",
"</style><pre class='xr-text-repr-fallback'>&lt;xarray.Dataset&gt;\n",
"Dimensions: (longitude: 720, latitude: 323, time: 248)\n",
"Coordinates:\n",
" * longitude (longitude) float32 -180.0 -179.5 -179.0 ... 178.5 179.0 179.5\n",
" * latitude (latitude) float32 -78.0 -77.5 -77.0 -76.5 ... 82.0 82.5 83.0\n",
" * time (time) datetime64[ns] 1993-01-01 ... 1993-01-31T21:00:00\n",
"Data variables: (12/86)\n",
" MAPSTA (latitude, longitude) int16 ...\n",
" dpt (time, latitude, longitude) float32 ...\n",
" ucur (time, latitude, longitude) float32 ...\n",
" vcur (time, latitude, longitude) float32 ...\n",
" uwnd (time, latitude, longitude) float32 ...\n",
" vwnd (time, latitude, longitude) float32 ...\n",
" ... ...\n",
" vabr (time, latitude, longitude) float32 ...\n",
" uubr (time, latitude, longitude) float32 ...\n",
" vubr (time, latitude, longitude) float32 ...\n",
" mssu (time, latitude, longitude) float32 ...\n",
" mssc (time, latitude, longitude) float32 ...\n",
" mssd (time, latitude, longitude) float32 ...\n",
"Attributes: (12/102)\n",
" WAVEWATCH_III_version_number: 7.00\n",
" WAVEWATCH_III_switches: F90 NOGRB NC4 SCRIP SCRIPNC SHRD PR3 UQ...\n",
" SIN4 namelist parameter BETAMAX: 1.75\n",
" title: WAVEWATCH-III HINDCAST\n",
" netcdf_version: 4.5.2\n",
" product_name: LOPS_WW3-GLOB-30M_199301.nc\n",
" ... ...\n",
" P2SF: 1\n",
" E3D: 1\n",
" I1P2SF: 3\n",
" I2P2SF: 24\n",
" start_date: 1993-01-01 00:00:00\n",
" stop_date: 1993-01-31 21:00:00</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-7d508971-378d-4c29-8963-1bb1516e43d3' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-7d508971-378d-4c29-8963-1bb1516e43d3' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>longitude</span>: 720</li><li><span class='xr-has-index'>latitude</span>: 323</li><li><span class='xr-has-index'>time</span>: 248</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-11467e6f-ae87-4804-9aba-5923f3b8a4f7' class='xr-section-summary-in' type='checkbox' checked><label for='section-11467e6f-ae87-4804-9aba-5923f3b8a4f7' class='xr-section-summary' >Coordinates: <span>(3)</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 class='xr-has-index'>longitude</span></div><div class='xr-var-dims'>(longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>-180.0 -179.5 ... 179.0 179.5</div><input id='attrs-60212938-95ee-47ca-9ff7-0a51e100cbc4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-60212938-95ee-47ca-9ff7-0a51e100cbc4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ba9d8d02-e381-4509-b381-77c3797b9afd' class='xr-var-data-in' type='checkbox'><label for='data-ba9d8d02-e381-4509-b381-77c3797b9afd' 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>units :</span></dt><dd>degree_east</dd><dt><span>long_name :</span></dt><dd>longitude</dd><dt><span>standard_name :</span></dt><dd>longitude</dd><dt><span>valid_min :</span></dt><dd>-180.0</dd><dt><span>valid_max :</span></dt><dd>360.0</dd><dt><span>axis :</span></dt><dd>X</dd></dl></div><div class='xr-var-data'><pre>array([-180. , -179.5, -179. , ..., 178.5, 179. , 179.5], dtype=float32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>latitude</span></div><div class='xr-var-dims'>(latitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>-78.0 -77.5 -77.0 ... 82.5 83.0</div><input id='attrs-b0a9b268-d95f-4872-9abc-05afbd127582' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b0a9b268-d95f-4872-9abc-05afbd127582' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a2376477-8102-4256-8de5-df6f1bed8229' class='xr-var-data-in' type='checkbox'><label for='data-a2376477-8102-4256-8de5-df6f1bed8229' 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>units :</span></dt><dd>degree_north</dd><dt><span>long_name :</span></dt><dd>latitude</dd><dt><span>standard_name :</span></dt><dd>latitude</dd><dt><span>valid_min :</span></dt><dd>-90.0</dd><dt><span>valid_max :</span></dt><dd>180.0</dd><dt><span>axis :</span></dt><dd>Y</dd></dl></div><div class='xr-var-data'><pre>array([-78. , -77.5, -77. , ..., 82. , 82.5, 83. ], dtype=float32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>time</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>1993-01-01 ... 1993-01-31T21:00:00</div><input id='attrs-d8f61e83-b17a-4df4-9101-2c262f6cf006' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d8f61e83-b17a-4df4-9101-2c262f6cf006' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-106f47a3-1f14-4725-8dde-722b82021696' class='xr-var-data-in' type='checkbox'><label for='data-106f47a3-1f14-4725-8dde-722b82021696' 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>julian day (UT)</dd><dt><span>standard_name :</span></dt><dd>time</dd><dt><span>conventions :</span></dt><dd>relative julian days with decimal part (as parts of the day )</dd><dt><span>axis :</span></dt><dd>T</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;1993-01-01T00:00:00.000000000&#x27;, &#x27;1993-01-01T03:00:00.000000000&#x27;,\n",
" &#x27;1993-01-01T06:00:00.000000000&#x27;, ..., &#x27;1993-01-31T15:00:00.000000000&#x27;,\n",
" &#x27;1993-01-31T18:00:00.000000000&#x27;, &#x27;1993-01-31T21:00:00.000000000&#x27;],\n",
" dtype=&#x27;datetime64[ns]&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-c82eb7a7-fa90-43da-88aa-620a0f56b9ab' class='xr-section-summary-in' type='checkbox' ><label for='section-c82eb7a7-fa90-43da-88aa-620a0f56b9ab' class='xr-section-summary' >Data variables: <span>(86)</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>MAPSTA</span></div><div class='xr-var-dims'>(latitude, longitude)</div><div class='xr-var-dtype'>int16</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c86d595d-0991-4814-b89e-7ac87ecd158f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c86d595d-0991-4814-b89e-7ac87ecd158f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f1f3f797-5878-4c68-9d5b-6d1e4bb2827b' class='xr-var-data-in' type='checkbox'><label for='data-f1f3f797-5878-4c68-9d5b-6d1e4bb2827b' 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>status map</dd><dt><span>standard_name :</span></dt><dd>status map</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>-32</dd><dt><span>valid_max :</span></dt><dd>32</dd></dl></div><div class='xr-var-data'><pre>[232560 values with dtype=int16]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dpt</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-809c6913-72d1-4cd6-abb6-c7f3b1df478c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-809c6913-72d1-4cd6-abb6-c7f3b1df478c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b45630e0-844e-4f10-8f00-539d747e4016' class='xr-var-data-in' type='checkbox'><label for='data-b45630e0-844e-4f10-8f00-539d747e4016' 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>depth</dd><dt><span>standard_name :</span></dt><dd>depth</dd><dt><span>globwave_name :</span></dt><dd>depth</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>-90000</dd><dt><span>valid_max :</span></dt><dd>140000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ucur</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f4fb3e9d-897f-452f-9a6d-6cdd013fc6f9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f4fb3e9d-897f-452f-9a6d-6cdd013fc6f9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9e95db20-d9e8-44a6-8219-ea997ab46df7' class='xr-var-data-in' type='checkbox'><label for='data-9e95db20-d9e8-44a6-8219-ea997ab46df7' 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>eastward current</dd><dt><span>standard_name :</span></dt><dd>eastward_sea_water_velocity</dd><dt><span>globwave_name :</span></dt><dd>eastward_sea_water_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>cur=sqrt(U**2+V**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vcur</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9ad0b9c1-87e5-4f77-a791-3142da457a64' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9ad0b9c1-87e5-4f77-a791-3142da457a64' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2d5625a8-f36b-4bc7-9e58-5796d4427270' class='xr-var-data-in' type='checkbox'><label for='data-2d5625a8-f36b-4bc7-9e58-5796d4427270' 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>northward current</dd><dt><span>standard_name :</span></dt><dd>northward_sea_water_velocity</dd><dt><span>globwave_name :</span></dt><dd>northward_sea_water_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>cur=sqrt(U**2+V**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uwnd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ba9c158d-e541-4b3e-a0c7-f823febcd630' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ba9c158d-e541-4b3e-a0c7-f823febcd630' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3fb4daf8-d589-4340-b15a-ba82538eaf05' class='xr-var-data-in' type='checkbox'><label for='data-3fb4daf8-d589-4340-b15a-ba82538eaf05' 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>eastward_wind</dd><dt><span>standard_name :</span></dt><dd>eastward_wind</dd><dt><span>globwave_name :</span></dt><dd>eastward_wind</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>wind=sqrt(U10**2+V10**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vwnd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5038b3d4-e6c7-4782-b01c-fb22e8d59b76' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5038b3d4-e6c7-4782-b01c-fb22e8d59b76' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-978df1a9-e62f-47f5-a960-4a3f33f6292b' class='xr-var-data-in' type='checkbox'><label for='data-978df1a9-e62f-47f5-a960-4a3f33f6292b' 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>northward_wind</dd><dt><span>standard_name :</span></dt><dd>northward_wind</dd><dt><span>globwave_name :</span></dt><dd>northward_wind</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>wind=sqrt(U10**2+V10**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ice</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-87af6970-dba8-4f6b-bede-ca10774432a8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-87af6970-dba8-4f6b-bede-ca10774432a8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7fefaea6-9761-475b-b469-d6a72016ba35' class='xr-var-data-in' type='checkbox'><label for='data-7fefaea6-9761-475b-b469-d6a72016ba35' 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>sea ice area fraction</dd><dt><span>standard_name :</span></dt><dd>sea_ice_area_fraction</dd><dt><span>globwave_name :</span></dt><dd>sea_ice_area_fraction</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ibg</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-992631ba-1b5c-40bf-b8ad-0d0f5767c4b0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-992631ba-1b5c-40bf-b8ad-0d0f5767c4b0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fde1f209-8283-4062-83d2-7ead4c6cc74b' class='xr-var-data-in' type='checkbox'><label for='data-fde1f209-8283-4062-83d2-7ead4c6cc74b' 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>icebergs_damping</dd><dt><span>standard_name :</span></dt><dd>icebergs_induced_attenuation_scale_for_waves</dd><dt><span>globwave_name :</span></dt><dd>icebergs_damping</dd><dt><span>units :</span></dt><dd>km-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ic1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e237dbf8-99a0-4fa5-8130-eadff2ce2f5f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e237dbf8-99a0-4fa5-8130-eadff2ce2f5f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4c80d647-0a8f-449b-a01d-e8a4d480edbd' class='xr-var-data-in' type='checkbox'><label for='data-4c80d647-0a8f-449b-a01d-e8a4d480edbd' 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>ice thickness</dd><dt><span>standard_name :</span></dt><dd>ice_thickness</dd><dt><span>globwave_name :</span></dt><dd>ice_thickness</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ic5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d897997f-528e-483e-a783-ba8c40d04f20' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d897997f-528e-483e-a783-ba8c40d04f20' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-998b9dd5-d6d0-46aa-934d-32787141bccc' class='xr-var-data-in' type='checkbox'><label for='data-998b9dd5-d6d0-46aa-934d-32787141bccc' 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>maximum floe diameter</dd><dt><span>standard_name :</span></dt><dd>maximum_ice_floe_diameter</dd><dt><span>globwave_name :</span></dt><dd>maximum_ice_floe_diameter</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>hs</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f7675885-48b2-4531-9ebd-35a3b89491c3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f7675885-48b2-4531-9ebd-35a3b89491c3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-78466801-4174-4ce5-a94a-40eaee61d087' class='xr-var-data-in' type='checkbox'><label for='data-78466801-4174-4ce5-a94a-40eaee61d087' 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>significant height of wind and swell waves</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lm</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e2035637-2273-4701-9922-fc34f6310232' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e2035637-2273-4701-9922-fc34f6310232' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-22ca721b-1ceb-49c6-9eb5-05c53472f52b' class='xr-var-data-in' type='checkbox'><label for='data-22ca721b-1ceb-49c6-9eb5-05c53472f52b' 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>mean wave length</dd><dt><span>standard_name :</span></dt><dd>mean_wave_length</dd><dt><span>globwave_name :</span></dt><dd>mean_wave_length</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3200</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t02</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1bb68052-c7d6-48df-b5a7-8ce0c30b60b3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1bb68052-c7d6-48df-b5a7-8ce0c30b60b3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a0062181-61c7-4528-a833-e8b4e96ce432' class='xr-var-data-in' type='checkbox'><label for='data-a0062181-61c7-4528-a833-e8b4e96ce432' 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>mean period T02</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_second_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t02</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t0m1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ba507093-94a5-479c-bf53-fca5b491b6a2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ba507093-94a5-479c-bf53-fca5b491b6a2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e10b6dc7-285d-4b06-9a1d-7c3117bca655' class='xr-var-data-in' type='checkbox'><label for='data-e10b6dc7-285d-4b06-9a1d-7c3117bca655' 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>mean period T0m1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_inverse_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t0m1</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t01</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-df50e95a-46fc-476b-90b2-da367ff60f94' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-df50e95a-46fc-476b-90b2-da367ff60f94' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-db303b83-9014-41ff-a86b-cb207d47ab87' class='xr-var-data-in' type='checkbox'><label for='data-db303b83-9014-41ff-a86b-cb207d47ab87' 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>mean period T01</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_first_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t01</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>fp</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-df71c221-32b0-439c-85f2-ad94e43f30df' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-df71c221-32b0-439c-85f2-ad94e43f30df' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-32f8c85b-dc25-4f34-90d4-3a0d44f9c6b4' class='xr-var-data-in' type='checkbox'><label for='data-32f8c85b-dc25-4f34-90d4-3a0d44f9c6b4' 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>wave peak frequency</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_frequency</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_frequency</dd><dt><span>units :</span></dt><dd>s-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dir</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-93e6659d-4d78-4bcb-ada2-9d0786f47655' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-93e6659d-4d78-4bcb-ada2-9d0786f47655' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a1f28560-2536-42ca-8527-08aeab61b585' class='xr-var-data-in' type='checkbox'><label for='data-a1f28560-2536-42ca-8527-08aeab61b585' 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>wave mean direction</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>spr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2b94c11b-128e-4681-9b72-2ddd945f2001' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2b94c11b-128e-4681-9b72-2ddd945f2001' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8f5b65f8-8957-4a66-8227-c1f918e7facb' class='xr-var-data-in' type='checkbox'><label for='data-8f5b65f8-8957-4a66-8227-c1f918e7facb' 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>directional spread</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread</dd><dt><span>globwave_name :</span></dt><dd>directional_spread</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dp</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6fad18e4-3fc3-4b97-8972-392eacb8a1b6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6fad18e4-3fc3-4b97-8972-392eacb8a1b6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dfaa9a09-5342-4080-8fbf-c4087f5a2ca2' class='xr-var-data-in' type='checkbox'><label for='data-dfaa9a09-5342-4080-8fbf-c4087f5a2ca2' 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>peak direction</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_direction</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>360</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8fe79952-baaa-4e81-bf8d-5c320843cb93' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8fe79952-baaa-4e81-bf8d-5c320843cb93' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a8dfaa46-0829-4ada-81af-3733c353f552' class='xr-var-data-in' type='checkbox'><label for='data-a8dfaa46-0829-4ada-81af-3733c353f552' 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>wave significant height partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_0</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_0</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8dfbbcc9-9ada-4344-8461-22ffa45f1fb7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8dfbbcc9-9ada-4344-8461-22ffa45f1fb7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e775d442-73e9-456b-a87f-a6daa37edf23' class='xr-var-data-in' type='checkbox'><label for='data-e775d442-73e9-456b-a87f-a6daa37edf23' 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>wave significant height partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_1</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_1</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-249fdfbe-d4c9-4e8c-ad1e-fa0aa9c22076' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-249fdfbe-d4c9-4e8c-ad1e-fa0aa9c22076' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3d779ba7-aaaa-4b95-ae89-cfbb1877af9b' class='xr-var-data-in' type='checkbox'><label for='data-3d779ba7-aaaa-4b95-ae89-cfbb1877af9b' 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>wave significant height partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_2</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_2</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-82372ec3-c932-45df-88b8-bf8eb6d68aa0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-82372ec3-c932-45df-88b8-bf8eb6d68aa0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e9f31bcf-e799-4576-a3c6-ff81524beb8b' class='xr-var-data-in' type='checkbox'><label for='data-e9f31bcf-e799-4576-a3c6-ff81524beb8b' 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>wave significant height partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_3</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_3</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-647a28ad-c803-4242-b87b-f5a09b6e73d4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-647a28ad-c803-4242-b87b-f5a09b6e73d4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6f2e5e96-7167-44b3-abd3-0517e1881d1f' class='xr-var-data-in' type='checkbox'><label for='data-6f2e5e96-7167-44b3-abd3-0517e1881d1f' 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>wave significant height partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_4</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_4</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-088f4fe4-6f3c-482b-9a07-fcf29f97ffa5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-088f4fe4-6f3c-482b-9a07-fcf29f97ffa5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f5cd5f58-6c99-48cd-af3d-27ccb8d72034' class='xr-var-data-in' type='checkbox'><label for='data-f5cd5f58-6c99-48cd-af3d-27ccb8d72034' 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>wave significant height partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_5</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_5</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-dc270387-38a2-4ed3-b92a-3fbf4a230b60' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-dc270387-38a2-4ed3-b92a-3fbf4a230b60' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-133c6ea7-f854-42c8-80ed-6beb27bb5a83' class='xr-var-data-in' type='checkbox'><label for='data-133c6ea7-f854-42c8-80ed-6beb27bb5a83' 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>peak period partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_0</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_0</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cc9f44df-af86-4968-a19e-2af807536337' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cc9f44df-af86-4968-a19e-2af807536337' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f2c91884-0423-4235-984b-3e887b0ac8e8' class='xr-var-data-in' type='checkbox'><label for='data-f2c91884-0423-4235-984b-3e887b0ac8e8' 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>peak period partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_1</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_1</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1ad1cace-59fa-486b-944b-2a5dc60b93d1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1ad1cace-59fa-486b-944b-2a5dc60b93d1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fc2cd13e-931d-44de-9ce2-7e57da6218d1' class='xr-var-data-in' type='checkbox'><label for='data-fc2cd13e-931d-44de-9ce2-7e57da6218d1' 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>peak period partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_2</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_2</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-35d32cd4-007d-406f-82ba-fd098cfd1503' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-35d32cd4-007d-406f-82ba-fd098cfd1503' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-478e73e3-c05d-483d-a0ae-0ac8a5438821' class='xr-var-data-in' type='checkbox'><label for='data-478e73e3-c05d-483d-a0ae-0ac8a5438821' 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>peak period partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_3</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_3</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-81657413-c7f1-49d9-b4b7-c1aec739ea42' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-81657413-c7f1-49d9-b4b7-c1aec739ea42' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6a128f79-658e-4dd3-a532-af43b4522334' class='xr-var-data-in' type='checkbox'><label for='data-6a128f79-658e-4dd3-a532-af43b4522334' 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>peak period partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_4</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_4</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7f3e91d5-4346-4916-b88a-ba2b87fd2f85' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7f3e91d5-4346-4916-b88a-ba2b87fd2f85' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1e3adde1-52eb-483a-9c61-05e9e017dd6c' class='xr-var-data-in' type='checkbox'><label for='data-1e3adde1-52eb-483a-9c61-05e9e017dd6c' 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>peak period partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_5</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_5</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3c2e7ce9-a976-4eda-808b-0cb4533f8123' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3c2e7ce9-a976-4eda-808b-0cb4533f8123' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9165abe8-faf3-4c01-9fc4-1da16366e56f' class='xr-var-data-in' type='checkbox'><label for='data-9165abe8-faf3-4c01-9fc4-1da16366e56f' 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>peak wave length partition 0</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_0</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_0</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5dcf783d-32c4-49d8-92b4-6ae03bda06c9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5dcf783d-32c4-49d8-92b4-6ae03bda06c9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3c15d40d-02cd-4466-a413-a09710b1b18f' class='xr-var-data-in' type='checkbox'><label for='data-3c15d40d-02cd-4466-a413-a09710b1b18f' 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>peak wave length partition 1</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_1</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_1</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-43a1d38f-5100-493e-861a-82324b15eb30' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-43a1d38f-5100-493e-861a-82324b15eb30' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d902eab2-3f5d-4a9c-8841-35f6fbfab1c3' class='xr-var-data-in' type='checkbox'><label for='data-d902eab2-3f5d-4a9c-8841-35f6fbfab1c3' 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>peak wave length partition 2</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_2</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_2</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2644e302-aae4-4f26-a941-f5227871b9f4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2644e302-aae4-4f26-a941-f5227871b9f4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-91490928-0205-42a4-819b-8843934b37e2' class='xr-var-data-in' type='checkbox'><label for='data-91490928-0205-42a4-819b-8843934b37e2' 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>peak wave length partition 3</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_3</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_3</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-924bdeb5-d91c-4550-bc9f-817e9eed1c49' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-924bdeb5-d91c-4550-bc9f-817e9eed1c49' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-393b8a1c-7143-45bc-bb71-051f03f08d7d' class='xr-var-data-in' type='checkbox'><label for='data-393b8a1c-7143-45bc-bb71-051f03f08d7d' 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>peak wave length partition 4</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_4</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_4</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7bf35593-fe6b-47bc-9be0-688c32b27b7a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7bf35593-fe6b-47bc-9be0-688c32b27b7a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5915e9f3-e29e-4efa-b35c-f9a3910d6667' class='xr-var-data-in' type='checkbox'><label for='data-5915e9f3-e29e-4efa-b35c-f9a3910d6667' 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>peak wave length partition 5</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_5</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_5</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-56dc5d43-da14-4343-8a1f-5ba9d8f5904f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-56dc5d43-da14-4343-8a1f-5ba9d8f5904f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-68695ac6-34fe-4b92-a293-dbd709560629' class='xr-var-data-in' type='checkbox'><label for='data-68695ac6-34fe-4b92-a293-dbd709560629' 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>wave mean direction partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_0</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cc780819-d7b9-4e89-8fcb-4efa5e9c74a3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cc780819-d7b9-4e89-8fcb-4efa5e9c74a3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c03c172e-0b16-456e-8fc4-8fafa0f7913f' class='xr-var-data-in' type='checkbox'><label for='data-c03c172e-0b16-456e-8fc4-8fafa0f7913f' 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>wave mean direction partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_1</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4f7d1a4e-2d24-4361-8f13-72ad30658723' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4f7d1a4e-2d24-4361-8f13-72ad30658723' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-42653a37-d3f0-4435-8574-413485302fc1' class='xr-var-data-in' type='checkbox'><label for='data-42653a37-d3f0-4435-8574-413485302fc1' 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>wave mean direction partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_2</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e90dd907-d43e-4b49-b360-fb7fa7b85808' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e90dd907-d43e-4b49-b360-fb7fa7b85808' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-124348d0-7b3b-4c70-8cdf-bdce3092ca99' class='xr-var-data-in' type='checkbox'><label for='data-124348d0-7b3b-4c70-8cdf-bdce3092ca99' 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>wave mean direction partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_3</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-426ceb1d-e8fa-4f69-80e5-ab8d3af0099d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-426ceb1d-e8fa-4f69-80e5-ab8d3af0099d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-159d1195-4135-4b23-8768-fdc49b15b93b' class='xr-var-data-in' type='checkbox'><label for='data-159d1195-4135-4b23-8768-fdc49b15b93b' 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>wave mean direction partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_4</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b80b3d80-16c2-4ba7-9414-1962d80376b5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b80b3d80-16c2-4ba7-9414-1962d80376b5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-da3ed066-e108-4751-90b5-8a58e30907ca' class='xr-var-data-in' type='checkbox'><label for='data-da3ed066-e108-4751-90b5-8a58e30907ca' 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>wave mean direction partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_5</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-94418101-8a2b-4f6a-a3ee-b8723815ba57' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-94418101-8a2b-4f6a-a3ee-b8723815ba57' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a4873688-d00e-4644-837f-962aaf4f0314' class='xr-var-data-in' type='checkbox'><label for='data-a4873688-d00e-4644-837f-962aaf4f0314' 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>directional spread partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_0</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cb129173-d222-42e7-923d-49147b87de5f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cb129173-d222-42e7-923d-49147b87de5f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b8a4661b-c4c2-4f7c-8683-9ef4a83a9fcc' class='xr-var-data-in' type='checkbox'><label for='data-b8a4661b-c4c2-4f7c-8683-9ef4a83a9fcc' 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>directional spread partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_1</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bf3d1c5c-3b90-4396-9a3f-aaa1925e1760' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bf3d1c5c-3b90-4396-9a3f-aaa1925e1760' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a484227b-c4f7-4548-9200-e61d3a1bccce' class='xr-var-data-in' type='checkbox'><label for='data-a484227b-c4f7-4548-9200-e61d3a1bccce' 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>directional spread partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_2</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d5d02560-3337-4e63-90ce-b5ecaed37747' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d5d02560-3337-4e63-90ce-b5ecaed37747' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5a906a89-f7a2-4107-8107-bb8f53b8a810' class='xr-var-data-in' type='checkbox'><label for='data-5a906a89-f7a2-4107-8107-bb8f53b8a810' 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>directional spread partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_3</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e8626b5b-f0aa-46c3-89c5-4da97aa0d261' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e8626b5b-f0aa-46c3-89c5-4da97aa0d261' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-00be2644-8d73-4321-add7-e4e61e84c5c3' class='xr-var-data-in' type='checkbox'><label for='data-00be2644-8d73-4321-add7-e4e61e84c5c3' 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>directional spread partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_4</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-22c09c10-bd9a-4cd1-a9ea-a18033b15bfd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-22c09c10-bd9a-4cd1-a9ea-a18033b15bfd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a2355c83-325a-4553-a580-c9fd8e2087ce' class='xr-var-data-in' type='checkbox'><label for='data-a2355c83-325a-4553-a580-c9fd8e2087ce' 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>directional spread partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_5</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0d735695-329c-43f5-89b5-16ecdc561e7e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0d735695-329c-43f5-89b5-16ecdc561e7e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-db0c53fb-3524-46ed-95b3-89c2727e73b4' class='xr-var-data-in' type='checkbox'><label for='data-db0c53fb-3524-46ed-95b3-89c2727e73b4' 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>wind sea fraction in partition 0</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_0</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_0</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-97855ee1-e01f-4d84-8de7-cd30779f04ea' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-97855ee1-e01f-4d84-8de7-cd30779f04ea' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3e74f2ad-37be-4280-898d-c57b6ea59c00' class='xr-var-data-in' type='checkbox'><label for='data-3e74f2ad-37be-4280-898d-c57b6ea59c00' 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>wind sea fraction in partition 1</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_1</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_1</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5e4ffc2f-4ed9-4eca-b5cb-42b6ad6fb8aa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5e4ffc2f-4ed9-4eca-b5cb-42b6ad6fb8aa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-00d0ed80-4063-49e5-a3cd-b55f08332214' class='xr-var-data-in' type='checkbox'><label for='data-00d0ed80-4063-49e5-a3cd-b55f08332214' 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>wind sea fraction in partition 2</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_2</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_2</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d95da653-5c4d-47f4-a52b-4f0a41e88c24' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d95da653-5c4d-47f4-a52b-4f0a41e88c24' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5a115665-eb36-4b64-8793-ae8ae9638ec7' class='xr-var-data-in' type='checkbox'><label for='data-5a115665-eb36-4b64-8793-ae8ae9638ec7' 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>wind sea fraction in partition 3</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_3</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_3</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d49db8d7-1c32-4d33-aee8-d4f78c54ea9c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d49db8d7-1c32-4d33-aee8-d4f78c54ea9c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1c0bad38-235f-4a5b-b55a-7a8037db42ec' class='xr-var-data-in' type='checkbox'><label for='data-1c0bad38-235f-4a5b-b55a-7a8037db42ec' 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>wind sea fraction in partition 4</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_4</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_4</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9b738207-d185-46d1-901a-1b4160b75b82' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9b738207-d185-46d1-901a-1b4160b75b82' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-32876838-4d85-4d5e-adc7-8f12d698eaee' class='xr-var-data-in' type='checkbox'><label for='data-32876838-4d85-4d5e-adc7-8f12d698eaee' 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>wind sea fraction in partition 5</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_5</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_5</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-235bf538-b0ab-4da1-a382-21b43d44fc29' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-235bf538-b0ab-4da1-a382-21b43d44fc29' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2467a95b-50a8-4b58-a12b-f32c0302e79c' class='xr-var-data-in' type='checkbox'><label for='data-2467a95b-50a8-4b58-a12b-f32c0302e79c' 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>peak direction partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_0</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-fddf216b-c757-4bb2-a6c4-4ba1255e620a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fddf216b-c757-4bb2-a6c4-4ba1255e620a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4c428034-35e5-4491-afcd-8aeac2fa52f5' class='xr-var-data-in' type='checkbox'><label for='data-4c428034-35e5-4491-afcd-8aeac2fa52f5' 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>peak direction partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_1</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9d82672f-febf-48d7-8b2d-239c3bd36394' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9d82672f-febf-48d7-8b2d-239c3bd36394' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-97dbd854-f661-48f4-a3fd-03eca18803c1' class='xr-var-data-in' type='checkbox'><label for='data-97dbd854-f661-48f4-a3fd-03eca18803c1' 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>peak direction partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_2</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d2f8a88b-b5e6-49db-9d20-72b84e1f742e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d2f8a88b-b5e6-49db-9d20-72b84e1f742e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-39a2dcae-f813-44f9-8ce7-502880c3ddb3' class='xr-var-data-in' type='checkbox'><label for='data-39a2dcae-f813-44f9-8ce7-502880c3ddb3' 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>peak direction partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_3</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a3ead261-6168-41f8-87e8-346cc966762b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a3ead261-6168-41f8-87e8-346cc966762b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3b2c5a92-6456-41b9-a43f-8fca8a6432c8' class='xr-var-data-in' type='checkbox'><label for='data-3b2c5a92-6456-41b9-a43f-8fca8a6432c8' 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>peak direction partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_4</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0125e19a-7831-402f-986b-1d376d085c1c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0125e19a-7831-402f-986b-1d376d085c1c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6e9c092f-ce53-4cbf-adc1-4596f31bec68' class='xr-var-data-in' type='checkbox'><label for='data-6e9c092f-ce53-4cbf-adc1-4596f31bec68' 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>peak direction partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_5</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tws</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2a388e1f-4721-4de7-be16-d1ecfa68a857' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2a388e1f-4721-4de7-be16-d1ecfa68a857' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-11796657-e201-4e28-b232-6e7e20855571' class='xr-var-data-in' type='checkbox'><label for='data-11796657-e201-4e28-b232-6e7e20855571' 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>wind sea fraction</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uust</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6f5d2740-2427-46a5-9286-e19375a784d3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6f5d2740-2427-46a5-9286-e19375a784d3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-da017c15-854a-4d54-94d1-038a9b06917f' class='xr-var-data-in' type='checkbox'><label for='data-da017c15-854a-4d54-94d1-038a9b06917f' 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>eastward friction velocity</dd><dt><span>standard_name :</span></dt><dd>eastward_friction_velocity</dd><dt><span>globwave_name :</span></dt><dd>eastward_friction_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>ust=sqrt(uust**2+vust**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vust</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8f5f8bd7-b9c3-48a1-97a7-a10c0c9e7011' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8f5f8bd7-b9c3-48a1-97a7-a10c0c9e7011' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-03902b6b-48dc-4ee8-9413-4c57003e4274' class='xr-var-data-in' type='checkbox'><label for='data-03902b6b-48dc-4ee8-9413-4c57003e4274' 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>northward friction velocity</dd><dt><span>standard_name :</span></dt><dd>northward_friction_velocity</dd><dt><span>globwave_name :</span></dt><dd>northward_friction_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>ust=sqrt(uust**2+vust**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>cha</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e76c233b-3874-4cc3-81c5-14c6ff2b58b6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e76c233b-3874-4cc3-81c5-14c6ff2b58b6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7eef6b18-9e74-4ebf-8822-d296f8b697a4' class='xr-var-data-in' type='checkbox'><label for='data-7eef6b18-9e74-4ebf-8822-d296f8b697a4' 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>charnock coefficient for surface roughness length for momentum in air</dd><dt><span>standard_name :</span></dt><dd>charnock_coefficient_for_surface_roughness_length_for_momentum_in_air</dd><dt><span>globwave_name :</span></dt><dd>charnock_coefficient</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32700</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>cge</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-03a4c6f3-2fb1-4658-9e00-04e9cf9af814' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-03a4c6f3-2fb1-4658-9e00-04e9cf9af814' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ec004742-9349-4874-bc13-41e6d94beba8' class='xr-var-data-in' type='checkbox'><label for='data-ec004742-9349-4874-bc13-41e6d94beba8' 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>wave energy flux</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_energy_flux</dd><dt><span>globwave_name :</span></dt><dd>wave_energy_flux</dd><dt><span>units :</span></dt><dd>kW m-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>9990</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>faw</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-321f20ba-b0db-4acd-9c4b-4d9279abad4e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-321f20ba-b0db-4acd-9c4b-4d9279abad4e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a28c6aab-2628-4e68-91e0-4bb9f0d66b9d' class='xr-var-data-in' type='checkbox'><label for='data-a28c6aab-2628-4e68-91e0-4bb9f0d66b9d' 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>wind to wave energy flux</dd><dt><span>standard_name :</span></dt><dd>wind_mixing_energy_flux_into_sea_water</dd><dt><span>globwave_name :</span></dt><dd>wind_to_wave_energy_flux</dd><dt><span>units :</span></dt><dd>W m-2</dd><dt><span>valid_min :</span></dt><dd>0.0</dd><dt><span>valid_max :</span></dt><dd>9990.0</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utaw</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f2fde340-ae4c-4f4b-9cca-31a343697c03' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f2fde340-ae4c-4f4b-9cca-31a343697c03' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2a4e9017-716b-4f6f-b9dd-d0dbdecd89d4' class='xr-var-data-in' type='checkbox'><label for='data-2a4e9017-716b-4f6f-b9dd-d0dbdecd89d4' 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>eastward wave supported wind stress</dd><dt><span>standard_name :</span></dt><dd>eastward_wave_supported_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>eastward_wave_supported_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>taw=sqrt(utaw**2+vtaw**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtaw</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-274e6654-2735-4170-9d75-bca731f97e2e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-274e6654-2735-4170-9d75-bca731f97e2e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-662778c8-a2f9-4819-8bd3-e85f6899c534' class='xr-var-data-in' type='checkbox'><label for='data-662778c8-a2f9-4819-8bd3-e85f6899c534' 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>northward wave supported wind stress</dd><dt><span>standard_name :</span></dt><dd>northward_wave_supported_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>northward_wave_supported_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>taw=sqrt(utaw**2+vtaw**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utwa</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6bc5bfa4-6951-40e4-9c4e-1cca2321710f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6bc5bfa4-6951-40e4-9c4e-1cca2321710f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3091b3a2-fab9-45aa-89bb-db2029233d56' class='xr-var-data-in' type='checkbox'><label for='data-3091b3a2-fab9-45aa-89bb-db2029233d56' 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>eastward wave to wind stress</dd><dt><span>standard_name :</span></dt><dd>eastward_wave_to_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>eastward_wave_to_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>twa=sqrt(utwa**2+vtwa**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtwa</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1d3afdbc-ef3a-47d0-b334-e11f33755580' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1d3afdbc-ef3a-47d0-b334-e11f33755580' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-38b667a5-a40d-4709-b156-217573406759' class='xr-var-data-in' type='checkbox'><label for='data-38b667a5-a40d-4709-b156-217573406759' 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>northward wave to wind stress</dd><dt><span>standard_name :</span></dt><dd>northward_wave_to_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>northward_wave_to_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>twa=sqrt(utwa**2+vtwa**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wcc</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6869ff07-10c6-4335-8462-ccb43a51ef7e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6869ff07-10c6-4335-8462-ccb43a51ef7e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-deffb1f8-63f3-4958-9ac0-8caa02ea45f4' class='xr-var-data-in' type='checkbox'><label for='data-deffb1f8-63f3-4958-9ac0-8caa02ea45f4' 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>whitecap coverage</dd><dt><span>standard_name :</span></dt><dd>whitecap_coverage</dd><dt><span>globwave_name :</span></dt><dd>whitecap_coverage</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utwo</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ce30a74a-2a88-4dc4-893b-f81da970f64f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ce30a74a-2a88-4dc4-893b-f81da970f64f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9165ab42-ae16-41f6-8d57-9e25cf3d7a50' class='xr-var-data-in' type='checkbox'><label for='data-9165ab42-ae16-41f6-8d57-9e25cf3d7a50' 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>eastward wave to ocean stress</dd><dt><span>standard_name :</span></dt><dd>eastward_wave_to_ocean_stress</dd><dt><span>globwave_name :</span></dt><dd>eastward_wave_to_ocean_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>two=sqrt(utwo**2+vtwo**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtwo</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1493aade-d096-44cb-b0e7-785628357aa9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1493aade-d096-44cb-b0e7-785628357aa9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ed8f4d72-3fb6-4605-92a9-15dcbbdfe353' class='xr-var-data-in' type='checkbox'><label for='data-ed8f4d72-3fb6-4605-92a9-15dcbbdfe353' 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>northward wave to ocean stress</dd><dt><span>standard_name :</span></dt><dd>northward_wave_to_ocean_stress</dd><dt><span>globwave_name :</span></dt><dd>northward_wave_to_ocean_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>two=sqrt(utwo**2+vtwo**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>foc</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4463765a-db61-4bdd-8238-c49e9649369e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4463765a-db61-4bdd-8238-c49e9649369e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-49daa753-8402-4564-98ac-71317e494b29' class='xr-var-data-in' type='checkbox'><label for='data-49daa753-8402-4564-98ac-71317e494b29' 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>wave to ocean energy flux</dd><dt><span>standard_name :</span></dt><dd>wave_to_ocean_energy_flux</dd><dt><span>globwave_name :</span></dt><dd>wave_to_ocean_energy_flux</dd><dt><span>units :</span></dt><dd>W m-2</dd><dt><span>valid_min :</span></dt><dd>0.0</dd><dt><span>valid_max :</span></dt><dd>9990.0</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utus</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-62ea6655-0e6d-46de-bb53-c51860e51149' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-62ea6655-0e6d-46de-bb53-c51860e51149' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b1291480-45fb-4e35-bf8a-35c226a2e89e' class='xr-var-data-in' type='checkbox'><label for='data-b1291480-45fb-4e35-bf8a-35c226a2e89e' 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>eastward stokes transport</dd><dt><span>standard_name :</span></dt><dd>eastward_stokes_transport</dd><dt><span>globwave_name :</span></dt><dd>eastward_stokes_transport</dd><dt><span>units :</span></dt><dd>m2 s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9990</dd><dt><span>comment :</span></dt><dd>tus=sqrt(utus**2+vtus**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtus</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ddc872f4-6bc1-4d36-b368-2043d1b6fde6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ddc872f4-6bc1-4d36-b368-2043d1b6fde6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-25dfc555-bf9e-4b62-8658-ec8ee846a7e7' class='xr-var-data-in' type='checkbox'><label for='data-25dfc555-bf9e-4b62-8658-ec8ee846a7e7' 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>northward stokes transport</dd><dt><span>standard_name :</span></dt><dd>northward_stokes_transport</dd><dt><span>globwave_name :</span></dt><dd>northward_stokes_transport</dd><dt><span>units :</span></dt><dd>m2 s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9990</dd><dt><span>comment :</span></dt><dd>tus=sqrt(utus**2+vtus**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uuss</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6030a4c7-13c4-4438-8610-4e57ae139330' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6030a4c7-13c4-4438-8610-4e57ae139330' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-173a3584-2639-4846-a4bd-dca5a3cef9f3' class='xr-var-data-in' type='checkbox'><label for='data-173a3584-2639-4846-a4bd-dca5a3cef9f3' 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>eastward surface stokes drift</dd><dt><span>standard_name :</span></dt><dd>eastward_surface_stokes_drift</dd><dt><span>globwave_name :</span></dt><dd>eastward_surface_stokes_drift</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>uss=sqrt(uuss**2+vuss**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vuss</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4bd5cb0e-9bd4-4a92-a59f-4a4e62d63209' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4bd5cb0e-9bd4-4a92-a59f-4a4e62d63209' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f750393f-4c47-4acd-a736-cbeaada33f8c' class='xr-var-data-in' type='checkbox'><label for='data-f750393f-4c47-4acd-a736-cbeaada33f8c' 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>northward surface stokes drift</dd><dt><span>standard_name :</span></dt><dd>northward_surface_stokes_drift</dd><dt><span>globwave_name :</span></dt><dd>northward_surface_stokes_drift</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>Frequency range 0.0339 to 0.9527 Hz</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uabr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ce66df47-e7fa-4a29-a483-02bec5812f64' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ce66df47-e7fa-4a29-a483-02bec5812f64' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d88245ca-f143-463f-ba7d-3fde72765706' class='xr-var-data-in' type='checkbox'><label for='data-d88245ca-f143-463f-ba7d-3fde72765706' 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>rms of bottom displacement amplitude zonal</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_zonal</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_zonal</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>abr=sqrt(uabr**2+vabr**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vabr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9cd44501-47d4-496f-bc0f-ae230278a2d8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9cd44501-47d4-496f-bc0f-ae230278a2d8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9dcd5355-2e94-4f03-be1a-fa0cc40a27ac' class='xr-var-data-in' type='checkbox'><label for='data-9dcd5355-2e94-4f03-be1a-fa0cc40a27ac' 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>rms of bottom displacement amplitude meridional</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_meridional</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_meridional</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>abr=sqrt(uabr**2+vabr**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uubr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f02255f9-e493-4827-ac8a-3ab00b4495ff' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f02255f9-e493-4827-ac8a-3ab00b4495ff' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6dcf2b96-5e60-4dee-bc36-b3e138a86575' class='xr-var-data-in' type='checkbox'><label for='data-6dcf2b96-5e60-4dee-bc36-b3e138a86575' 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>rms of bottom velocity amplitude zonal</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_zonal</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_zonal</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>ubr=sqrt(uubr**2+vubr**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vubr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b79c68e4-402a-426b-9018-0a18d01a6897' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b79c68e4-402a-426b-9018-0a18d01a6897' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-528bd1f7-cb3d-46f9-bb16-3726a8de200d' class='xr-var-data-in' type='checkbox'><label for='data-528bd1f7-cb3d-46f9-bb16-3726a8de200d' 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>rms of bottom velocity amplitude meridional</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_meridional</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_meridional</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>ubr=sqrt(uubr**2+vubr**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>mssu</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1460bc70-f1f8-4435-a14d-6d7b8ddeb39a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1460bc70-f1f8-4435-a14d-6d7b8ddeb39a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5bb02810-04e7-4563-8e5e-1faab6c128bb' class='xr-var-data-in' type='checkbox'><label for='data-5bb02810-04e7-4563-8e5e-1faab6c128bb' 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>downwave mean square slope</dd><dt><span>standard_name :</span></dt><dd>x_mean_square_slope</dd><dt><span>globwave_name :</span></dt><dd>x_mean_square_slope</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd><dt><span>comment :</span></dt><dd>Frequency range 0.0339 to 0.9527 Hz</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>mssc</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ea1824a1-0489-4e52-a980-0f8f72802246' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ea1824a1-0489-4e52-a980-0f8f72802246' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-75c84fb6-0ae1-4653-8a1c-c8d191c72a51' class='xr-var-data-in' type='checkbox'><label for='data-75c84fb6-0ae1-4653-8a1c-c8d191c72a51' 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>crosswave mean square slope</dd><dt><span>standard_name :</span></dt><dd>y_mean_square_slope</dd><dt><span>globwave_name :</span></dt><dd>y_mean_square_slope</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd><dt><span>comment :</span></dt><dd>ubr=sqrt(uubr**2+vubr**2)</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>mssd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8a635be8-8cd0-423e-8c9d-2ffbf17f1a19' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8a635be8-8cd0-423e-8c9d-2ffbf17f1a19' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e8cf111b-ca5b-4909-9932-c27d55411047' class='xr-var-data-in' type='checkbox'><label for='data-e8cf111b-ca5b-4909-9932-c27d55411047' 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>u direction for mss</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_dominant_mean_square_slope_direction</dd><dt><span>globwave_name :</span></dt><dd>sea_surface_wave_dominant_mean_square_slope_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Frequency range 0.0339 to 0.9527 Hz</dd></dl></div><div class='xr-var-data'><pre>[57674880 values with dtype=float32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-d6ff0e23-e908-4aac-9def-d8a6fe9bfbd2' class='xr-section-summary-in' type='checkbox' ><label for='section-d6ff0e23-e908-4aac-9def-d8a6fe9bfbd2' class='xr-section-summary' >Indexes: <span>(3)</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-index-name'><div>longitude</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-32e4b221-88b5-4ab2-b51e-b6a4d0fe9637' class='xr-index-data-in' type='checkbox'/><label for='index-32e4b221-88b5-4ab2-b51e-b6a4d0fe9637' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([-180.0, -179.5, -179.0, -178.5, -178.0, -177.5, -177.0, -176.5, -176.0,\n",
" -175.5,\n",
" ...\n",
" 175.0, 175.5, 176.0, 176.5, 177.0, 177.5, 178.0, 178.5, 179.0,\n",
" 179.5],\n",
" dtype=&#x27;float32&#x27;, name=&#x27;longitude&#x27;, length=720))</pre></div></li><li class='xr-var-item'><div class='xr-index-name'><div>latitude</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-03396bdc-f410-44be-8d67-8a0ae7a47746' class='xr-index-data-in' type='checkbox'/><label for='index-03396bdc-f410-44be-8d67-8a0ae7a47746' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([-78.0, -77.5, -77.0, -76.5, -76.0, -75.5, -75.0, -74.5, -74.0, -73.5,\n",
" ...\n",
" 78.5, 79.0, 79.5, 80.0, 80.5, 81.0, 81.5, 82.0, 82.5, 83.0],\n",
" dtype=&#x27;float32&#x27;, name=&#x27;latitude&#x27;, length=323))</pre></div></li><li class='xr-var-item'><div class='xr-index-name'><div>time</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-b157b9ac-7a58-4c10-b8c4-364631f7968d' class='xr-index-data-in' type='checkbox'/><label for='index-b157b9ac-7a58-4c10-b8c4-364631f7968d' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(DatetimeIndex([&#x27;1993-01-01 00:00:00&#x27;, &#x27;1993-01-01 03:00:00&#x27;,\n",
" &#x27;1993-01-01 06:00:00&#x27;, &#x27;1993-01-01 09:00:00&#x27;,\n",
" &#x27;1993-01-01 12:00:00&#x27;, &#x27;1993-01-01 15:00:00&#x27;,\n",
" &#x27;1993-01-01 18:00:00&#x27;, &#x27;1993-01-01 21:00:00&#x27;,\n",
" &#x27;1993-01-02 00:00:00&#x27;, &#x27;1993-01-02 03:00:00&#x27;,\n",
" ...\n",
" &#x27;1993-01-30 18:00:00&#x27;, &#x27;1993-01-30 21:00:00&#x27;,\n",
" &#x27;1993-01-31 00:00:00&#x27;, &#x27;1993-01-31 03:00:00&#x27;,\n",
" &#x27;1993-01-31 06:00:00&#x27;, &#x27;1993-01-31 09:00:00&#x27;,\n",
" &#x27;1993-01-31 12:00:00&#x27;, &#x27;1993-01-31 15:00:00&#x27;,\n",
" &#x27;1993-01-31 18:00:00&#x27;, &#x27;1993-01-31 21:00:00&#x27;],\n",
" dtype=&#x27;datetime64[ns]&#x27;, name=&#x27;time&#x27;, length=248, freq=None))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-71eba57b-a562-472d-90b9-2125fcbaf821' class='xr-section-summary-in' type='checkbox' ><label for='section-71eba57b-a562-472d-90b9-2125fcbaf821' class='xr-section-summary' >Attributes: <span>(102)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>WAVEWATCH_III_version_number :</span></dt><dd>7.00</dd><dt><span>WAVEWATCH_III_switches :</span></dt><dd>F90 NOGRB NC4 SCRIP SCRIPNC SHRD PR3 UQ FLX0 LN1 ST4 STAB0 NL1 BT4 DB1 MLIM TR0 BS0 IC2 IS2 REF1 XX0 WNT2 WNX1 WCOR RWND CRT1 CRX1 TIDE TRKNC O0 O1 O2 O2a O2b O2c O3 O4 O5 O6 O7</dd><dt><span>SIN4 namelist parameter BETAMAX :</span></dt><dd>1.75</dd><dt><span>title :</span></dt><dd>WAVEWATCH-III HINDCAST</dd><dt><span>netcdf_version :</span></dt><dd>4.5.2</dd><dt><span>product_name :</span></dt><dd>LOPS_WW3-GLOB-30M_199301.nc</dd><dt><span>software_version :</span></dt><dd>v7.08_e756361_sf/exe_datarmor_intel_Ifremer2_WCOR-NOIG</dd><dt><span>references :</span></dt><dd>https://github.com/umr-lops/WW3</dd><dt><span>source :</span></dt><dd>WAVEWATCH III (R)</dd><dt><span>comment :</span></dt><dd></dd><dt><span>area :</span></dt><dd>Global 0.5 deg wave grid</dd><dt><span>easting :</span></dt><dd>longitude</dd><dt><span>northing :</span></dt><dd>latitude</dd><dt><span>grid_projection :</span></dt><dd>n/a</dd><dt><span>southernmost_latitude :</span></dt><dd>-78.</dd><dt><span>northernmost_latitude :</span></dt><dd>83.</dd><dt><span>latitude_resolution :</span></dt><dd>0.</dd><dt><span>westernmost_longitude :</span></dt><dd>-180.</dd><dt><span>easternmost_longitude :</span></dt><dd>180.</dd><dt><span>longitude_resolution :</span></dt><dd>0.</dd><dt><span>minimum_altitude :</span></dt><dd>-12000 m</dd><dt><span>maximum_altitude :</span></dt><dd>9000 m</dd><dt><span>altitude_resolution :</span></dt><dd>n/a</dd><dt><span>field_type :</span></dt><dd>3-hourly</dd><dt><span>institution :</span></dt><dd>CNRS-Ifremer-IRD-UBO</dd><dt><span>institution_references :</span></dt><dd>https://www.umr-lops.fr/</dd><dt><span>contact :</span></dt><dd>mickael.accensi@ifremer.fr</dd><dt><span>distribution_statement :</span></dt><dd>No restrictions</dd><dt><span>operational_status :</span></dt><dd>operational</dd><dt><span>quality_index :</span></dt><dd>0</dd><dt><span>creation_date :</span></dt><dd>2020-12-17T02:13:45Z</dd><dt><span>product_version :</span></dt><dd>1.0</dd><dt><span>history :</span></dt><dd>2020-12-17T02:13:45Z : Creation</dd><dt><span>run_time :</span></dt><dd>2020-12-17T02:13:45Z</dd><dt><span>grid :</span></dt><dd>GLOB-30M</dd><dt><span>forcing_wind :</span></dt><dd>wind_era5</dd><dt><span>forcing_ice :</span></dt><dd>ice_cersat</dd><dt><span>forcing_level :</span></dt><dd>no</dd><dt><span>forcing_current :</span></dt><dd>cur_cmemsgc</dd><dt><span>forcing_ice1 :</span></dt><dd>no</dd><dt><span>forcing_ice2 :</span></dt><dd>no</dd><dt><span>forcing_ice3 :</span></dt><dd>no</dd><dt><span>forcing_ice4 :</span></dt><dd>no</dd><dt><span>forcing_ice5 :</span></dt><dd>no</dd><dt><span>BETAMAX :</span></dt><dd>1.75</dd><dt><span>SWELLF :</span></dt><dd>0.66</dd><dt><span>TAUWSHELTER :</span></dt><dd>0.3</dd><dt><span>SWELLF3 :</span></dt><dd>0.022</dd><dt><span>SWELLF4 :</span></dt><dd>115000.0</dd><dt><span>SWELLF7 :</span></dt><dd>432000.00</dd><dt><span>FXFM3 :</span></dt><dd>2.5</dd><dt><span>WDTHCG :</span></dt><dd>1.50</dd><dt><span>WDTHTH :</span></dt><dd>1.50</dd><dt><span>IC2DISPER :</span></dt><dd>F</dd><dt><span>IC2TURB :</span></dt><dd>1.0</dd><dt><span>IC2ROUGH :</span></dt><dd>0.001</dd><dt><span>IC2DMAX :</span></dt><dd>0.3</dd><dt><span>IC2REYNOLDS :</span></dt><dd>150000</dd><dt><span>IC2SMOOTH :</span></dt><dd>200000.</dd><dt><span>IC2VISC :</span></dt><dd>2.</dd><dt><span>ISC1 :</span></dt><dd>0.2</dd><dt><span>IS2C2 :</span></dt><dd>0.</dd><dt><span>IS2C3 :</span></dt><dd>0.</dd><dt><span>IS2BACKSCAT :</span></dt><dd>1.</dd><dt><span>IS2BREAK :</span></dt><dd>T</dd><dt><span>IS2DUPDATE :</span></dt><dd>F</dd><dt><span>IS2CREEPB :</span></dt><dd>0.2E8</dd><dt><span>IS2CREEPD :</span></dt><dd>0.5</dd><dt><span>IS2CREEPN :</span></dt><dd>3.0</dd><dt><span>IS2BREAKE :</span></dt><dd>1.0</dd><dt><span>IS2BREAKF :</span></dt><dd>3.6</dd><dt><span>IS2WIM1 :</span></dt><dd>1.0</dd><dt><span>IS2FLEXSTR :</span></dt><dd>2.7414E+05</dd><dt><span>IS2CREEPC :</span></dt><dd>0.4</dd><dt><span>IS2ANDISB :</span></dt><dd>T</dd><dt><span>IS2ANDISD :</span></dt><dd>0.2E-8</dd><dt><span>IS2ANDISE :</span></dt><dd>0.55</dd><dt><span>IS2ANDISN :</span></dt><dd>1.0</dd><dt><span>REFCOAST :</span></dt><dd>0.05</dd><dt><span>REFCOSP_STRAIGHT :</span></dt><dd>4</dd><dt><span>REFFREQ :</span></dt><dd>1.</dd><dt><span>REFICEBERG :</span></dt><dd>0.2</dd><dt><span>REFMAP :</span></dt><dd>0.</dd><dt><span>REFSLOPE :</span></dt><dd>0.</dd><dt><span>REFSUBGRID :</span></dt><dd>0.1</dd><dt><span>REFRMAX :</span></dt><dd>0.5</dd><dt><span>ICEHINIT :</span></dt><dd>1.</dd><dt><span>ICEHMIN :</span></dt><dd>0.1</dd><dt><span>CICE0 :</span></dt><dd>0.25</dd><dt><span>CICEN :</span></dt><dd>2.00</dd><dt><span>LICE :</span></dt><dd>40000.</dd><dt><span>FLAGTR :</span></dt><dd>4</dd><dt><span>FACBERG :</span></dt><dd>0.2</dd><dt><span>NOSW :</span></dt><dd>6</dd><dt><span>WCOR1 :</span></dt><dd>21.</dd><dt><span>WCOR2 :</span></dt><dd>1.05</dd><dt><span>P2SF :</span></dt><dd>1</dd><dt><span>E3D :</span></dt><dd>1</dd><dt><span>I1P2SF :</span></dt><dd>3</dd><dt><span>I2P2SF :</span></dt><dd>24</dd><dt><span>start_date :</span></dt><dd>1993-01-01 00:00:00</dd><dt><span>stop_date :</span></dt><dd>1993-01-31 21:00:00</dd></dl></div></li></ul></div></div>"
],
"text/plain": [
"<xarray.Dataset>\n",
"Dimensions: (longitude: 720, latitude: 323, time: 248)\n",
"Coordinates:\n",
" * longitude (longitude) float32 -180.0 -179.5 -179.0 ... 178.5 179.0 179.5\n",
" * latitude (latitude) float32 -78.0 -77.5 -77.0 -76.5 ... 82.0 82.5 83.0\n",
" * time (time) datetime64[ns] 1993-01-01 ... 1993-01-31T21:00:00\n",
"Data variables: (12/86)\n",
" MAPSTA (latitude, longitude) int16 ...\n",
" dpt (time, latitude, longitude) float32 ...\n",
" ucur (time, latitude, longitude) float32 ...\n",
" vcur (time, latitude, longitude) float32 ...\n",
" uwnd (time, latitude, longitude) float32 ...\n",
" vwnd (time, latitude, longitude) float32 ...\n",
" ... ...\n",
" vabr (time, latitude, longitude) float32 ...\n",
" uubr (time, latitude, longitude) float32 ...\n",
" vubr (time, latitude, longitude) float32 ...\n",
" mssu (time, latitude, longitude) float32 ...\n",
" mssc (time, latitude, longitude) float32 ...\n",
" mssd (time, latitude, longitude) float32 ...\n",
"Attributes: (12/102)\n",
" WAVEWATCH_III_version_number: 7.00\n",
" WAVEWATCH_III_switches: F90 NOGRB NC4 SCRIP SCRIPNC SHRD PR3 UQ...\n",
" SIN4 namelist parameter BETAMAX: 1.75\n",
" title: WAVEWATCH-III HINDCAST\n",
" netcdf_version: 4.5.2\n",
" product_name: LOPS_WW3-GLOB-30M_199301.nc\n",
" ... ...\n",
" P2SF: 1\n",
" E3D: 1\n",
" I1P2SF: 3\n",
" I2P2SF: 24\n",
" start_date: 1993-01-01 00:00:00\n",
" stop_date: 1993-01-31 21:00:00"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
"<defs>\n",
"<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
"<path d=\"M16 0c-8.837 0-16 2.239-16 5v4c0 2.761 7.163 5 16 5s16-2.239 16-5v-4c0-2.761-7.163-5-16-5z\"></path>\n",
"<path d=\"M16 17c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n",
"<path d=\"M16 26c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n",
"</symbol>\n",
"<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
"<path d=\"M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.122 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z\"></path>\n",
"<path d=\"M23 26h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"<path d=\"M23 22h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"<path d=\"M23 18h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"</symbol>\n",
"</defs>\n",
"</svg>\n",
"<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
" *\n",
" */\n",
"\n",
":root {\n",
" --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
" --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
" --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
" --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
" --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
" --xr-background-color: var(--jp-layout-color0, white);\n",
" --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
" --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
"}\n",
"\n",
"html[theme=dark],\n",
"body[data-theme=dark],\n",
"body.vscode-dark {\n",
" --xr-font-color0: rgba(255, 255, 255, 1);\n",
" --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
" --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
" --xr-border-color: #1F1F1F;\n",
" --xr-disabled-color: #515151;\n",
" --xr-background-color: #111111;\n",
" --xr-background-color-row-even: #111111;\n",
" --xr-background-color-row-odd: #313131;\n",
"}\n",
"\n",
".xr-wrap {\n",
" display: block !important;\n",
" min-width: 300px;\n",
" max-width: 700px;\n",
"}\n",
"\n",
".xr-text-repr-fallback {\n",
" /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
" display: none;\n",
"}\n",
"\n",
".xr-header {\n",
" padding-top: 6px;\n",
" padding-bottom: 6px;\n",
" margin-bottom: 4px;\n",
" border-bottom: solid 1px var(--xr-border-color);\n",
"}\n",
"\n",
".xr-header > div,\n",
".xr-header > ul {\n",
" display: inline;\n",
" margin-top: 0;\n",
" margin-bottom: 0;\n",
"}\n",
"\n",
".xr-obj-type,\n",
".xr-array-name {\n",
" margin-left: 2px;\n",
" margin-right: 10px;\n",
"}\n",
"\n",
".xr-obj-type {\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-sections {\n",
" padding-left: 0 !important;\n",
" display: grid;\n",
" grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
"}\n",
"\n",
".xr-section-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-section-item input {\n",
" display: none;\n",
"}\n",
"\n",
".xr-section-item input + label {\n",
" color: var(--xr-disabled-color);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label {\n",
" cursor: pointer;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label:hover {\n",
" color: var(--xr-font-color0);\n",
"}\n",
"\n",
".xr-section-summary {\n",
" grid-column: 1;\n",
" color: var(--xr-font-color2);\n",
" font-weight: 500;\n",
"}\n",
"\n",
".xr-section-summary > span {\n",
" display: inline-block;\n",
" padding-left: 0.5em;\n",
"}\n",
"\n",
".xr-section-summary-in:disabled + label {\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-summary-in + label:before {\n",
" display: inline-block;\n",
" content: '►';\n",
" font-size: 11px;\n",
" width: 15px;\n",
" text-align: center;\n",
"}\n",
"\n",
".xr-section-summary-in:disabled + label:before {\n",
" color: var(--xr-disabled-color);\n",
"}\n",
"\n",
".xr-section-summary-in:checked + label:before {\n",
" content: '▼';\n",
"}\n",
"\n",
".xr-section-summary-in:checked + label > span {\n",
" display: none;\n",
"}\n",
"\n",
".xr-section-summary,\n",
".xr-section-inline-details {\n",
" padding-top: 4px;\n",
" padding-bottom: 4px;\n",
"}\n",
"\n",
".xr-section-inline-details {\n",
" grid-column: 2 / -1;\n",
"}\n",
"\n",
".xr-section-details {\n",
" display: none;\n",
" grid-column: 1 / -1;\n",
" margin-bottom: 5px;\n",
"}\n",
"\n",
".xr-section-summary-in:checked ~ .xr-section-details {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-array-wrap {\n",
" grid-column: 1 / -1;\n",
" display: grid;\n",
" grid-template-columns: 20px auto;\n",
"}\n",
"\n",
".xr-array-wrap > label {\n",
" grid-column: 1;\n",
" vertical-align: top;\n",
"}\n",
"\n",
".xr-preview {\n",
" color: var(--xr-font-color3);\n",
"}\n",
"\n",
".xr-array-preview,\n",
".xr-array-data {\n",
" padding: 0 5px !important;\n",
" grid-column: 2;\n",
"}\n",
"\n",
".xr-array-data,\n",
".xr-array-in:checked ~ .xr-array-preview {\n",
" display: none;\n",
"}\n",
"\n",
".xr-array-in:checked ~ .xr-array-data,\n",
".xr-array-preview {\n",
" display: inline-block;\n",
"}\n",
"\n",
".xr-dim-list {\n",
" display: inline-block !important;\n",
" list-style: none;\n",
" padding: 0 !important;\n",
" margin: 0;\n",
"}\n",
"\n",
".xr-dim-list li {\n",
" display: inline-block;\n",
" padding: 0;\n",
" margin: 0;\n",
"}\n",
"\n",
".xr-dim-list:before {\n",
" content: '(';\n",
"}\n",
"\n",
".xr-dim-list:after {\n",
" content: ')';\n",
"}\n",
"\n",
".xr-dim-list li:not(:last-child):after {\n",
" content: ',';\n",
" padding-right: 5px;\n",
"}\n",
"\n",
".xr-has-index {\n",
" font-weight: bold;\n",
"}\n",
"\n",
".xr-var-list,\n",
".xr-var-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-var-item > div,\n",
".xr-var-item label,\n",
".xr-var-item > .xr-var-name span {\n",
" background-color: var(--xr-background-color-row-even);\n",
" margin-bottom: 0;\n",
"}\n",
"\n",
".xr-var-item > .xr-var-name:hover span {\n",
" padding-right: 5px;\n",
"}\n",
"\n",
".xr-var-list > li:nth-child(odd) > div,\n",
".xr-var-list > li:nth-child(odd) > label,\n",
".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
" background-color: var(--xr-background-color-row-odd);\n",
"}\n",
"\n",
".xr-var-name {\n",
" grid-column: 1;\n",
"}\n",
"\n",
".xr-var-dims {\n",
" grid-column: 2;\n",
"}\n",
"\n",
".xr-var-dtype {\n",
" grid-column: 3;\n",
" text-align: right;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-var-preview {\n",
" grid-column: 4;\n",
"}\n",
"\n",
".xr-index-preview {\n",
" grid-column: 2 / 5;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-var-name,\n",
".xr-var-dims,\n",
".xr-var-dtype,\n",
".xr-preview,\n",
".xr-attrs dt {\n",
" white-space: nowrap;\n",
" overflow: hidden;\n",
" text-overflow: ellipsis;\n",
" padding-right: 10px;\n",
"}\n",
"\n",
".xr-var-name:hover,\n",
".xr-var-dims:hover,\n",
".xr-var-dtype:hover,\n",
".xr-attrs dt:hover {\n",
" overflow: visible;\n",
" width: auto;\n",
" z-index: 1;\n",
"}\n",
"\n",
".xr-var-attrs,\n",
".xr-var-data,\n",
".xr-index-data {\n",
" display: none;\n",
" background-color: var(--xr-background-color) !important;\n",
" padding-bottom: 5px !important;\n",
"}\n",
"\n",
".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
".xr-var-data-in:checked ~ .xr-var-data,\n",
".xr-index-data-in:checked ~ .xr-index-data {\n",
" display: block;\n",
"}\n",
"\n",
".xr-var-data > table {\n",
" float: right;\n",
"}\n",
"\n",
".xr-var-name span,\n",
".xr-var-data,\n",
".xr-index-name div,\n",
".xr-index-data,\n",
".xr-attrs {\n",
" padding-left: 25px !important;\n",
"}\n",
"\n",
".xr-attrs,\n",
".xr-var-attrs,\n",
".xr-var-data,\n",
".xr-index-data {\n",
" grid-column: 1 / -1;\n",
"}\n",
"\n",
"dl.xr-attrs {\n",
" padding: 0;\n",
" margin: 0;\n",
" display: grid;\n",
" grid-template-columns: 125px auto;\n",
"}\n",
"\n",
".xr-attrs dt,\n",
".xr-attrs dd {\n",
" padding: 0;\n",
" margin: 0;\n",
" float: left;\n",
" padding-right: 10px;\n",
" width: auto;\n",
"}\n",
"\n",
".xr-attrs dt {\n",
" font-weight: normal;\n",
" grid-column: 1;\n",
"}\n",
"\n",
".xr-attrs dt:hover span {\n",
" display: inline-block;\n",
" background: var(--xr-background-color);\n",
" padding-right: 10px;\n",
"}\n",
"\n",
".xr-attrs dd {\n",
" grid-column: 2;\n",
" white-space: pre-wrap;\n",
" word-break: break-all;\n",
"}\n",
"\n",
".xr-icon-database,\n",
".xr-icon-file-text2,\n",
".xr-no-icon {\n",
" display: inline-block;\n",
" vertical-align: middle;\n",
" width: 1em;\n",
" height: 1.5em !important;\n",
" stroke-width: 0;\n",
" stroke: currentColor;\n",
" fill: currentColor;\n",
"}\n",
"</style><pre class='xr-text-repr-fallback'>&lt;xarray.Dataset&gt;\n",
"Dimensions: (longitude: 720, latitude: 323, time: 224)\n",
"Coordinates:\n",
" * longitude (longitude) float32 -180.0 -179.5 -179.0 ... 178.5 179.0 179.5\n",
" * latitude (latitude) float32 -78.0 -77.5 -77.0 -76.5 ... 82.0 82.5 83.0\n",
" * time (time) datetime64[ns] 1993-02-01 ... 1993-02-28T21:00:00\n",
"Data variables: (12/86)\n",
" MAPSTA (latitude, longitude) int16 ...\n",
" dpt (time, latitude, longitude) float32 ...\n",
" ucur (time, latitude, longitude) float32 ...\n",
" vcur (time, latitude, longitude) float32 ...\n",
" uwnd (time, latitude, longitude) float32 ...\n",
" vwnd (time, latitude, longitude) float32 ...\n",
" ... ...\n",
" vabr (time, latitude, longitude) float32 ...\n",
" uubr (time, latitude, longitude) float32 ...\n",
" vubr (time, latitude, longitude) float32 ...\n",
" mssu (time, latitude, longitude) float32 ...\n",
" mssc (time, latitude, longitude) float32 ...\n",
" mssd (time, latitude, longitude) float32 ...\n",
"Attributes: (12/102)\n",
" WAVEWATCH_III_version_number: 7.00\n",
" WAVEWATCH_III_switches: F90 NOGRB NC4 SCRIP SCRIPNC SHRD PR3 UQ...\n",
" SIN4 namelist parameter BETAMAX: 1.75\n",
" title: WAVEWATCH-III HINDCAST\n",
" netcdf_version: 4.5.2\n",
" product_name: LOPS_WW3-GLOB-30M_199302.nc\n",
" ... ...\n",
" P2SF: 1\n",
" E3D: 1\n",
" I1P2SF: 3\n",
" I2P2SF: 24\n",
" start_date: 1993-02-01 00:00:00\n",
" stop_date: 1993-02-28 21:00:00</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-10d737ef-c66e-4713-bcf6-678d492fae4e' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-10d737ef-c66e-4713-bcf6-678d492fae4e' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>longitude</span>: 720</li><li><span class='xr-has-index'>latitude</span>: 323</li><li><span class='xr-has-index'>time</span>: 224</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-aa2d5edf-085b-456c-b5b0-ad89ddf1ca9d' class='xr-section-summary-in' type='checkbox' checked><label for='section-aa2d5edf-085b-456c-b5b0-ad89ddf1ca9d' class='xr-section-summary' >Coordinates: <span>(3)</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 class='xr-has-index'>longitude</span></div><div class='xr-var-dims'>(longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>-180.0 -179.5 ... 179.0 179.5</div><input id='attrs-d26b6925-646e-4221-806f-eb27e732ef59' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d26b6925-646e-4221-806f-eb27e732ef59' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5d6825a8-1e1d-43fc-9fb5-207842fbe736' class='xr-var-data-in' type='checkbox'><label for='data-5d6825a8-1e1d-43fc-9fb5-207842fbe736' 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>units :</span></dt><dd>degree_east</dd><dt><span>long_name :</span></dt><dd>longitude</dd><dt><span>standard_name :</span></dt><dd>longitude</dd><dt><span>valid_min :</span></dt><dd>-180.0</dd><dt><span>valid_max :</span></dt><dd>360.0</dd><dt><span>axis :</span></dt><dd>X</dd></dl></div><div class='xr-var-data'><pre>array([-180. , -179.5, -179. , ..., 178.5, 179. , 179.5], dtype=float32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>latitude</span></div><div class='xr-var-dims'>(latitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>-78.0 -77.5 -77.0 ... 82.5 83.0</div><input id='attrs-9e5be9e9-300c-4996-a156-23de2ca0b8fa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9e5be9e9-300c-4996-a156-23de2ca0b8fa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1203ef80-9e14-48f4-a157-df2f2edac92d' class='xr-var-data-in' type='checkbox'><label for='data-1203ef80-9e14-48f4-a157-df2f2edac92d' 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>units :</span></dt><dd>degree_north</dd><dt><span>long_name :</span></dt><dd>latitude</dd><dt><span>standard_name :</span></dt><dd>latitude</dd><dt><span>valid_min :</span></dt><dd>-90.0</dd><dt><span>valid_max :</span></dt><dd>180.0</dd><dt><span>axis :</span></dt><dd>Y</dd></dl></div><div class='xr-var-data'><pre>array([-78. , -77.5, -77. , ..., 82. , 82.5, 83. ], dtype=float32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>time</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>1993-02-01 ... 1993-02-28T21:00:00</div><input id='attrs-d34ec640-bc64-4c6c-a4cc-fe3bd5bc8d27' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d34ec640-bc64-4c6c-a4cc-fe3bd5bc8d27' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e2a94341-7062-4756-b49e-8146a9da297d' class='xr-var-data-in' type='checkbox'><label for='data-e2a94341-7062-4756-b49e-8146a9da297d' 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>julian day (UT)</dd><dt><span>standard_name :</span></dt><dd>time</dd><dt><span>conventions :</span></dt><dd>relative julian days with decimal part (as parts of the day )</dd><dt><span>axis :</span></dt><dd>T</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;1993-02-01T00:00:00.000000000&#x27;, &#x27;1993-02-01T03:00:00.000000000&#x27;,\n",
" &#x27;1993-02-01T06:00:00.000000000&#x27;, ..., &#x27;1993-02-28T15:00:00.000000000&#x27;,\n",
" &#x27;1993-02-28T18:00:00.000000000&#x27;, &#x27;1993-02-28T21:00:00.000000000&#x27;],\n",
" dtype=&#x27;datetime64[ns]&#x27;)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-ac116744-057f-4eb8-a562-dbb7f1f64fa8' class='xr-section-summary-in' type='checkbox' ><label for='section-ac116744-057f-4eb8-a562-dbb7f1f64fa8' class='xr-section-summary' >Data variables: <span>(86)</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>MAPSTA</span></div><div class='xr-var-dims'>(latitude, longitude)</div><div class='xr-var-dtype'>int16</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5515bbfa-c62f-490a-99d1-54053265b905' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5515bbfa-c62f-490a-99d1-54053265b905' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b9eb892f-0ed0-4294-b823-3e03d2767e75' class='xr-var-data-in' type='checkbox'><label for='data-b9eb892f-0ed0-4294-b823-3e03d2767e75' 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>status map</dd><dt><span>standard_name :</span></dt><dd>status map</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>-32</dd><dt><span>valid_max :</span></dt><dd>32</dd></dl></div><div class='xr-var-data'><pre>[232560 values with dtype=int16]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dpt</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ff86e7cf-0442-43d9-b3b3-3a7da86c9f5e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ff86e7cf-0442-43d9-b3b3-3a7da86c9f5e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-efde84e0-eacd-420d-9d52-ee7aff42bb9e' class='xr-var-data-in' type='checkbox'><label for='data-efde84e0-eacd-420d-9d52-ee7aff42bb9e' 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>depth</dd><dt><span>standard_name :</span></dt><dd>depth</dd><dt><span>globwave_name :</span></dt><dd>depth</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>-90000</dd><dt><span>valid_max :</span></dt><dd>140000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ucur</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e0bb96f4-9fdc-42b9-865c-56f861e0160d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e0bb96f4-9fdc-42b9-865c-56f861e0160d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5a43849d-2057-40de-af29-a99c171a947c' class='xr-var-data-in' type='checkbox'><label for='data-5a43849d-2057-40de-af29-a99c171a947c' 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>eastward current</dd><dt><span>standard_name :</span></dt><dd>eastward_sea_water_velocity</dd><dt><span>globwave_name :</span></dt><dd>eastward_sea_water_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>cur=sqrt(U**2+V**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vcur</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8d9a02c0-6ff3-4737-94c0-ad9cec972b2b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8d9a02c0-6ff3-4737-94c0-ad9cec972b2b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d10adb3b-fa58-476e-9986-e2b9011bd0e2' class='xr-var-data-in' type='checkbox'><label for='data-d10adb3b-fa58-476e-9986-e2b9011bd0e2' 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>northward current</dd><dt><span>standard_name :</span></dt><dd>northward_sea_water_velocity</dd><dt><span>globwave_name :</span></dt><dd>northward_sea_water_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>cur=sqrt(U**2+V**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uwnd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-211425c8-4305-43f4-a316-f88adc959ebb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-211425c8-4305-43f4-a316-f88adc959ebb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1bcde73b-0201-46c4-b090-80554ebda709' class='xr-var-data-in' type='checkbox'><label for='data-1bcde73b-0201-46c4-b090-80554ebda709' 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>eastward_wind</dd><dt><span>standard_name :</span></dt><dd>eastward_wind</dd><dt><span>globwave_name :</span></dt><dd>eastward_wind</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>wind=sqrt(U10**2+V10**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vwnd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e022f795-2b9a-4fc0-a956-a2547ad8737e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e022f795-2b9a-4fc0-a956-a2547ad8737e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4343d1d6-c01e-4ad5-9b56-caf07eff1ba7' class='xr-var-data-in' type='checkbox'><label for='data-4343d1d6-c01e-4ad5-9b56-caf07eff1ba7' 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>northward_wind</dd><dt><span>standard_name :</span></dt><dd>northward_wind</dd><dt><span>globwave_name :</span></dt><dd>northward_wind</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>wind=sqrt(U10**2+V10**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ice</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b4dce96e-a87a-40a4-ab72-9739ec112e7d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b4dce96e-a87a-40a4-ab72-9739ec112e7d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-82a05fb0-9018-4755-8081-c5710c57c9f9' class='xr-var-data-in' type='checkbox'><label for='data-82a05fb0-9018-4755-8081-c5710c57c9f9' 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>sea ice area fraction</dd><dt><span>standard_name :</span></dt><dd>sea_ice_area_fraction</dd><dt><span>globwave_name :</span></dt><dd>sea_ice_area_fraction</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ibg</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-134129b0-a1cc-453e-9fef-ed62ec0b0836' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-134129b0-a1cc-453e-9fef-ed62ec0b0836' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6fc9c02d-f604-4540-b334-b49d56b239af' class='xr-var-data-in' type='checkbox'><label for='data-6fc9c02d-f604-4540-b334-b49d56b239af' 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>icebergs_damping</dd><dt><span>standard_name :</span></dt><dd>icebergs_induced_attenuation_scale_for_waves</dd><dt><span>globwave_name :</span></dt><dd>icebergs_damping</dd><dt><span>units :</span></dt><dd>km-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ic1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ae86e3e0-5ae5-4c2e-9c3c-b26cc57c581c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ae86e3e0-5ae5-4c2e-9c3c-b26cc57c581c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-35cdc829-5510-4062-95ae-bc5219ddd19d' class='xr-var-data-in' type='checkbox'><label for='data-35cdc829-5510-4062-95ae-bc5219ddd19d' 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>ice thickness</dd><dt><span>standard_name :</span></dt><dd>ice_thickness</dd><dt><span>globwave_name :</span></dt><dd>ice_thickness</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ic5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ab356832-014c-437a-b75b-a84e3e2f2f3e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ab356832-014c-437a-b75b-a84e3e2f2f3e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fc6e465d-16d2-444e-8ca0-7a70cd744954' class='xr-var-data-in' type='checkbox'><label for='data-fc6e465d-16d2-444e-8ca0-7a70cd744954' 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>maximum floe diameter</dd><dt><span>standard_name :</span></dt><dd>maximum_ice_floe_diameter</dd><dt><span>globwave_name :</span></dt><dd>maximum_ice_floe_diameter</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>hs</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ec8c56b3-6bd0-4a47-8be4-d5de9c86cd7e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ec8c56b3-6bd0-4a47-8be4-d5de9c86cd7e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-aaec9416-e7f6-438e-9905-db3600a676b5' class='xr-var-data-in' type='checkbox'><label for='data-aaec9416-e7f6-438e-9905-db3600a676b5' 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>significant height of wind and swell waves</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lm</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-456b1d9e-edda-4ead-aabf-442e4c1b3088' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-456b1d9e-edda-4ead-aabf-442e4c1b3088' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-593e5261-4948-45d0-b969-f7b41f543934' class='xr-var-data-in' type='checkbox'><label for='data-593e5261-4948-45d0-b969-f7b41f543934' 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>mean wave length</dd><dt><span>standard_name :</span></dt><dd>mean_wave_length</dd><dt><span>globwave_name :</span></dt><dd>mean_wave_length</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3200</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t02</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e3b93369-ec59-4ed7-9111-ee73174756e4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e3b93369-ec59-4ed7-9111-ee73174756e4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-01a0da73-eff5-4afd-a8c8-870bd03fdbd6' class='xr-var-data-in' type='checkbox'><label for='data-01a0da73-eff5-4afd-a8c8-870bd03fdbd6' 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>mean period T02</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_second_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t02</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t0m1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-16a0fc80-3d09-4314-95d6-5aac663ba66f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-16a0fc80-3d09-4314-95d6-5aac663ba66f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9069cea9-d24d-4ef6-9216-866b1b701dc4' class='xr-var-data-in' type='checkbox'><label for='data-9069cea9-d24d-4ef6-9216-866b1b701dc4' 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>mean period T0m1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_inverse_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t0m1</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t01</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d267df03-027f-4751-92c9-2f9fffa0c422' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d267df03-027f-4751-92c9-2f9fffa0c422' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c7c13963-9281-4ccb-9155-3664954d44ba' class='xr-var-data-in' type='checkbox'><label for='data-c7c13963-9281-4ccb-9155-3664954d44ba' 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>mean period T01</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_first_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t01</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>fp</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-73b47b53-6606-4d00-bbd6-996b7e06b0d7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-73b47b53-6606-4d00-bbd6-996b7e06b0d7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-eb8f54a6-7e7b-4614-86f5-1e1921e0c76e' class='xr-var-data-in' type='checkbox'><label for='data-eb8f54a6-7e7b-4614-86f5-1e1921e0c76e' 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>wave peak frequency</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_frequency</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_frequency</dd><dt><span>units :</span></dt><dd>s-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dir</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bfdf35dd-243d-4078-9720-e686ba8cf4c5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bfdf35dd-243d-4078-9720-e686ba8cf4c5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-35907c93-31fb-41a1-8c3e-67b0b41ba4d1' class='xr-var-data-in' type='checkbox'><label for='data-35907c93-31fb-41a1-8c3e-67b0b41ba4d1' 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>wave mean direction</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>spr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-09510b9b-9c82-4efc-bf5b-018094ec5246' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-09510b9b-9c82-4efc-bf5b-018094ec5246' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-00c6616f-4e7b-44d5-a478-0e192aa71ba6' class='xr-var-data-in' type='checkbox'><label for='data-00c6616f-4e7b-44d5-a478-0e192aa71ba6' 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>directional spread</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread</dd><dt><span>globwave_name :</span></dt><dd>directional_spread</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dp</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b05bf17d-fb22-4bdf-8bda-b1d243e6a6f5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b05bf17d-fb22-4bdf-8bda-b1d243e6a6f5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f6dd5034-b18a-405c-b790-19c04254e5dd' class='xr-var-data-in' type='checkbox'><label for='data-f6dd5034-b18a-405c-b790-19c04254e5dd' 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>peak direction</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_direction</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>360</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bc0ff17e-dd4d-4f09-b44b-d60f6cc08246' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bc0ff17e-dd4d-4f09-b44b-d60f6cc08246' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3c92d407-b3a5-4f01-be2f-923576f78e0e' class='xr-var-data-in' type='checkbox'><label for='data-3c92d407-b3a5-4f01-be2f-923576f78e0e' 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>wave significant height partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_0</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_0</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ed29d4c7-5db4-468f-add0-6e693af8b194' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ed29d4c7-5db4-468f-add0-6e693af8b194' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-47dd1f79-65b6-4619-91c3-f03d6021832d' class='xr-var-data-in' type='checkbox'><label for='data-47dd1f79-65b6-4619-91c3-f03d6021832d' 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>wave significant height partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_1</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_1</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-722c3553-eb74-41a1-87a6-5c67f3a44d23' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-722c3553-eb74-41a1-87a6-5c67f3a44d23' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e408cc2c-e7e2-4a32-bf39-a7bf40cfb78f' class='xr-var-data-in' type='checkbox'><label for='data-e408cc2c-e7e2-4a32-bf39-a7bf40cfb78f' 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>wave significant height partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_2</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_2</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-faa8cd06-ef5e-4b83-a1cf-7c9e1be34cb4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-faa8cd06-ef5e-4b83-a1cf-7c9e1be34cb4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e1930f69-d087-45ec-b97f-270e0d17db04' class='xr-var-data-in' type='checkbox'><label for='data-e1930f69-d087-45ec-b97f-270e0d17db04' 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>wave significant height partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_3</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_3</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-18078b7b-0ebf-43ee-b507-988e68beba08' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-18078b7b-0ebf-43ee-b507-988e68beba08' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f62af56d-e548-4630-bfd2-a4ba90f346ab' class='xr-var-data-in' type='checkbox'><label for='data-f62af56d-e548-4630-bfd2-a4ba90f346ab' 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>wave significant height partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_4</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_4</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-35143d7b-495e-4092-8e06-bf4b8943667d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-35143d7b-495e-4092-8e06-bf4b8943667d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b44809a6-b4a5-4c92-92cf-b47be114373f' class='xr-var-data-in' type='checkbox'><label for='data-b44809a6-b4a5-4c92-92cf-b47be114373f' 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>wave significant height partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_5</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_5</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-30b58081-5b92-429a-bfeb-186769db2e5c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-30b58081-5b92-429a-bfeb-186769db2e5c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bcd2b244-6fb5-414c-976a-3530c2c9da7b' class='xr-var-data-in' type='checkbox'><label for='data-bcd2b244-6fb5-414c-976a-3530c2c9da7b' 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>peak period partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_0</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_0</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d1482f69-e7d6-4541-be14-d1d0c324ee37' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d1482f69-e7d6-4541-be14-d1d0c324ee37' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d543a7a3-f266-4de6-928d-9c187637cb4a' class='xr-var-data-in' type='checkbox'><label for='data-d543a7a3-f266-4de6-928d-9c187637cb4a' 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>peak period partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_1</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_1</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4c9f4933-a9b1-4da3-90af-b58f3a093143' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4c9f4933-a9b1-4da3-90af-b58f3a093143' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3081671b-9a40-4f76-badc-65316d2b7305' class='xr-var-data-in' type='checkbox'><label for='data-3081671b-9a40-4f76-badc-65316d2b7305' 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>peak period partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_2</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_2</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ccdaf153-d9ff-4dfa-9272-3440c9cedd94' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ccdaf153-d9ff-4dfa-9272-3440c9cedd94' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-23624782-026a-48f4-a05b-fcd183814851' class='xr-var-data-in' type='checkbox'><label for='data-23624782-026a-48f4-a05b-fcd183814851' 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>peak period partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_3</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_3</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a5ed2588-995b-4ee6-9734-11b26a5aa660' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a5ed2588-995b-4ee6-9734-11b26a5aa660' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-58099621-a288-453f-9fa5-19bca202715f' class='xr-var-data-in' type='checkbox'><label for='data-58099621-a288-453f-9fa5-19bca202715f' 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>peak period partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_4</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_4</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-80c7e2f5-6ead-429f-b852-d6ac10123d56' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-80c7e2f5-6ead-429f-b852-d6ac10123d56' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-641d5111-69d9-4692-b2ec-caddbf9a62d5' class='xr-var-data-in' type='checkbox'><label for='data-641d5111-69d9-4692-b2ec-caddbf9a62d5' 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>peak period partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_5</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_5</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-25bdc07b-7c9f-41a1-a35b-e5bf7b2b2c9c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-25bdc07b-7c9f-41a1-a35b-e5bf7b2b2c9c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3697522d-d80c-48b1-afff-66ca16b20894' class='xr-var-data-in' type='checkbox'><label for='data-3697522d-d80c-48b1-afff-66ca16b20894' 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>peak wave length partition 0</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_0</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_0</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3b13f685-d5b6-4909-8e1b-9f7ef48796f1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3b13f685-d5b6-4909-8e1b-9f7ef48796f1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-391ffa3a-5e09-4b41-afee-14e89fdfc410' class='xr-var-data-in' type='checkbox'><label for='data-391ffa3a-5e09-4b41-afee-14e89fdfc410' 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>peak wave length partition 1</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_1</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_1</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f3689e42-9d6a-4e34-b63d-e5c01641993f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f3689e42-9d6a-4e34-b63d-e5c01641993f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1b624942-9677-41d6-9bdb-fd3addea0af5' class='xr-var-data-in' type='checkbox'><label for='data-1b624942-9677-41d6-9bdb-fd3addea0af5' 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>peak wave length partition 2</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_2</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_2</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-df8c92c7-7f27-4586-b788-f70f7445b795' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-df8c92c7-7f27-4586-b788-f70f7445b795' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f004f524-13b0-4a61-be9f-b6ce039d8542' class='xr-var-data-in' type='checkbox'><label for='data-f004f524-13b0-4a61-be9f-b6ce039d8542' 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>peak wave length partition 3</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_3</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_3</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-76d78ea7-fdcf-48d7-9aca-9aa2f70830e5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-76d78ea7-fdcf-48d7-9aca-9aa2f70830e5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1d221ebb-03c2-4133-9ffc-8c5b8c63742f' class='xr-var-data-in' type='checkbox'><label for='data-1d221ebb-03c2-4133-9ffc-8c5b8c63742f' 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>peak wave length partition 4</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_4</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_4</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-24b0bbbf-3cac-4fc5-b89e-ecf9fb7209dc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-24b0bbbf-3cac-4fc5-b89e-ecf9fb7209dc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6e7c77d3-aff1-4334-93d5-f7fa56edbbb9' class='xr-var-data-in' type='checkbox'><label for='data-6e7c77d3-aff1-4334-93d5-f7fa56edbbb9' 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>peak wave length partition 5</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_5</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_5</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-faa80fd8-1335-4352-a3ca-c49a900b85d0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-faa80fd8-1335-4352-a3ca-c49a900b85d0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e0635c86-6ed9-4b42-af92-a9dea75d39fa' class='xr-var-data-in' type='checkbox'><label for='data-e0635c86-6ed9-4b42-af92-a9dea75d39fa' 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>wave mean direction partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_0</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-573231d6-32e7-43cd-83e4-b5db430ccecc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-573231d6-32e7-43cd-83e4-b5db430ccecc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a0610833-6e82-4855-b838-f150acce4492' class='xr-var-data-in' type='checkbox'><label for='data-a0610833-6e82-4855-b838-f150acce4492' 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>wave mean direction partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_1</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-235f6c35-bfee-4304-857b-0ff1ecdf4192' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-235f6c35-bfee-4304-857b-0ff1ecdf4192' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bd0cfa6e-97ed-4a18-aaaf-651033c12585' class='xr-var-data-in' type='checkbox'><label for='data-bd0cfa6e-97ed-4a18-aaaf-651033c12585' 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>wave mean direction partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_2</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ad46c3a0-8fef-4c84-9d4a-cb4f5546decb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ad46c3a0-8fef-4c84-9d4a-cb4f5546decb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a39c0487-4fc4-4523-9cbe-6503cdfc8281' class='xr-var-data-in' type='checkbox'><label for='data-a39c0487-4fc4-4523-9cbe-6503cdfc8281' 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>wave mean direction partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_3</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ba763f02-1677-41f4-9740-e3b2c6953ad6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ba763f02-1677-41f4-9740-e3b2c6953ad6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-773a90cc-c122-487c-82f7-d6dbc3540cf7' class='xr-var-data-in' type='checkbox'><label for='data-773a90cc-c122-487c-82f7-d6dbc3540cf7' 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>wave mean direction partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_4</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8f4d255e-91c9-49e0-9b5c-01e1a4314422' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8f4d255e-91c9-49e0-9b5c-01e1a4314422' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2edc2d12-bb94-478d-a4af-f52a62d17f29' class='xr-var-data-in' type='checkbox'><label for='data-2edc2d12-bb94-478d-a4af-f52a62d17f29' 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>wave mean direction partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_5</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-469ea64f-e396-4962-a4ce-332552ed57b1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-469ea64f-e396-4962-a4ce-332552ed57b1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0d490170-20c6-468e-919c-b5b94b5f02ca' class='xr-var-data-in' type='checkbox'><label for='data-0d490170-20c6-468e-919c-b5b94b5f02ca' 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>directional spread partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_0</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-aed7e172-7d6d-45db-9c67-fc21b27666b9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-aed7e172-7d6d-45db-9c67-fc21b27666b9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-71216588-6b73-4ef1-ba94-c40ca17bab5f' class='xr-var-data-in' type='checkbox'><label for='data-71216588-6b73-4ef1-ba94-c40ca17bab5f' 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>directional spread partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_1</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bd0bf6d7-d316-4f6e-b04c-31bb0f5e4b8a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bd0bf6d7-d316-4f6e-b04c-31bb0f5e4b8a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f815ac6f-9fd4-4352-aa98-6bd22ec98dc9' class='xr-var-data-in' type='checkbox'><label for='data-f815ac6f-9fd4-4352-aa98-6bd22ec98dc9' 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>directional spread partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_2</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c2b2104b-4545-4d29-a36d-069d74a46d16' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c2b2104b-4545-4d29-a36d-069d74a46d16' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b91d6708-00df-4eed-bf9e-0bce25ad42cf' class='xr-var-data-in' type='checkbox'><label for='data-b91d6708-00df-4eed-bf9e-0bce25ad42cf' 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>directional spread partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_3</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-80537216-3582-4e8d-aa6c-691391d79b74' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-80537216-3582-4e8d-aa6c-691391d79b74' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a02f5585-b6a5-4ced-9ad3-e4f655145568' class='xr-var-data-in' type='checkbox'><label for='data-a02f5585-b6a5-4ced-9ad3-e4f655145568' 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>directional spread partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_4</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7c4d3031-f7a2-488f-841f-4c76844d149c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7c4d3031-f7a2-488f-841f-4c76844d149c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cd37a498-ad93-48c8-aa4b-a124b663f475' class='xr-var-data-in' type='checkbox'><label for='data-cd37a498-ad93-48c8-aa4b-a124b663f475' 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>directional spread partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_5</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bcad8368-5dcd-436f-a7c1-8ad98ac009ae' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bcad8368-5dcd-436f-a7c1-8ad98ac009ae' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ee76fa9a-d0d4-49db-8bce-23f492dfef2a' class='xr-var-data-in' type='checkbox'><label for='data-ee76fa9a-d0d4-49db-8bce-23f492dfef2a' 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>wind sea fraction in partition 0</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_0</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_0</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ee549309-5823-48d6-974a-b8e63d43e71b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ee549309-5823-48d6-974a-b8e63d43e71b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-54b8d700-9cbe-4b15-ad3d-1a14328df17c' class='xr-var-data-in' type='checkbox'><label for='data-54b8d700-9cbe-4b15-ad3d-1a14328df17c' 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>wind sea fraction in partition 1</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_1</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_1</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-05634df3-ebd0-4423-888c-dcc81fc7a1f6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-05634df3-ebd0-4423-888c-dcc81fc7a1f6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bb12b965-a716-45ae-8ad4-fde77ed89141' class='xr-var-data-in' type='checkbox'><label for='data-bb12b965-a716-45ae-8ad4-fde77ed89141' 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>wind sea fraction in partition 2</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_2</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_2</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cbf0bce9-3907-4fb9-a015-b104da5b02d8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cbf0bce9-3907-4fb9-a015-b104da5b02d8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1ff7c915-c0c4-40c6-b8e8-9f3f6b96f102' class='xr-var-data-in' type='checkbox'><label for='data-1ff7c915-c0c4-40c6-b8e8-9f3f6b96f102' 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>wind sea fraction in partition 3</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_3</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_3</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-677b1058-13f3-4bca-8b32-3981c84516ed' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-677b1058-13f3-4bca-8b32-3981c84516ed' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0453533c-2294-4d40-bde5-937e5a59f308' class='xr-var-data-in' type='checkbox'><label for='data-0453533c-2294-4d40-bde5-937e5a59f308' 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>wind sea fraction in partition 4</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_4</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_4</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-dbe9fbdd-d8be-4d13-b187-f2739f701195' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-dbe9fbdd-d8be-4d13-b187-f2739f701195' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3f92d123-ee15-4572-8169-e91cef28402c' class='xr-var-data-in' type='checkbox'><label for='data-3f92d123-ee15-4572-8169-e91cef28402c' 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>wind sea fraction in partition 5</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_5</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_5</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ad7df61b-7c7f-4f06-af4b-767ffdb5b01c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ad7df61b-7c7f-4f06-af4b-767ffdb5b01c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-31894be7-13ea-4f97-af49-f2c62ffc1da9' class='xr-var-data-in' type='checkbox'><label for='data-31894be7-13ea-4f97-af49-f2c62ffc1da9' 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>peak direction partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_0</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-abb37390-9f9f-48b8-9eac-95b26d0164c3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-abb37390-9f9f-48b8-9eac-95b26d0164c3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b4a4819e-a487-4826-bee3-8109ea6d69d9' class='xr-var-data-in' type='checkbox'><label for='data-b4a4819e-a487-4826-bee3-8109ea6d69d9' 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>peak direction partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_1</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b088ff1f-8087-4113-aa43-f8cbfa50a577' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b088ff1f-8087-4113-aa43-f8cbfa50a577' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9412800b-bdea-4d94-bb3a-619ccd508a75' class='xr-var-data-in' type='checkbox'><label for='data-9412800b-bdea-4d94-bb3a-619ccd508a75' 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>peak direction partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_2</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d88d8ddf-7d2b-47df-87ae-8703349f8cf2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d88d8ddf-7d2b-47df-87ae-8703349f8cf2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-148ce361-aef0-42c7-9747-c006262abc46' class='xr-var-data-in' type='checkbox'><label for='data-148ce361-aef0-42c7-9747-c006262abc46' 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>peak direction partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_3</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-75bca235-3878-45cc-b7b9-8d5950471e15' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-75bca235-3878-45cc-b7b9-8d5950471e15' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e98412b5-4652-4fdf-b308-467028b725f9' class='xr-var-data-in' type='checkbox'><label for='data-e98412b5-4652-4fdf-b308-467028b725f9' 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>peak direction partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_4</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c382cd98-e0bf-47fe-b882-a4fad9da749b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c382cd98-e0bf-47fe-b882-a4fad9da749b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b0d125fe-9cc2-4700-a7d9-218efe27199e' class='xr-var-data-in' type='checkbox'><label for='data-b0d125fe-9cc2-4700-a7d9-218efe27199e' 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>peak direction partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_5</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tws</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9e003a3b-61cd-4ae5-a7ce-cc7981f2311c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9e003a3b-61cd-4ae5-a7ce-cc7981f2311c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6424bb42-8d24-48a3-af38-880bece6e007' class='xr-var-data-in' type='checkbox'><label for='data-6424bb42-8d24-48a3-af38-880bece6e007' 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>wind sea fraction</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uust</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-df197496-47b7-4477-baa8-3255d5aa81a3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-df197496-47b7-4477-baa8-3255d5aa81a3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9dce4bc0-6ea1-4cc5-a1ef-6874a599e68b' class='xr-var-data-in' type='checkbox'><label for='data-9dce4bc0-6ea1-4cc5-a1ef-6874a599e68b' 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>eastward friction velocity</dd><dt><span>standard_name :</span></dt><dd>eastward_friction_velocity</dd><dt><span>globwave_name :</span></dt><dd>eastward_friction_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>ust=sqrt(uust**2+vust**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vust</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8e402799-afb0-4061-bc0c-a60ab48df157' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8e402799-afb0-4061-bc0c-a60ab48df157' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9c2c5bae-6c58-4946-ad21-1000895b3c4d' class='xr-var-data-in' type='checkbox'><label for='data-9c2c5bae-6c58-4946-ad21-1000895b3c4d' 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>northward friction velocity</dd><dt><span>standard_name :</span></dt><dd>northward_friction_velocity</dd><dt><span>globwave_name :</span></dt><dd>northward_friction_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>ust=sqrt(uust**2+vust**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>cha</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-33897ab0-2b1f-4143-ae0f-f686b471ddef' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-33897ab0-2b1f-4143-ae0f-f686b471ddef' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4871eb06-ab2b-455c-b660-8175466b8ad9' class='xr-var-data-in' type='checkbox'><label for='data-4871eb06-ab2b-455c-b660-8175466b8ad9' 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>charnock coefficient for surface roughness length for momentum in air</dd><dt><span>standard_name :</span></dt><dd>charnock_coefficient_for_surface_roughness_length_for_momentum_in_air</dd><dt><span>globwave_name :</span></dt><dd>charnock_coefficient</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32700</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>cge</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3d381815-d946-4c90-90ae-d14dbf44addb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3d381815-d946-4c90-90ae-d14dbf44addb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-856a2a22-80eb-46c2-bbbc-17c016c600ca' class='xr-var-data-in' type='checkbox'><label for='data-856a2a22-80eb-46c2-bbbc-17c016c600ca' 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>wave energy flux</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_energy_flux</dd><dt><span>globwave_name :</span></dt><dd>wave_energy_flux</dd><dt><span>units :</span></dt><dd>kW m-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>9990</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>faw</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-27f3b9cb-33b7-4863-9288-35137691714a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-27f3b9cb-33b7-4863-9288-35137691714a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-62ea61c9-e7ef-47a3-9235-2291fc424ef2' class='xr-var-data-in' type='checkbox'><label for='data-62ea61c9-e7ef-47a3-9235-2291fc424ef2' 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>wind to wave energy flux</dd><dt><span>standard_name :</span></dt><dd>wind_mixing_energy_flux_into_sea_water</dd><dt><span>globwave_name :</span></dt><dd>wind_to_wave_energy_flux</dd><dt><span>units :</span></dt><dd>W m-2</dd><dt><span>valid_min :</span></dt><dd>0.0</dd><dt><span>valid_max :</span></dt><dd>9990.0</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utaw</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-881fd85c-c72f-4303-83df-a310c3e9b783' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-881fd85c-c72f-4303-83df-a310c3e9b783' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c2e82ab4-9624-4fb8-b085-90494b5000c1' class='xr-var-data-in' type='checkbox'><label for='data-c2e82ab4-9624-4fb8-b085-90494b5000c1' 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>eastward wave supported wind stress</dd><dt><span>standard_name :</span></dt><dd>eastward_wave_supported_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>eastward_wave_supported_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>taw=sqrt(utaw**2+vtaw**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtaw</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-35b4b5e5-a9dc-46b2-b7ad-7c4c79c56734' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-35b4b5e5-a9dc-46b2-b7ad-7c4c79c56734' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2d0c9c51-403d-45e7-9637-abf963f38950' class='xr-var-data-in' type='checkbox'><label for='data-2d0c9c51-403d-45e7-9637-abf963f38950' 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>northward wave supported wind stress</dd><dt><span>standard_name :</span></dt><dd>northward_wave_supported_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>northward_wave_supported_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>taw=sqrt(utaw**2+vtaw**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utwa</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7f5e00b9-60ae-442b-bf7e-56bfe3e14915' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7f5e00b9-60ae-442b-bf7e-56bfe3e14915' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3415bccd-810a-46c1-8ef2-477c967261d7' class='xr-var-data-in' type='checkbox'><label for='data-3415bccd-810a-46c1-8ef2-477c967261d7' 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>eastward wave to wind stress</dd><dt><span>standard_name :</span></dt><dd>eastward_wave_to_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>eastward_wave_to_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>twa=sqrt(utwa**2+vtwa**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtwa</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-436ff77c-7064-4d8b-9fb8-5dba0b30391c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-436ff77c-7064-4d8b-9fb8-5dba0b30391c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e64ddbce-2380-4134-838c-60404f4478d2' class='xr-var-data-in' type='checkbox'><label for='data-e64ddbce-2380-4134-838c-60404f4478d2' 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>northward wave to wind stress</dd><dt><span>standard_name :</span></dt><dd>northward_wave_to_wind_stress</dd><dt><span>globwave_name :</span></dt><dd>northward_wave_to_wind_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>twa=sqrt(utwa**2+vtwa**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wcc</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e16433c2-66c3-4e04-9a42-45ed743cd94b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e16433c2-66c3-4e04-9a42-45ed743cd94b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fe8a99da-c8b8-4441-8640-1d71ec06121f' class='xr-var-data-in' type='checkbox'><label for='data-fe8a99da-c8b8-4441-8640-1d71ec06121f' 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>whitecap coverage</dd><dt><span>standard_name :</span></dt><dd>whitecap_coverage</dd><dt><span>globwave_name :</span></dt><dd>whitecap_coverage</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utwo</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b9ad65e6-ec63-4c5c-af19-7ffcb7c3ed06' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b9ad65e6-ec63-4c5c-af19-7ffcb7c3ed06' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1f075701-49f2-44b0-b17f-5b85b1413676' class='xr-var-data-in' type='checkbox'><label for='data-1f075701-49f2-44b0-b17f-5b85b1413676' 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>eastward wave to ocean stress</dd><dt><span>standard_name :</span></dt><dd>eastward_wave_to_ocean_stress</dd><dt><span>globwave_name :</span></dt><dd>eastward_wave_to_ocean_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>two=sqrt(utwo**2+vtwo**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtwo</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6b80fd51-5aaa-4c91-9a9f-bc1f6fc799b1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6b80fd51-5aaa-4c91-9a9f-bc1f6fc799b1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-da873f71-ef56-4e7f-9cce-f789bdb1028f' class='xr-var-data-in' type='checkbox'><label for='data-da873f71-ef56-4e7f-9cce-f789bdb1028f' 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>northward wave to ocean stress</dd><dt><span>standard_name :</span></dt><dd>northward_wave_to_ocean_stress</dd><dt><span>globwave_name :</span></dt><dd>northward_wave_to_ocean_stress</dd><dt><span>units :</span></dt><dd>m2 s-2</dd><dt><span>valid_min :</span></dt><dd>-32000</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>two=sqrt(utwo**2+vtwo**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>foc</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3754401f-13f6-467a-b5cf-7da8fe22d3c6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3754401f-13f6-467a-b5cf-7da8fe22d3c6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-902c5fc0-ae73-45bf-bfb9-e03f8061dee3' class='xr-var-data-in' type='checkbox'><label for='data-902c5fc0-ae73-45bf-bfb9-e03f8061dee3' 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>wave to ocean energy flux</dd><dt><span>standard_name :</span></dt><dd>wave_to_ocean_energy_flux</dd><dt><span>globwave_name :</span></dt><dd>wave_to_ocean_energy_flux</dd><dt><span>units :</span></dt><dd>W m-2</dd><dt><span>valid_min :</span></dt><dd>0.0</dd><dt><span>valid_max :</span></dt><dd>9990.0</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>utus</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3f5d214d-36a4-434c-a602-9daa96c035e7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3f5d214d-36a4-434c-a602-9daa96c035e7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e0601acc-7cfa-4eee-b4d2-026d6e63c7b6' class='xr-var-data-in' type='checkbox'><label for='data-e0601acc-7cfa-4eee-b4d2-026d6e63c7b6' 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>eastward stokes transport</dd><dt><span>standard_name :</span></dt><dd>eastward_stokes_transport</dd><dt><span>globwave_name :</span></dt><dd>eastward_stokes_transport</dd><dt><span>units :</span></dt><dd>m2 s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9990</dd><dt><span>comment :</span></dt><dd>tus=sqrt(utus**2+vtus**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vtus</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-043372f5-e8f5-4c9c-8dac-eadcc57f7542' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-043372f5-e8f5-4c9c-8dac-eadcc57f7542' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a77423eb-861b-40c5-9225-2cac94c920be' class='xr-var-data-in' type='checkbox'><label for='data-a77423eb-861b-40c5-9225-2cac94c920be' 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>northward stokes transport</dd><dt><span>standard_name :</span></dt><dd>northward_stokes_transport</dd><dt><span>globwave_name :</span></dt><dd>northward_stokes_transport</dd><dt><span>units :</span></dt><dd>m2 s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9990</dd><dt><span>comment :</span></dt><dd>tus=sqrt(utus**2+vtus**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uuss</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cef09380-ea7d-4b88-83b7-f9c4924d5482' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cef09380-ea7d-4b88-83b7-f9c4924d5482' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-79b582fb-3934-4c7d-b5e4-347eb77398d0' class='xr-var-data-in' type='checkbox'><label for='data-79b582fb-3934-4c7d-b5e4-347eb77398d0' 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>eastward surface stokes drift</dd><dt><span>standard_name :</span></dt><dd>eastward_surface_stokes_drift</dd><dt><span>globwave_name :</span></dt><dd>eastward_surface_stokes_drift</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>uss=sqrt(uuss**2+vuss**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vuss</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-78954486-0b9e-4bd7-820a-14453aabc6fc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-78954486-0b9e-4bd7-820a-14453aabc6fc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a86fc60a-fc45-4074-8204-ddaecb66726c' class='xr-var-data-in' type='checkbox'><label for='data-a86fc60a-fc45-4074-8204-ddaecb66726c' 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>northward surface stokes drift</dd><dt><span>standard_name :</span></dt><dd>northward_surface_stokes_drift</dd><dt><span>globwave_name :</span></dt><dd>northward_surface_stokes_drift</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>Frequency range 0.0339 to 0.9527 Hz</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uabr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7173be47-8c05-49ea-b62a-32e505958459' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7173be47-8c05-49ea-b62a-32e505958459' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ee06f3e1-30d6-4cbc-8a19-fa3a226843d3' class='xr-var-data-in' type='checkbox'><label for='data-ee06f3e1-30d6-4cbc-8a19-fa3a226843d3' 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>rms of bottom displacement amplitude zonal</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_zonal</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_zonal</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>abr=sqrt(uabr**2+vabr**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vabr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d3c07d28-7c22-43e0-8fc8-80e13c791ca6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d3c07d28-7c22-43e0-8fc8-80e13c791ca6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cc94c6a6-390d-49bd-8b80-8e827399b6d3' class='xr-var-data-in' type='checkbox'><label for='data-cc94c6a6-390d-49bd-8b80-8e827399b6d3' 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>rms of bottom displacement amplitude meridional</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_meridional</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_displacement_amplitude_meridional</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>abr=sqrt(uabr**2+vabr**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uubr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b3c083c5-6021-4453-862a-e41c8286c761' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b3c083c5-6021-4453-862a-e41c8286c761' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-41d4b7da-b4aa-4abd-b87c-50600f78c550' class='xr-var-data-in' type='checkbox'><label for='data-41d4b7da-b4aa-4abd-b87c-50600f78c550' 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>rms of bottom velocity amplitude zonal</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_zonal</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_zonal</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>ubr=sqrt(uubr**2+vubr**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vubr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e0ef6e3a-dde8-4136-8497-9375d0ac4c44' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e0ef6e3a-dde8-4136-8497-9375d0ac4c44' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-df617374-410c-49b4-87dc-7a289b9afb3f' class='xr-var-data-in' type='checkbox'><label for='data-df617374-410c-49b4-87dc-7a289b9afb3f' 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>rms of bottom velocity amplitude meridional</dd><dt><span>standard_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_meridional</dd><dt><span>globwave_name :</span></dt><dd>rms_of_bottom_velocity_amplitude_meridional</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-18000</dd><dt><span>valid_max :</span></dt><dd>18000</dd><dt><span>comment :</span></dt><dd>ubr=sqrt(uubr**2+vubr**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>mssu</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1f231b78-d683-4811-827a-4d30d13a0f4a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1f231b78-d683-4811-827a-4d30d13a0f4a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f743e9ea-b546-42fe-a054-28cd3f76649c' class='xr-var-data-in' type='checkbox'><label for='data-f743e9ea-b546-42fe-a054-28cd3f76649c' 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>downwave mean square slope</dd><dt><span>standard_name :</span></dt><dd>x_mean_square_slope</dd><dt><span>globwave_name :</span></dt><dd>x_mean_square_slope</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd><dt><span>comment :</span></dt><dd>Frequency range 0.0339 to 0.9527 Hz</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>mssc</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-71a385ed-1f45-418f-b05d-79557903c85a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-71a385ed-1f45-418f-b05d-79557903c85a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-109f1677-bfc5-4365-81b6-e4517b336aa5' class='xr-var-data-in' type='checkbox'><label for='data-109f1677-bfc5-4365-81b6-e4517b336aa5' 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>crosswave mean square slope</dd><dt><span>standard_name :</span></dt><dd>y_mean_square_slope</dd><dt><span>globwave_name :</span></dt><dd>y_mean_square_slope</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd><dt><span>comment :</span></dt><dd>ubr=sqrt(uubr**2+vubr**2)</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>mssd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-51a7d994-b049-4985-9a33-cd839f596ed0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-51a7d994-b049-4985-9a33-cd839f596ed0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7e1f3d59-8d05-4315-bc4b-86d0b7ad185a' class='xr-var-data-in' type='checkbox'><label for='data-7e1f3d59-8d05-4315-bc4b-86d0b7ad185a' 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>u direction for mss</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_dominant_mean_square_slope_direction</dd><dt><span>globwave_name :</span></dt><dd>sea_surface_wave_dominant_mean_square_slope_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Frequency range 0.0339 to 0.9527 Hz</dd></dl></div><div class='xr-var-data'><pre>[52093440 values with dtype=float32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-e1649e9f-a814-4ee7-abdd-9a222938e4d9' class='xr-section-summary-in' type='checkbox' ><label for='section-e1649e9f-a814-4ee7-abdd-9a222938e4d9' class='xr-section-summary' >Indexes: <span>(3)</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-index-name'><div>longitude</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-a04c2766-0877-43ad-a7c1-397f3cd9788b' class='xr-index-data-in' type='checkbox'/><label for='index-a04c2766-0877-43ad-a7c1-397f3cd9788b' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([-180.0, -179.5, -179.0, -178.5, -178.0, -177.5, -177.0, -176.5, -176.0,\n",
" -175.5,\n",
" ...\n",
" 175.0, 175.5, 176.0, 176.5, 177.0, 177.5, 178.0, 178.5, 179.0,\n",
" 179.5],\n",
" dtype=&#x27;float32&#x27;, name=&#x27;longitude&#x27;, length=720))</pre></div></li><li class='xr-var-item'><div class='xr-index-name'><div>latitude</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-92dca47e-416c-43ef-a28c-7c488d4870c0' class='xr-index-data-in' type='checkbox'/><label for='index-92dca47e-416c-43ef-a28c-7c488d4870c0' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([-78.0, -77.5, -77.0, -76.5, -76.0, -75.5, -75.0, -74.5, -74.0, -73.5,\n",
" ...\n",
" 78.5, 79.0, 79.5, 80.0, 80.5, 81.0, 81.5, 82.0, 82.5, 83.0],\n",
" dtype=&#x27;float32&#x27;, name=&#x27;latitude&#x27;, length=323))</pre></div></li><li class='xr-var-item'><div class='xr-index-name'><div>time</div></div><div class='xr-index-preview'>PandasIndex</div><div></div><input id='index-c42ab36b-58ad-46ed-838d-68b2b606adf5' class='xr-index-data-in' type='checkbox'/><label for='index-c42ab36b-58ad-46ed-838d-68b2b606adf5' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(DatetimeIndex([&#x27;1993-02-01 00:00:00&#x27;, &#x27;1993-02-01 03:00:00&#x27;,\n",
" &#x27;1993-02-01 06:00:00&#x27;, &#x27;1993-02-01 09:00:00&#x27;,\n",
" &#x27;1993-02-01 12:00:00&#x27;, &#x27;1993-02-01 15:00:00&#x27;,\n",
" &#x27;1993-02-01 18:00:00&#x27;, &#x27;1993-02-01 21:00:00&#x27;,\n",
" &#x27;1993-02-02 00:00:00&#x27;, &#x27;1993-02-02 03:00:00&#x27;,\n",
" ...\n",
" &#x27;1993-02-27 18:00:00&#x27;, &#x27;1993-02-27 21:00:00&#x27;,\n",
" &#x27;1993-02-28 00:00:00&#x27;, &#x27;1993-02-28 03:00:00&#x27;,\n",
" &#x27;1993-02-28 06:00:00&#x27;, &#x27;1993-02-28 09:00:00&#x27;,\n",
" &#x27;1993-02-28 12:00:00&#x27;, &#x27;1993-02-28 15:00:00&#x27;,\n",
" &#x27;1993-02-28 18:00:00&#x27;, &#x27;1993-02-28 21:00:00&#x27;],\n",
" dtype=&#x27;datetime64[ns]&#x27;, name=&#x27;time&#x27;, length=224, freq=None))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-a57d71f6-f207-4b9d-8f1b-fe78285a79e1' class='xr-section-summary-in' type='checkbox' ><label for='section-a57d71f6-f207-4b9d-8f1b-fe78285a79e1' class='xr-section-summary' >Attributes: <span>(102)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>WAVEWATCH_III_version_number :</span></dt><dd>7.00</dd><dt><span>WAVEWATCH_III_switches :</span></dt><dd>F90 NOGRB NC4 SCRIP SCRIPNC SHRD PR3 UQ FLX0 LN1 ST4 STAB0 NL1 BT4 DB1 MLIM TR0 BS0 IC2 IS2 REF1 XX0 WNT2 WNX1 WCOR RWND CRT1 CRX1 TIDE TRKNC O0 O1 O2 O2a O2b O2c O3 O4 O5 O6 O7</dd><dt><span>SIN4 namelist parameter BETAMAX :</span></dt><dd>1.75</dd><dt><span>title :</span></dt><dd>WAVEWATCH-III HINDCAST</dd><dt><span>netcdf_version :</span></dt><dd>4.5.2</dd><dt><span>product_name :</span></dt><dd>LOPS_WW3-GLOB-30M_199302.nc</dd><dt><span>software_version :</span></dt><dd>v7.08_e756361_sf/exe_datarmor_intel_Ifremer2_WCOR-NOIG</dd><dt><span>references :</span></dt><dd>https://github.com/umr-lops/WW3</dd><dt><span>source :</span></dt><dd>WAVEWATCH III (R)</dd><dt><span>comment :</span></dt><dd></dd><dt><span>area :</span></dt><dd>Global 0.5 deg wave grid</dd><dt><span>easting :</span></dt><dd>longitude</dd><dt><span>northing :</span></dt><dd>latitude</dd><dt><span>grid_projection :</span></dt><dd>n/a</dd><dt><span>southernmost_latitude :</span></dt><dd>-78.</dd><dt><span>northernmost_latitude :</span></dt><dd>83.</dd><dt><span>latitude_resolution :</span></dt><dd>0.</dd><dt><span>westernmost_longitude :</span></dt><dd>-180.</dd><dt><span>easternmost_longitude :</span></dt><dd>180.</dd><dt><span>longitude_resolution :</span></dt><dd>0.</dd><dt><span>minimum_altitude :</span></dt><dd>-12000 m</dd><dt><span>maximum_altitude :</span></dt><dd>9000 m</dd><dt><span>altitude_resolution :</span></dt><dd>n/a</dd><dt><span>field_type :</span></dt><dd>3-hourly</dd><dt><span>institution :</span></dt><dd>CNRS-Ifremer-IRD-UBO</dd><dt><span>institution_references :</span></dt><dd>https://www.umr-lops.fr/</dd><dt><span>contact :</span></dt><dd>mickael.accensi@ifremer.fr</dd><dt><span>distribution_statement :</span></dt><dd>No restrictions</dd><dt><span>operational_status :</span></dt><dd>operational</dd><dt><span>quality_index :</span></dt><dd>0</dd><dt><span>creation_date :</span></dt><dd>2020-12-17T02:13:45Z</dd><dt><span>product_version :</span></dt><dd>1.0</dd><dt><span>history :</span></dt><dd>2020-12-17T02:13:45Z : Creation</dd><dt><span>run_time :</span></dt><dd>2020-12-17T02:13:45Z</dd><dt><span>grid :</span></dt><dd>GLOB-30M</dd><dt><span>forcing_wind :</span></dt><dd>wind_era5</dd><dt><span>forcing_ice :</span></dt><dd>ice_cersat</dd><dt><span>forcing_level :</span></dt><dd>no</dd><dt><span>forcing_current :</span></dt><dd>cur_cmemsgc</dd><dt><span>forcing_ice1 :</span></dt><dd>no</dd><dt><span>forcing_ice2 :</span></dt><dd>no</dd><dt><span>forcing_ice3 :</span></dt><dd>no</dd><dt><span>forcing_ice4 :</span></dt><dd>no</dd><dt><span>forcing_ice5 :</span></dt><dd>no</dd><dt><span>BETAMAX :</span></dt><dd>1.75</dd><dt><span>SWELLF :</span></dt><dd>0.66</dd><dt><span>TAUWSHELTER :</span></dt><dd>0.3</dd><dt><span>SWELLF3 :</span></dt><dd>0.022</dd><dt><span>SWELLF4 :</span></dt><dd>115000.0</dd><dt><span>SWELLF7 :</span></dt><dd>432000.00</dd><dt><span>FXFM3 :</span></dt><dd>2.5</dd><dt><span>WDTHCG :</span></dt><dd>1.50</dd><dt><span>WDTHTH :</span></dt><dd>1.50</dd><dt><span>IC2DISPER :</span></dt><dd>F</dd><dt><span>IC2TURB :</span></dt><dd>1.0</dd><dt><span>IC2ROUGH :</span></dt><dd>0.001</dd><dt><span>IC2DMAX :</span></dt><dd>0.3</dd><dt><span>IC2REYNOLDS :</span></dt><dd>150000</dd><dt><span>IC2SMOOTH :</span></dt><dd>200000.</dd><dt><span>IC2VISC :</span></dt><dd>2.</dd><dt><span>ISC1 :</span></dt><dd>0.2</dd><dt><span>IS2C2 :</span></dt><dd>0.</dd><dt><span>IS2C3 :</span></dt><dd>0.</dd><dt><span>IS2BACKSCAT :</span></dt><dd>1.</dd><dt><span>IS2BREAK :</span></dt><dd>T</dd><dt><span>IS2DUPDATE :</span></dt><dd>F</dd><dt><span>IS2CREEPB :</span></dt><dd>0.2E8</dd><dt><span>IS2CREEPD :</span></dt><dd>0.5</dd><dt><span>IS2CREEPN :</span></dt><dd>3.0</dd><dt><span>IS2BREAKE :</span></dt><dd>1.0</dd><dt><span>IS2BREAKF :</span></dt><dd>3.6</dd><dt><span>IS2WIM1 :</span></dt><dd>1.0</dd><dt><span>IS2FLEXSTR :</span></dt><dd>2.7414E+05</dd><dt><span>IS2CREEPC :</span></dt><dd>0.4</dd><dt><span>IS2ANDISB :</span></dt><dd>T</dd><dt><span>IS2ANDISD :</span></dt><dd>0.2E-8</dd><dt><span>IS2ANDISE :</span></dt><dd>0.55</dd><dt><span>IS2ANDISN :</span></dt><dd>1.0</dd><dt><span>REFCOAST :</span></dt><dd>0.05</dd><dt><span>REFCOSP_STRAIGHT :</span></dt><dd>4</dd><dt><span>REFFREQ :</span></dt><dd>1.</dd><dt><span>REFICEBERG :</span></dt><dd>0.2</dd><dt><span>REFMAP :</span></dt><dd>0.</dd><dt><span>REFSLOPE :</span></dt><dd>0.</dd><dt><span>REFSUBGRID :</span></dt><dd>0.1</dd><dt><span>REFRMAX :</span></dt><dd>0.5</dd><dt><span>ICEHINIT :</span></dt><dd>1.</dd><dt><span>ICEHMIN :</span></dt><dd>0.1</dd><dt><span>CICE0 :</span></dt><dd>0.25</dd><dt><span>CICEN :</span></dt><dd>2.00</dd><dt><span>LICE :</span></dt><dd>40000.</dd><dt><span>FLAGTR :</span></dt><dd>4</dd><dt><span>FACBERG :</span></dt><dd>0.2</dd><dt><span>NOSW :</span></dt><dd>6</dd><dt><span>WCOR1 :</span></dt><dd>21.</dd><dt><span>WCOR2 :</span></dt><dd>1.05</dd><dt><span>P2SF :</span></dt><dd>1</dd><dt><span>E3D :</span></dt><dd>1</dd><dt><span>I1P2SF :</span></dt><dd>3</dd><dt><span>I2P2SF :</span></dt><dd>24</dd><dt><span>start_date :</span></dt><dd>1993-02-01 00:00:00</dd><dt><span>stop_date :</span></dt><dd>1993-02-28 21:00:00</dd></dl></div></li></ul></div></div>"
],
"text/plain": [
"<xarray.Dataset>\n",
"Dimensions: (longitude: 720, latitude: 323, time: 224)\n",
"Coordinates:\n",
" * longitude (longitude) float32 -180.0 -179.5 -179.0 ... 178.5 179.0 179.5\n",
" * latitude (latitude) float32 -78.0 -77.5 -77.0 -76.5 ... 82.0 82.5 83.0\n",
" * time (time) datetime64[ns] 1993-02-01 ... 1993-02-28T21:00:00\n",
"Data variables: (12/86)\n",
" MAPSTA (latitude, longitude) int16 ...\n",
" dpt (time, latitude, longitude) float32 ...\n",
" ucur (time, latitude, longitude) float32 ...\n",
" vcur (time, latitude, longitude) float32 ...\n",
" uwnd (time, latitude, longitude) float32 ...\n",
" vwnd (time, latitude, longitude) float32 ...\n",
" ... ...\n",
" vabr (time, latitude, longitude) float32 ...\n",
" uubr (time, latitude, longitude) float32 ...\n",
" vubr (time, latitude, longitude) float32 ...\n",
" mssu (time, latitude, longitude) float32 ...\n",
" mssc (time, latitude, longitude) float32 ...\n",
" mssd (time, latitude, longitude) float32 ...\n",
"Attributes: (12/102)\n",
" WAVEWATCH_III_version_number: 7.00\n",
" WAVEWATCH_III_switches: F90 NOGRB NC4 SCRIP SCRIPNC SHRD PR3 UQ...\n",
" SIN4 namelist parameter BETAMAX: 1.75\n",
" title: WAVEWATCH-III HINDCAST\n",
" netcdf_version: 4.5.2\n",
" product_name: LOPS_WW3-GLOB-30M_199302.nc\n",
" ... ...\n",
" P2SF: 1\n",
" E3D: 1\n",
" I1P2SF: 3\n",
" I2P2SF: 24\n",
" start_date: 1993-02-01 00:00:00\n",
" stop_date: 1993-02-28 21:00:00"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"ds = xr.open_dataset('/Users/juliusbusecke/Downloads/LOPS_WW3-GLOB-30M_199301.nc')\n",
"ds2 = xr.open_dataset('/Users/juliusbusecke/Downloads/LOPS_WW3-GLOB-30M_199302.nc')\n",
"display(ds)\n",
"display(ds2)"
]
},
{
"cell_type": "markdown",
"id": "26ed174e-b2bd-4d9f-8250-8fa95a49ec41",
"metadata": {},
"source": [
"The odd one out is `MAPSTA`. I am not sure what that variable is, but I wonder if it changes in time, since it is given with no time."
]
},
{
"cell_type": "code",
"execution_count": 15,
"id": "4e8cc0ca-8584-4536-a1ad-3586dda82b7c",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.collections.QuadMesh at 0x28ff5deb0>"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"image/png": "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Su5bXFwcvv32W4d1Fy5cwNWrV235DuS+OfNlX629MU6cOIFGjRpJ2lctiomJQUhIiMtjoOV8S1GvXj3ceOONOH78OAYNGgSgqgQjPj7eto0e99Pao8vTvsTFxaG8vBwXLlxwKNE4e/YsunbtGtgM+yg+Ph5JSUk4fvw4AGPtG8nHkho/iImJwXXXXedx8WUa+f379yMsLMzWTbpLly7Ytm2bQxuOTZs2ISEhwafgyRUl961Lly744YcfUFBQ4JBvs9mM1NTUgO+bM1/2df/+/QBgu6lI2VctCg0NRWpqKjZv3uywfvPmzbq/QZSVleHIkSOIj49HSkoK4uLiHPazvLwcW7du1d1+StmX1NRU1KlTx2GbgoIC/PDDD7rb33PnziE/P9/2WzPSvpEXVGuiTEIIIU6dOiX2798vZs6cKSIiIsT+/fvF/v37RUlJiRBCiC+++EIsWbJEHDp0SJw4cUK8++67IioqSkycONGWxu+//y5iY2PFiBEjxKFDh8Tq1atFVFSUmDdvnlq7JYSoed8qKipE27ZtRe/evcW+ffvEV199JZo2bSomTJhgS0Or+2Zv586dYv78+WL//v3ip59+Ep988olISEgQ99xzj20bKfuqVStXrhR16tQR77//vvjxxx/F5MmTRb169cTJkyfVzposTz75pNiyZYv46aefxO7du8Xdd98tIiMjbfvx8ssvi+joaLF69Wpx6NAhMWLECBEfHy+Ki4tVznl1JSUltt8TANv5d+rUKSGEtH0ZN26caNq0qfjqq6/Evn37xB133CHat28vKioq1NotIYTnfSspKRFPPvmk2Llzp8jNzRXffPON6NKli7jmmmt0sW/kfwxqVJaRkSEAVFu++eYbIYQQ69evFx06dBARERGibt26om3btiI7O1tcvXrVIZ2DBw+K2267TZjNZhEXFycyMzNV7/Jc074JURX49O/fX4SHh4uGDRuKCRMmOHTfFkKb+2YvJydHdO7cWURHR4uwsDDRunVrMWPGDHHx4kWH7aTsq1a99dZbIikpSYSGhoqbbrpJbN26Ve0syTZs2DARHx8v6tSpIxISEsTgwYPF4cOHba9bLBYxY8YMERcXJ8xms7j99tvFoUOHVMyxe998843L31ZGRoYQQtq+XL58WUyYMEE0bNhQhIeHi7vvvlvk5eWpsDeOPO3bpUuXRN++fUXjxo1FnTp1RLNmzURGRka1fGt138j/OEs3ERERGQLb1BAREZEhMKghIiIiQ2BQQ0RERIbAoIaIiIgMgUENERERGQKDGiIiIjIEBjVERERkCAxqiIiIyBAY1JDh9ezZE5MnTzbU544ePdo2CaO3kpOTbbON//777263++CDD2zzjJF3evbsafuuDxw4oHZ2iAyLQQ2Rn6xevRovvvii7e/k5GRkZ2erlyEXZs2ahYKCAkRHR6udFUNwFwCuXr0a3333XeAzRBRkaqudASKjatiwodpZqFFkZCTi4uLUzgYA4OrVq6hTp47a2fCLhg0bori4WO1sEBkeS2oo6Fy4cAEPPvggGjRogLp16yI9PR3Hjx+3vW592t64cSOuv/56REREoF+/figoKLBtU1FRgYkTJ6J+/fpo1KgRnn76aWRkZDhUCdlXP/Xs2ROnTp3CE088YauGAIDMzEx06NDBIX/Z2dlITk62/V1ZWYkpU6bYPmvatGlwnrJNCIG5c+eiefPmCA8PR/v27bFq1Sqvvp8PPvgAzZo1Q926dXHvvffi3Llz1bb55z//idTUVISFhaF58+aYOXMmKioqbK//5z//Qffu3REWFoY2bdrgq6++gslkwmeffQYAOHnyJEwmE/7xj3+gZ8+eCAsLw9///ncAwNKlS3H99dcjLCwM1113Hd5++22Hzz59+jSGDRuGBg0aoFGjRhg4cCBOnjwpef9qSv/pp59Gq1atULduXTRv3hzPP/88rl69anv9+++/R69evRAZGYmoqCikpqZi79692LJlC8aMGYOioiLbMc7MzJScLyLyHYMaCjqjR4/G3r178cUXX2DXrl0QQuCuu+5yuHFdunQJ8+bNw4cffoht27YhLy8PU6dOtb3+yiuv4KOPPsLSpUuxY8cOFBcX227YrqxevRpNmza1VffYB0g1ee211/C3v/0N77//PrZv347z589jzZo1Dts899xzWLp0KRYtWoTDhw/jiSeewJ/+9Cds3bpV+hcD4Ntvv8VDDz2E8ePH48CBA+jVqxdeeuklh202btyIP/3pT5g4cSJ+/PFHvPPOO/jggw8we/ZsAIDFYsGgQYNQt25dfPvtt1iyZAmeffZZl5/39NNPY+LEiThy5AjS0tLw7rvv4tlnn8Xs2bNx5MgRzJkzB88//zyWLVsGoOq49OrVCxEREdi2bRu2b99uCzrLy8tr3L+a0geqSq8++OAD/Pjjj3jjjTfw7rvv4vXXX7e9/sADD6Bp06bYs2cPcnJy8Mwzz6BOnTro2rUrsrOzERUVZTvG9ucMEQWAqnOEEwVAjx49xKRJk4QQQhw7dkwAEDt27LC9/ttvv4nw8HDxj3/8QwghxNKlSwUAceLECds2b731loiNjbX9HRsbK1599VXb3xUVFaJZs2Zi4MCBLj9XCCGSkpLE66+/7pC3GTNmiPbt2zuse/3110VSUpLt7/j4ePHyyy/b/r569apo2rSp7bNKS0tFWFiY2Llzp0M6Dz/8sBgxYoTb78VVfkaMGCH69evnsG7YsGEiOjra9vdtt90m5syZ47DNhx9+KOLj44UQQqxfv17Url1bFBQU2F7fvHmzACDWrFkjhBAiNzdXABDZ2dkO6SQmJooVK1Y4rHvxxRdFly5dhBBCvP/++6J169bCYrHYXi8rKxPh4eFi48aNbvdVavquzJ07V6Smptr+joyMFB988IHLbZcuXerwXdmz7vP+/ftrzCcReYdtaiioHDlyBLVr10bnzp1t6xo1aoTWrVvjyJEjtnV169bFtddea/s7Pj4eZ8+eBQAUFRXhl19+wS233GJ7PSQkBKmpqbBYLIrmt6ioCAUFBejSpYttXe3atdGpUydbFdSPP/6IK1euoE+fPg7vLS8vR8eOHWV93pEjR3Dvvfc6rOvSpQs2bNhg+zsnJwd79uyxlcwAVVVkV65cwaVLl3D06FEkJiY6tNWx/67sderUyfb/X3/9Ffn5+Xj44YcxduxY2/qKigpbQ+acnBycOHECkZGRDulcuXIF//3vfz3um5T0AWDVqlXIzs7GiRMnUFpaioqKCkRFRdlenzJlCh555BF8+OGHuPPOOzF06FCHc4WI1MOghoKKcGqLYr/e2s4FQLUGqyaTqdp77bf3lLYntWrVqvY++2owKayB1Nq1a3HNNdc4vGY2m2WlJWUfLBYLZs6cicGDB1d7LSwsrNp36Um9evUc0gWqqojsg06gKmi0bpOamoqPPvqoWlqNGzeuMd81pb97924MHz4cM2fORFpaGqKjo7Fy5Uq89tprtm0zMzMxcuRIrF27FuvXr8eMGTOwcuXKasEgEQUegxoKKm3atEFFRQW+/fZbdO3aFQBw7tw5HDt2DNdff72kNKKjoxEbG4vvvvsOt912G4Cqkor9+/dXa/RrLzQ0FJWVlQ7rGjdujMLCQodAwH4ck+joaMTHx2P37t24/fbbAVSVLOTk5OCmm26y7ZPZbEZeXh569OghaR/cadOmDXbv3u2wzvnvm266CUePHkWLFi1cpnHdddchLy8Pv/zyC2JjYwEAe/bsqfGzY2Njcc011+Cnn37CAw884HKbm266CZ988gmaNGniUHoihZT0d+zYgaSkJIc2QKdOnaq2XatWrdCqVSs88cQTGDFiBJYuXYp7773X5TEmosBhUENBpWXLlhg4cCDGjh2Ld955B5GRkXjmmWdwzTXXYODAgZLTefzxx5GVlYUWLVrguuuuw4IFC3DhwgWPJRTJycnYtm0bhg8fDrPZjJiYGPTs2RO//vor5s6di/vuuw8bNmzA+vXrHW7YkyZNwssvv4yWLVvi+uuvx/z58x0Gy4uMjMTUqVPxxBNPwGKxoHv37iguLsbOnTsRERGBjIwMyfs1ceJEdO3aFXPnzsWgQYOwadMmh6onAHjhhRdw9913IzExEUOHDkWtWrVw8OBBHDp0CC+99BL69OmDa6+9FhkZGZg7dy5KSkpsQUJNJTiZmZmYOHEioqKikJ6ejrKyMuzduxcXLlzAlClT8MADD+DVV1/FwIEDMWvWLDRt2hR5eXlYvXo1nnrqKTRt2tSn9Fu0aIG8vDysXLkSN998M9auXevQKPvy5ct46qmncN999yElJQU///wz9uzZgyFDhgCoOsalpaX4+uuv0b59e9StWxd169aV/P0TkY9Ua81DFCDODXbPnz8vRo0aJaKjo0V4eLhIS0sTx44ds73uqrHnmjVrhP3P5erVq2LChAkiKipKNGjQQDz99NNi6NChYvjw4W4/d9euXaJdu3bCbDY7pLVo0SKRmJgo6tWrJx588EExe/Zsh4bCV69eFZMmTRJRUVGifv36YsqUKeLBBx90aJRssVjEG2+8IVq3bi3q1KkjGjduLNLS0sTWrVvdfi+uGgoLUdUYt2nTpiI8PFwMGDBAzJs3r9r3sWHDBtG1a1cRHh4uoqKixC233CKWLFlie/3IkSOiW7duIjQ0VFx33XXin//8pwAgNmzYIITw3Gj2o48+Eh06dBChoaGiQYMG4vbbbxerV6+2vV5QUCAefPBBERMTI8xms2jevLkYO3asKCoqcruvctJ/6qmnRKNGjURERIQYNmyYeP311237X1ZWJoYPHy4SExNFaGioSEhIEBMmTBCXL1+2vX/cuHGiUaNGAoCYMWOGbT0bChP5n0kILxoCEJEDi8WC66+/Hvfff7/DKMJalpycjMmTJwdkCokdO3age/fuOHHiRNA2qj158iRSUlJqrKYkIu9xnBoiL5w6dQrvvvsujh07hkOHDuEvf/kLcnNzMXLkSLWzJsvTTz+NiIgIFBUVKZrumjVrsHnzZpw8eRJfffUV/vznP6Nbt25BG9Ckp6fjhhtuUDsbRIbHNjVEXqhVqxY++OADTJ06FUIItG3bFl999ZXkxsZasHXrVltPK+cu0r4qKSnBtGnTkJ+fj5iYGNx5550OPYj8JSIiwu1r69evtzXsDrT33nsPly9fBgA0a9ZMlTwQBQNWPxGRYZw4ccLta9dccw3Cw8MDmBsiCjQGNURERGQIbFNDREREhsCghoiIiAyBQQ0REREZAoMaIiIiMgQGNURERGQIDGqIiIjIEBjUEBERkSEwqCEiIiJD+H/yBWbm32eDlAAAAABJRU5ErkJggg==",
"text/plain": [
"<Figure size 640x480 with 2 Axes>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"ds.MAPSTA.plot()"
]
},
{
"cell_type": "code",
"execution_count": 16,
"id": "13fcc93f-0a21-4697-bb23-0c2aad2d7a45",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.collections.QuadMesh at 0x2a007ea50>"
]
},
"execution_count": 16,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"image/png": "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Su5bXFwcvv32W4d1Fy5cwNWrV235DuS+OfNlX629MU6cOIFGjRpJ2lctiomJQUhIiMtjoOV8S1GvXj3ceOONOH78OAYNGgSgqgQjPj7eto0e99Pao8vTvsTFxaG8vBwXLlxwKNE4e/YsunbtGtgM+yg+Ph5JSUk4fvw4AGPtG8nHkho/iImJwXXXXedx8WUa+f379yMsLMzWTbpLly7Ytm2bQxuOTZs2ISEhwafgyRUl961Lly744YcfUFBQ4JBvs9mM1NTUgO+bM1/2df/+/QBgu6lI2VctCg0NRWpqKjZv3uywfvPmzbq/QZSVleHIkSOIj49HSkoK4uLiHPazvLwcW7du1d1+StmX1NRU1KlTx2GbgoIC/PDDD7rb33PnziE/P9/2WzPSvpEXVGuiTEIIIU6dOiX2798vZs6cKSIiIsT+/fvF/v37RUlJiRBCiC+++EIsWbJEHDp0SJw4cUK8++67IioqSkycONGWxu+//y5iY2PFiBEjxKFDh8Tq1atFVFSUmDdvnlq7JYSoed8qKipE27ZtRe/evcW+ffvEV199JZo2bSomTJhgS0Or+2Zv586dYv78+WL//v3ip59+Ep988olISEgQ99xzj20bKfuqVStXrhR16tQR77//vvjxxx/F5MmTRb169cTJkyfVzposTz75pNiyZYv46aefxO7du8Xdd98tIiMjbfvx8ssvi+joaLF69Wpx6NAhMWLECBEfHy+Ki4tVznl1JSUltt8TANv5d+rUKSGEtH0ZN26caNq0qfjqq6/Evn37xB133CHat28vKioq1NotIYTnfSspKRFPPvmk2Llzp8jNzRXffPON6NKli7jmmmt0sW/kfwxqVJaRkSEAVFu++eYbIYQQ69evFx06dBARERGibt26om3btiI7O1tcvXrVIZ2DBw+K2267TZjNZhEXFycyMzNV7/Jc074JURX49O/fX4SHh4uGDRuKCRMmOHTfFkKb+2YvJydHdO7cWURHR4uwsDDRunVrMWPGDHHx4kWH7aTsq1a99dZbIikpSYSGhoqbbrpJbN26Ve0syTZs2DARHx8v6tSpIxISEsTgwYPF4cOHba9bLBYxY8YMERcXJ8xms7j99tvFoUOHVMyxe998843L31ZGRoYQQtq+XL58WUyYMEE0bNhQhIeHi7vvvlvk5eWpsDeOPO3bpUuXRN++fUXjxo1FnTp1RLNmzURGRka1fGt138j/OEs3ERERGQLb1BAREZEhMKghIiIiQ2BQQ0RERIbAoIaIiIgMgUENERERGQKDGiIiIjIEBjVERERkCAxqiIiIyBAY1JDh9ezZE5MnTzbU544ePdo2CaO3kpOTbbON//777263++CDD2zzjJF3evbsafuuDxw4oHZ2iAyLQQ2Rn6xevRovvvii7e/k5GRkZ2erlyEXZs2ahYKCAkRHR6udFUNwFwCuXr0a3333XeAzRBRkaqudASKjatiwodpZqFFkZCTi4uLUzgYA4OrVq6hTp47a2fCLhg0bori4WO1sEBkeS2oo6Fy4cAEPPvggGjRogLp16yI9PR3Hjx+3vW592t64cSOuv/56REREoF+/figoKLBtU1FRgYkTJ6J+/fpo1KgRnn76aWRkZDhUCdlXP/Xs2ROnTp3CE088YauGAIDMzEx06NDBIX/Z2dlITk62/V1ZWYkpU6bYPmvatGlwnrJNCIG5c+eiefPmCA8PR/v27bFq1Sqvvp8PPvgAzZo1Q926dXHvvffi3Llz1bb55z//idTUVISFhaF58+aYOXMmKioqbK//5z//Qffu3REWFoY2bdrgq6++gslkwmeffQYAOHnyJEwmE/7xj3+gZ8+eCAsLw9///ncAwNKlS3H99dcjLCwM1113Hd5++22Hzz59+jSGDRuGBg0aoFGjRhg4cCBOnjwpef9qSv/pp59Gq1atULduXTRv3hzPP/88rl69anv9+++/R69evRAZGYmoqCikpqZi79692LJlC8aMGYOioiLbMc7MzJScLyLyHYMaCjqjR4/G3r178cUXX2DXrl0QQuCuu+5yuHFdunQJ8+bNw4cffoht27YhLy8PU6dOtb3+yiuv4KOPPsLSpUuxY8cOFBcX227YrqxevRpNmza1VffYB0g1ee211/C3v/0N77//PrZv347z589jzZo1Dts899xzWLp0KRYtWoTDhw/jiSeewJ/+9Cds3bpV+hcD4Ntvv8VDDz2E8ePH48CBA+jVqxdeeuklh202btyIP/3pT5g4cSJ+/PFHvPPOO/jggw8we/ZsAIDFYsGgQYNQt25dfPvtt1iyZAmeffZZl5/39NNPY+LEiThy5AjS0tLw7rvv4tlnn8Xs2bNx5MgRzJkzB88//zyWLVsGoOq49OrVCxEREdi2bRu2b99u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",
"text/plain": [
"<Figure size 640x480 with 2 Axes>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"ds2.MAPSTA.plot()"
]
},
{
"cell_type": "markdown",
"id": "ef6c97f3-9cf6-4601-a7c9-a990da31ae07",
"metadata": {},
"source": [
"Looks pretty similar to me 🤷"
]
},
{
"cell_type": "code",
"execution_count": 18,
"id": "fb2bb90a-73b9-4a75-b01a-984252c7933e",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.collections.QuadMesh at 0x2a1006a50>"
]
},
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"image/png": "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4yIiIqL/EQAeeD1stdogw+m1OFwIgS1btlR6iR8RERFRfaBX4mRiYgJPT0/k5ubWVDxERET0gIpXrhh6keH0Po4gJiYGM2bMwK+//loT8RAREdEDKnbVGXqR4fQ+juDNN9/EnTt38Oyzz8LMzExjkTgArWc8ERERUfWphQIKvnJFFvROnOLi4mogDCIiIiL50ztxGj16dE3EQURERFUQwgi76ritzij0TpyA8gMvv/rqK6Snp0OhUMDLywuvvvoqTE1NjR0fERFRvceTw+VD78Tp4sWL6NOnD65cuYI2bdpACIELFy7AxcUFe/bsQatWrWoiTiIiIqJap/euutDQULRq1QrZ2dk4deoU0tLSkJWVBQ8PD4SGhtZEjERERPUad9XJh94jTsnJyTh27BgaN24slTVp0gQfffQRunXrZtTgiIiIiLvq5ETvESelUonCwsJK5bdu3YKZmZlRgiIiIiKSI70Tp379+uGdd97B8ePHpXfXHTt2DJMmTcKrr75aEzESERHVaxW76gy9yHB6J07Lli1Dq1at4OfnB3Nzc5ibm6Nbt25o3bo1Pvnkk5qIkYiIqF4rT3wMXeNU2714Mui9xumpp57Cf//7X/z+++/47bffIISAl5cXWrduXRPxEREREclGtc5xAgBPT094enoaMxYiIiLSguc4yYfeU3VlZWVYt24dRowYgVdeeQUvvfSSxlVToqOj8dxzz8Ha2hrNmjXDwIEDcf78eY06QghERkbC2dkZFhYWCAgIwNmzZ2ssJiIiosdBGOkiw+mdOE2ZMgVTpkxBWVkZvL298eyzz2pcNSU5ORnvvvsujh07hqSkJJSWliIwMBC3b9+W6sTExCA2NhYrVqzAiRMn4OjoiF69emndBUhERFRX8Bwn+dB7qm7btm3497//jT59+tREPFXav3+/xucNGzagWbNmSE1NxYsvvgghBOLi4jBnzhwMHjwYALBx40Y4ODhgy5YtmDhx4mONl4iIiJ48eo84mZmZyWIheH5+PgBIB3FmZGRApVIhMDBQqqNUKuHv74+jR4/WSoxERERGwbk62dA7cZo2bRo++eQTiFrc1yiEQHh4OLp37w5vb28AgEqlAgA4ODho1HVwcJDuaVNUVISCggKNi4iISFaMMU3HqTqj0Huq7siRIzh48CD27duH9u3bo2HDhhr3d+7cabTgqjJ58mT8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L754xI/X/PkKhQKRkZFaF6br2kZtYOJEREQkd0Zc40SGqRMHYBIRERHJAUeciIiI5E7mU3X1CRMnIiIiuRMwQuJklEjqPU7VEREREemII05ERERyx6k62WDiREREJHdqNQADD7BU18wBmPUNEyciIiK544iTbHCNExEREZGOOOJEREQkdxxxkg0mTkRERHLHk8Nlg1N1RERERDriiBMREZHMCaGGEIbtijP0eSrHxImIiEjuhDB8qo1rnIyCU3VEREREOuKIExERkdwJIywO54iTUTBxIiIikju1GlAYuEaJa5yMglN1RERERDriiBMREZHccapONpg4ERERyZxQqyEMnKrjcQTGwcSJiIhI7jjiJBtc40RERESkI444ERERyZ1aAAqOOMkBEyciIiK5EwKAoccRMHEyBk7VEREREemII05EREQyJ9QCwsCpOsERJ6Ng4kRERCR3Qg3Dp+p4HIExcKqOiIiISEcccSIiIpI5TtXJBxMnIiIiueNUnWwwcXpARUauvnevliMhIiK5q/i7oqZHc0pRYvDB4aUoMU4w9ZxCcOxOw+XLl+Hi4lLbYRARUR2SnZ2NFi1aGL3de/fuwcPDAyqVyijtOTo6IiMjA+bm5kZprz5i4vQAtVqNq1evwtraGgqFolZiKCgogIuLC7Kzs2FjY1MrMdQU9q1uepL7BjzZ/WPfapYQAoWFhXB2doaJSc3st7p37x6Ki4uN0paZmRmTJgNxqu4BJiYmNfL/GqrDxsbmifsPXQX2rW56kvsGPNn9Y99qjq2tbY22b25uzmRHRngcAREREZGOmDgRERER6YiJkwwplUrMnTsXSqWytkMxOvatbnqS+wY82f1j34iMi4vDiYiIiHTEESciIiIiHTFxIiIiItIREyciIiIiHTFxqmULFy5E165dYWlpiaeeekprHYVCUemKj4/XqHPmzBn4+/vDwsICzZs3x/z582v9hY669C0rKwv9+/dHo0aNYG9vj9DQ0EoHvcmxbw9yd3ev9DuaPXu2Rh1d+ipXK1euhIeHB8zNzeHj44MffvihtkPSW2RkZKXfkaOjo3RfCIHIyEg4OzvDwsICAQEBOHv2bC1GXLXDhw+jf//+cHZ2hkKhwFdffaVxX5e+FBUV4b333oO9vT0aNWqEV199FZcvX36MvdDuUX0bM2ZMpd/jCy+8oFFHrn2jJwMT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",
"text/plain": [
"<Figure size 640x480 with 2 Axes>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"(ds2.MAPSTA - ds.MAPSTA).plot()"
]
},
{
"cell_type": "markdown",
"id": "3200be6d-70a9-4e88-b2b5-b2513338232e",
"metadata": {},
"source": [
"Ok so I think we are on the right path here. Lets try to assing `MAPSTA` as coordinate in the preprocessing function:"
]
},
{
"cell_type": "code",
"execution_count": 19,
"id": "b471c77b-63e8-4705-a397-c60c4107ace3",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n",
"<defs>\n",
"<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n",
"<path d=\"M16 0c-8.837 0-16 2.239-16 5v4c0 2.761 7.163 5 16 5s16-2.239 16-5v-4c0-2.761-7.163-5-16-5z\"></path>\n",
"<path d=\"M16 17c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n",
"<path d=\"M16 26c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n",
"</symbol>\n",
"<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n",
"<path d=\"M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.122 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z\"></path>\n",
"<path d=\"M23 26h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"<path d=\"M23 22h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"<path d=\"M23 18h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n",
"</symbol>\n",
"</defs>\n",
"</svg>\n",
"<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.\n",
" *\n",
" */\n",
"\n",
":root {\n",
" --xr-font-color0: var(--jp-content-font-color0, rgba(0, 0, 0, 1));\n",
" --xr-font-color2: var(--jp-content-font-color2, rgba(0, 0, 0, 0.54));\n",
" --xr-font-color3: var(--jp-content-font-color3, rgba(0, 0, 0, 0.38));\n",
" --xr-border-color: var(--jp-border-color2, #e0e0e0);\n",
" --xr-disabled-color: var(--jp-layout-color3, #bdbdbd);\n",
" --xr-background-color: var(--jp-layout-color0, white);\n",
" --xr-background-color-row-even: var(--jp-layout-color1, white);\n",
" --xr-background-color-row-odd: var(--jp-layout-color2, #eeeeee);\n",
"}\n",
"\n",
"html[theme=dark],\n",
"body[data-theme=dark],\n",
"body.vscode-dark {\n",
" --xr-font-color0: rgba(255, 255, 255, 1);\n",
" --xr-font-color2: rgba(255, 255, 255, 0.54);\n",
" --xr-font-color3: rgba(255, 255, 255, 0.38);\n",
" --xr-border-color: #1F1F1F;\n",
" --xr-disabled-color: #515151;\n",
" --xr-background-color: #111111;\n",
" --xr-background-color-row-even: #111111;\n",
" --xr-background-color-row-odd: #313131;\n",
"}\n",
"\n",
".xr-wrap {\n",
" display: block !important;\n",
" min-width: 300px;\n",
" max-width: 700px;\n",
"}\n",
"\n",
".xr-text-repr-fallback {\n",
" /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n",
" display: none;\n",
"}\n",
"\n",
".xr-header {\n",
" padding-top: 6px;\n",
" padding-bottom: 6px;\n",
" margin-bottom: 4px;\n",
" border-bottom: solid 1px var(--xr-border-color);\n",
"}\n",
"\n",
".xr-header > div,\n",
".xr-header > ul {\n",
" display: inline;\n",
" margin-top: 0;\n",
" margin-bottom: 0;\n",
"}\n",
"\n",
".xr-obj-type,\n",
".xr-array-name {\n",
" margin-left: 2px;\n",
" margin-right: 10px;\n",
"}\n",
"\n",
".xr-obj-type {\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-sections {\n",
" padding-left: 0 !important;\n",
" display: grid;\n",
" grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
"}\n",
"\n",
".xr-section-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-section-item input {\n",
" display: none;\n",
"}\n",
"\n",
".xr-section-item input + label {\n",
" color: var(--xr-disabled-color);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label {\n",
" cursor: pointer;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label:hover {\n",
" color: var(--xr-font-color0);\n",
"}\n",
"\n",
".xr-section-summary {\n",
" grid-column: 1;\n",
" color: var(--xr-font-color2);\n",
" font-weight: 500;\n",
"}\n",
"\n",
".xr-section-summary > span {\n",
" display: inline-block;\n",
" padding-left: 0.5em;\n",
"}\n",
"\n",
".xr-section-summary-in:disabled + label {\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-summary-in + label:before {\n",
" display: inline-block;\n",
" content: '►';\n",
" font-size: 11px;\n",
" width: 15px;\n",
" text-align: center;\n",
"}\n",
"\n",
".xr-section-summary-in:disabled + label:before {\n",
" color: var(--xr-disabled-color);\n",
"}\n",
"\n",
".xr-section-summary-in:checked + label:before {\n",
" content: '▼';\n",
"}\n",
"\n",
".xr-section-summary-in:checked + label > span {\n",
" display: none;\n",
"}\n",
"\n",
".xr-section-summary,\n",
".xr-section-inline-details {\n",
" padding-top: 4px;\n",
" padding-bottom: 4px;\n",
"}\n",
"\n",
".xr-section-inline-details {\n",
" grid-column: 2 / -1;\n",
"}\n",
"\n",
".xr-section-details {\n",
" display: none;\n",
" grid-column: 1 / -1;\n",
" margin-bottom: 5px;\n",
"}\n",
"\n",
".xr-section-summary-in:checked ~ .xr-section-details {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-array-wrap {\n",
" grid-column: 1 / -1;\n",
" display: grid;\n",
" grid-template-columns: 20px auto;\n",
"}\n",
"\n",
".xr-array-wrap > label {\n",
" grid-column: 1;\n",
" vertical-align: top;\n",
"}\n",
"\n",
".xr-preview {\n",
" color: var(--xr-font-color3);\n",
"}\n",
"\n",
".xr-array-preview,\n",
".xr-array-data {\n",
" padding: 0 5px !important;\n",
" grid-column: 2;\n",
"}\n",
"\n",
".xr-array-data,\n",
".xr-array-in:checked ~ .xr-array-preview {\n",
" display: none;\n",
"}\n",
"\n",
".xr-array-in:checked ~ .xr-array-data,\n",
".xr-array-preview {\n",
" display: inline-block;\n",
"}\n",
"\n",
".xr-dim-list {\n",
" display: inline-block !important;\n",
" list-style: none;\n",
" padding: 0 !important;\n",
" margin: 0;\n",
"}\n",
"\n",
".xr-dim-list li {\n",
" display: inline-block;\n",
" padding: 0;\n",
" margin: 0;\n",
"}\n",
"\n",
".xr-dim-list:before {\n",
" content: '(';\n",
"}\n",
"\n",
".xr-dim-list:after {\n",
" content: ')';\n",
"}\n",
"\n",
".xr-dim-list li:not(:last-child):after {\n",
" content: ',';\n",
" padding-right: 5px;\n",
"}\n",
"\n",
".xr-has-index {\n",
" font-weight: bold;\n",
"}\n",
"\n",
".xr-var-list,\n",
".xr-var-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-var-item > div,\n",
".xr-var-item label,\n",
".xr-var-item > .xr-var-name span {\n",
" background-color: var(--xr-background-color-row-even);\n",
" margin-bottom: 0;\n",
"}\n",
"\n",
".xr-var-item > .xr-var-name:hover span {\n",
" padding-right: 5px;\n",
"}\n",
"\n",
".xr-var-list > li:nth-child(odd) > div,\n",
".xr-var-list > li:nth-child(odd) > label,\n",
".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n",
" background-color: var(--xr-background-color-row-odd);\n",
"}\n",
"\n",
".xr-var-name {\n",
" grid-column: 1;\n",
"}\n",
"\n",
".xr-var-dims {\n",
" grid-column: 2;\n",
"}\n",
"\n",
".xr-var-dtype {\n",
" grid-column: 3;\n",
" text-align: right;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-var-preview {\n",
" grid-column: 4;\n",
"}\n",
"\n",
".xr-index-preview {\n",
" grid-column: 2 / 5;\n",
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-var-name,\n",
".xr-var-dims,\n",
".xr-var-dtype,\n",
".xr-preview,\n",
".xr-attrs dt {\n",
" white-space: nowrap;\n",
" overflow: hidden;\n",
" text-overflow: ellipsis;\n",
" padding-right: 10px;\n",
"}\n",
"\n",
".xr-var-name:hover,\n",
".xr-var-dims:hover,\n",
".xr-var-dtype:hover,\n",
".xr-attrs dt:hover {\n",
" overflow: visible;\n",
" width: auto;\n",
" z-index: 1;\n",
"}\n",
"\n",
".xr-var-attrs,\n",
".xr-var-data,\n",
".xr-index-data {\n",
" display: none;\n",
" background-color: var(--xr-background-color) !important;\n",
" padding-bottom: 5px !important;\n",
"}\n",
"\n",
".xr-var-attrs-in:checked ~ .xr-var-attrs,\n",
".xr-var-data-in:checked ~ .xr-var-data,\n",
".xr-index-data-in:checked ~ .xr-index-data {\n",
" display: block;\n",
"}\n",
"\n",
".xr-var-data > table {\n",
" float: right;\n",
"}\n",
"\n",
".xr-var-name span,\n",
".xr-var-data,\n",
".xr-index-name div,\n",
".xr-index-data,\n",
".xr-attrs {\n",
" padding-left: 25px !important;\n",
"}\n",
"\n",
".xr-attrs,\n",
".xr-var-attrs,\n",
".xr-var-data,\n",
".xr-index-data {\n",
" grid-column: 1 / -1;\n",
"}\n",
"\n",
"dl.xr-attrs {\n",
" padding: 0;\n",
" margin: 0;\n",
" display: grid;\n",
" grid-template-columns: 125px auto;\n",
"}\n",
"\n",
".xr-attrs dt,\n",
".xr-attrs dd {\n",
" padding: 0;\n",
" margin: 0;\n",
" float: left;\n",
" padding-right: 10px;\n",
" width: auto;\n",
"}\n",
"\n",
".xr-attrs dt {\n",
" font-weight: normal;\n",
" grid-column: 1;\n",
"}\n",
"\n",
".xr-attrs dt:hover span {\n",
" display: inline-block;\n",
" background: var(--xr-background-color);\n",
" padding-right: 10px;\n",
"}\n",
"\n",
".xr-attrs dd {\n",
" grid-column: 2;\n",
" white-space: pre-wrap;\n",
" word-break: break-all;\n",
"}\n",
"\n",
".xr-icon-database,\n",
".xr-icon-file-text2,\n",
".xr-no-icon {\n",
" display: inline-block;\n",
" vertical-align: middle;\n",
" width: 1em;\n",
" height: 1.5em !important;\n",
" stroke-width: 0;\n",
" stroke: currentColor;\n",
" fill: currentColor;\n",
"}\n",
"</style><pre class='xr-text-repr-fallback'>&lt;xarray.Dataset&gt;\n",
"Dimensions: (longitude: 720, latitude: 323, time: 472)\n",
"Coordinates:\n",
" * longitude (longitude) float32 -180.0 -179.5 -179.0 ... 178.5 179.0 179.5\n",
" * latitude (latitude) float32 -78.0 -77.5 -77.0 -76.5 ... 82.0 82.5 83.0\n",
" * time (time) datetime64[ns] 1993-01-01 ... 1993-02-28T21:00:00\n",
" MAPSTA (latitude, longitude) int16 dask.array&lt;chunksize=(323, 720), meta=np.ndarray&gt;\n",
"Data variables: (12/85)\n",
" dpt (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" ucur (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" vcur (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" uwnd (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" vwnd (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" ice (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" ... ...\n",
" vabr (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" uubr (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" vubr (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" mssu (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" mssc (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
" mssd (time, latitude, longitude) float32 dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;\n",
"Attributes: (12/102)\n",
" WAVEWATCH_III_version_number: 7.00\n",
" WAVEWATCH_III_switches: F90 NOGRB NC4 SCRIP SCRIPNC SHRD PR3 UQ...\n",
" SIN4 namelist parameter BETAMAX: 1.75\n",
" title: WAVEWATCH-III HINDCAST\n",
" netcdf_version: 4.5.2\n",
" product_name: LOPS_WW3-GLOB-30M_199301.nc\n",
" ... ...\n",
" P2SF: 1\n",
" E3D: 1\n",
" I1P2SF: 3\n",
" I2P2SF: 24\n",
" start_date: 1993-01-01 00:00:00\n",
" stop_date: 1993-01-31 21:00:00</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-d598651e-0e90-40e7-a316-f92cdb8eb7d0' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-d598651e-0e90-40e7-a316-f92cdb8eb7d0' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>longitude</span>: 720</li><li><span class='xr-has-index'>latitude</span>: 323</li><li><span class='xr-has-index'>time</span>: 472</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-63244b57-1465-4fc8-b061-41f4e7c871d0' class='xr-section-summary-in' type='checkbox' checked><label for='section-63244b57-1465-4fc8-b061-41f4e7c871d0' class='xr-section-summary' >Coordinates: <span>(4)</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 class='xr-has-index'>longitude</span></div><div class='xr-var-dims'>(longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>-180.0 -179.5 ... 179.0 179.5</div><input id='attrs-474b8429-afb8-42c0-a332-9c3300561989' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-474b8429-afb8-42c0-a332-9c3300561989' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d0a4f9ed-c815-4334-bcee-1675d70f3f04' class='xr-var-data-in' type='checkbox'><label for='data-d0a4f9ed-c815-4334-bcee-1675d70f3f04' 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>units :</span></dt><dd>degree_east</dd><dt><span>long_name :</span></dt><dd>longitude</dd><dt><span>standard_name :</span></dt><dd>longitude</dd><dt><span>valid_min :</span></dt><dd>-180.0</dd><dt><span>valid_max :</span></dt><dd>360.0</dd><dt><span>axis :</span></dt><dd>X</dd></dl></div><div class='xr-var-data'><pre>array([-180. , -179.5, -179. , ..., 178.5, 179. , 179.5], dtype=float32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>latitude</span></div><div class='xr-var-dims'>(latitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>-78.0 -77.5 -77.0 ... 82.5 83.0</div><input id='attrs-56248b4e-bff0-498c-b6ec-1976d28cfe80' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-56248b4e-bff0-498c-b6ec-1976d28cfe80' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9d5f4741-4756-4eb7-8ba4-f165d0412672' class='xr-var-data-in' type='checkbox'><label for='data-9d5f4741-4756-4eb7-8ba4-f165d0412672' 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>units :</span></dt><dd>degree_north</dd><dt><span>long_name :</span></dt><dd>latitude</dd><dt><span>standard_name :</span></dt><dd>latitude</dd><dt><span>valid_min :</span></dt><dd>-90.0</dd><dt><span>valid_max :</span></dt><dd>180.0</dd><dt><span>axis :</span></dt><dd>Y</dd></dl></div><div class='xr-var-data'><pre>array([-78. , -77.5, -77. , ..., 82. , 82.5, 83. ], dtype=float32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>time</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>1993-01-01 ... 1993-02-28T21:00:00</div><input id='attrs-af64bbfe-fecc-41d0-9dd2-fcbce1871b0b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-af64bbfe-fecc-41d0-9dd2-fcbce1871b0b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f1457822-bbcd-4fb6-8728-b727e73396fe' class='xr-var-data-in' type='checkbox'><label for='data-f1457822-bbcd-4fb6-8728-b727e73396fe' 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>julian day (UT)</dd><dt><span>standard_name :</span></dt><dd>time</dd><dt><span>conventions :</span></dt><dd>relative julian days with decimal part (as parts of the day )</dd><dt><span>axis :</span></dt><dd>T</dd></dl></div><div class='xr-var-data'><pre>array([&#x27;1993-01-01T00:00:00.000000000&#x27;, &#x27;1993-01-01T03:00:00.000000000&#x27;,\n",
" &#x27;1993-01-01T06:00:00.000000000&#x27;, ..., &#x27;1993-02-28T15:00:00.000000000&#x27;,\n",
" &#x27;1993-02-28T18:00:00.000000000&#x27;, &#x27;1993-02-28T21:00:00.000000000&#x27;],\n",
" dtype=&#x27;datetime64[ns]&#x27;)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>MAPSTA</span></div><div class='xr-var-dims'>(latitude, longitude)</div><div class='xr-var-dtype'>int16</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(323, 720), meta=np.ndarray&gt;</div><input id='attrs-3cd9cb78-ded3-4bb5-9d3e-c89c1b3fa55b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3cd9cb78-ded3-4bb5-9d3e-c89c1b3fa55b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7ccff9f4-b502-43ec-8cc9-823a7f7457a2' class='xr-var-data-in' type='checkbox'><label for='data-7ccff9f4-b502-43ec-8cc9-823a7f7457a2' 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>status map</dd><dt><span>standard_name :</span></dt><dd>status map</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>-32</dd><dt><span>valid_max :</span></dt><dd>32</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 454.22 kiB </td>\n",
" <td> 454.22 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (323, 720) </td>\n",
" <td> (323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 1 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> int16 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"170\" height=\"103\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"0\" y1=\"0\" x2=\"120\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"0\" y1=\"53\" x2=\"120\" y2=\"53\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"120\" y1=\"0\" x2=\"120\" y2=\"53\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"0.0,0.0 120.0,0.0 120.0,53.833333333333336 0.0,53.833333333333336\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"60.000000\" y=\"73.833333\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"140.000000\" y=\"26.916667\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,140.000000,26.916667)\">323</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li></ul></div></li><li class='xr-section-item'><input id='section-5d8c0c42-c69a-4af4-b013-3855b34ac471' class='xr-section-summary-in' type='checkbox' ><label for='section-5d8c0c42-c69a-4af4-b013-3855b34ac471' class='xr-section-summary' >Data variables: <span>(85)</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>dpt</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-a6b7814a-f8a7-4b82-bc37-93b426320d0e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a6b7814a-f8a7-4b82-bc37-93b426320d0e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-848c8236-96fa-4a84-8b54-1a0e1fea0ff4' class='xr-var-data-in' type='checkbox'><label for='data-848c8236-96fa-4a84-8b54-1a0e1fea0ff4' 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>depth</dd><dt><span>standard_name :</span></dt><dd>depth</dd><dt><span>globwave_name :</span></dt><dd>depth</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>-90000</dd><dt><span>valid_max :</span></dt><dd>140000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ucur</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-e9428988-578f-4a73-a57c-752bfcb5441f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e9428988-578f-4a73-a57c-752bfcb5441f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a9a016ce-56f6-4d4b-bd2e-22335a43c1e1' class='xr-var-data-in' type='checkbox'><label for='data-a9a016ce-56f6-4d4b-bd2e-22335a43c1e1' 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>eastward current</dd><dt><span>standard_name :</span></dt><dd>eastward_sea_water_velocity</dd><dt><span>globwave_name :</span></dt><dd>eastward_sea_water_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>cur=sqrt(U**2+V**2)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vcur</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-af26ad2d-b142-4827-b997-de04e542c960' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-af26ad2d-b142-4827-b997-de04e542c960' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c149c015-f320-4347-8d26-c4c8be8594aa' class='xr-var-data-in' type='checkbox'><label for='data-c149c015-f320-4347-8d26-c4c8be8594aa' 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>northward current</dd><dt><span>standard_name :</span></dt><dd>northward_sea_water_velocity</dd><dt><span>globwave_name :</span></dt><dd>northward_sea_water_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>cur=sqrt(U**2+V**2)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uwnd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c64dabe1-c7f1-4e40-90d0-45dad30dc180' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c64dabe1-c7f1-4e40-90d0-45dad30dc180' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5b8b0d8a-19b0-4a74-b9cc-ab38e95c5e10' class='xr-var-data-in' type='checkbox'><label for='data-5b8b0d8a-19b0-4a74-b9cc-ab38e95c5e10' 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>eastward_wind</dd><dt><span>standard_name :</span></dt><dd>eastward_wind</dd><dt><span>globwave_name :</span></dt><dd>eastward_wind</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>wind=sqrt(U10**2+V10**2)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>vwnd</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-12b744b2-e7f9-4c97-a975-8ec4b5f8d822' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-12b744b2-e7f9-4c97-a975-8ec4b5f8d822' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-865a51a0-2a51-4558-93ce-df10a92f3500' class='xr-var-data-in' type='checkbox'><label for='data-865a51a0-2a51-4558-93ce-df10a92f3500' 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>northward_wind</dd><dt><span>standard_name :</span></dt><dd>northward_wind</dd><dt><span>globwave_name :</span></dt><dd>northward_wind</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-990</dd><dt><span>valid_max :</span></dt><dd>990</dd><dt><span>comment :</span></dt><dd>wind=sqrt(U10**2+V10**2)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ice</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-f93dcaf9-05c3-47ba-a5a4-01c5ee05524c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f93dcaf9-05c3-47ba-a5a4-01c5ee05524c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9a19506e-0210-4ff9-9129-c9d52da268a4' class='xr-var-data-in' type='checkbox'><label for='data-9a19506e-0210-4ff9-9129-c9d52da268a4' 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>sea ice area fraction</dd><dt><span>standard_name :</span></dt><dd>sea_ice_area_fraction</dd><dt><span>globwave_name :</span></dt><dd>sea_ice_area_fraction</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ibg</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-754d147c-70f8-42d3-a07e-f6ff6bff47ac' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-754d147c-70f8-42d3-a07e-f6ff6bff47ac' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ceb73f1d-2846-4e91-9ac2-a67a49f00e25' class='xr-var-data-in' type='checkbox'><label for='data-ceb73f1d-2846-4e91-9ac2-a67a49f00e25' 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>icebergs_damping</dd><dt><span>standard_name :</span></dt><dd>icebergs_induced_attenuation_scale_for_waves</dd><dt><span>globwave_name :</span></dt><dd>icebergs_damping</dd><dt><span>units :</span></dt><dd>km-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ic1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-923afb0f-2c60-4b7f-bf7c-9b71defccb95' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-923afb0f-2c60-4b7f-bf7c-9b71defccb95' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e5ca4e2e-4185-4e1c-8d01-5f6c91a79337' class='xr-var-data-in' type='checkbox'><label for='data-e5ca4e2e-4185-4e1c-8d01-5f6c91a79337' 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>ice thickness</dd><dt><span>standard_name :</span></dt><dd>ice_thickness</dd><dt><span>globwave_name :</span></dt><dd>ice_thickness</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ic5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-0ec34e04-2480-4278-8c34-06c627a5ff53' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0ec34e04-2480-4278-8c34-06c627a5ff53' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-13846db2-11d6-4718-8a43-330b7f1c1ed0' class='xr-var-data-in' type='checkbox'><label for='data-13846db2-11d6-4718-8a43-330b7f1c1ed0' 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>maximum floe diameter</dd><dt><span>standard_name :</span></dt><dd>maximum_ice_floe_diameter</dd><dt><span>globwave_name :</span></dt><dd>maximum_ice_floe_diameter</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>30000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>hs</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-4a9dfdcb-15b0-409c-ba0c-910cc1c1bfc9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4a9dfdcb-15b0-409c-ba0c-910cc1c1bfc9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9ac227df-d51d-4c0b-bb5d-6d9ab9b976fd' class='xr-var-data-in' type='checkbox'><label for='data-9ac227df-d51d-4c0b-bb5d-6d9ab9b976fd' 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>significant height of wind and swell waves</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lm</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-51731603-0543-48e7-aa49-ef6109cc0d44' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-51731603-0543-48e7-aa49-ef6109cc0d44' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-af9a7ed6-4ab5-42c7-974d-0b6673635c08' class='xr-var-data-in' type='checkbox'><label for='data-af9a7ed6-4ab5-42c7-974d-0b6673635c08' 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>mean wave length</dd><dt><span>standard_name :</span></dt><dd>mean_wave_length</dd><dt><span>globwave_name :</span></dt><dd>mean_wave_length</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3200</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t02</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-51383a32-4e4a-4953-8ab7-63f7e0116b6c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-51383a32-4e4a-4953-8ab7-63f7e0116b6c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a4623b48-5f7f-4f06-807d-3a66a773ab6b' class='xr-var-data-in' type='checkbox'><label for='data-a4623b48-5f7f-4f06-807d-3a66a773ab6b' 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>mean period T02</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_second_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t02</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t0m1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-9ec29f9b-bc58-4406-9836-096acecfa2c8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9ec29f9b-bc58-4406-9836-096acecfa2c8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cd991016-4685-428d-aedf-12539073b096' class='xr-var-data-in' type='checkbox'><label for='data-cd991016-4685-428d-aedf-12539073b096' 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>mean period T0m1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_inverse_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t0m1</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>t01</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-22cba4c0-ec90-43f0-8228-4af8a98ccb3f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-22cba4c0-ec90-43f0-8228-4af8a98ccb3f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d989d973-115a-4604-99e8-271dc3e5f417' class='xr-var-data-in' type='checkbox'><label for='data-d989d973-115a-4604-99e8-271dc3e5f417' 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>mean period T01</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wind_wave_mean_period_from_variance_spectral_density_first_frequency_moment</dd><dt><span>globwave_name :</span></dt><dd>mean_period_t01</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>5000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>fp</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c7544101-df84-48da-b7ea-17d1e5d3f4f9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c7544101-df84-48da-b7ea-17d1e5d3f4f9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-eca611de-4da5-4eda-bb78-584da3270a07' class='xr-var-data-in' type='checkbox'><label for='data-eca611de-4da5-4eda-bb78-584da3270a07' 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>wave peak frequency</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_frequency</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_frequency</dd><dt><span>units :</span></dt><dd>s-1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dir</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-29d4db7e-1f71-4287-8cbf-11df9c2430fc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-29d4db7e-1f71-4287-8cbf-11df9c2430fc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-572c33d3-1099-4a1c-9b5f-2b24beba099f' class='xr-var-data-in' type='checkbox'><label for='data-572c33d3-1099-4a1c-9b5f-2b24beba099f' 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>wave mean direction</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>spr</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c2d22ded-abaf-48be-8e4c-23d1f8396861' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c2d22ded-abaf-48be-8e4c-23d1f8396861' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8b7a946e-71c2-4a68-b579-bb56728b2822' class='xr-var-data-in' type='checkbox'><label for='data-8b7a946e-71c2-4a68-b579-bb56728b2822' 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>directional spread</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread</dd><dt><span>globwave_name :</span></dt><dd>directional_spread</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dp</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-d37b8faf-821d-4be2-b204-07d0ab44b8cf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d37b8faf-821d-4be2-b204-07d0ab44b8cf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f5668b06-9165-414d-a1ae-2748f29e4601' class='xr-var-data-in' type='checkbox'><label for='data-f5668b06-9165-414d-a1ae-2748f29e4601' 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>peak direction</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_direction</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_direction</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>360</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-f9459843-945a-40f7-b47d-5e784e6629e2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f9459843-945a-40f7-b47d-5e784e6629e2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4145560f-6987-45be-a375-b29800e1751f' class='xr-var-data-in' type='checkbox'><label for='data-4145560f-6987-45be-a375-b29800e1751f' 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>wave significant height partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_0</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_0</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-262e9320-c377-419c-8404-e6aeb7c24d9c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-262e9320-c377-419c-8404-e6aeb7c24d9c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a253a113-d44a-4dcd-ae6f-170fa96e64ed' class='xr-var-data-in' type='checkbox'><label for='data-a253a113-d44a-4dcd-ae6f-170fa96e64ed' 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>wave significant height partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_1</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_1</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c50b26cf-56fe-451f-898d-16cc7aba44b1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c50b26cf-56fe-451f-898d-16cc7aba44b1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ad574d4e-8b12-4c91-b6ba-ec010eaa1993' class='xr-var-data-in' type='checkbox'><label for='data-ad574d4e-8b12-4c91-b6ba-ec010eaa1993' 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>wave significant height partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_2</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_2</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-945df53f-1ed5-4bec-adfd-71cace6b84c8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-945df53f-1ed5-4bec-adfd-71cace6b84c8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ec72dafe-93db-4183-8441-16b6b4283240' class='xr-var-data-in' type='checkbox'><label for='data-ec72dafe-93db-4183-8441-16b6b4283240' 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>wave significant height partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_3</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_3</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-569210f9-2a28-48fd-8a91-d735df2e8f75' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-569210f9-2a28-48fd-8a91-d735df2e8f75' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-83f7b293-ca8a-4bc6-9471-a28d0f19eb92' class='xr-var-data-in' type='checkbox'><label for='data-83f7b293-ca8a-4bc6-9471-a28d0f19eb92' 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>wave significant height partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_4</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_4</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>phs5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c43a9c5b-759d-4c73-91de-38660554fa13' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c43a9c5b-759d-4c73-91de-38660554fa13' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5e7333c7-b292-4829-aff8-77293602211a' class='xr-var-data-in' type='checkbox'><label for='data-5e7333c7-b292-4829-aff8-77293602211a' 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>wave significant height partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_significant_height_partition_5</dd><dt><span>globwave_name :</span></dt><dd>significant_wave_height_partition_5</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>32000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-ee250126-748b-45e7-b283-5763ffa68cea' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ee250126-748b-45e7-b283-5763ffa68cea' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1ad0b801-b2eb-4a25-8d20-6183ad4081be' class='xr-var-data-in' type='checkbox'><label for='data-1ad0b801-b2eb-4a25-8d20-6183ad4081be' 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>peak period partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_0</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_0</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-ec0df3a4-8830-4e2e-aa95-baaecad975c5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ec0df3a4-8830-4e2e-aa95-baaecad975c5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f3c7be04-5bf0-49c3-bc68-41ed8ae07c8f' class='xr-var-data-in' type='checkbox'><label for='data-f3c7be04-5bf0-49c3-bc68-41ed8ae07c8f' 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>peak period partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_1</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_1</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-52c45498-316e-4c25-a415-05746e9e10f1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-52c45498-316e-4c25-a415-05746e9e10f1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2648c7ac-6d79-4298-b514-9ece9a6a0b42' class='xr-var-data-in' type='checkbox'><label for='data-2648c7ac-6d79-4298-b514-9ece9a6a0b42' 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>peak period partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_2</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_2</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-4d6c394e-6987-415b-b142-6b174f24999e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4d6c394e-6987-415b-b142-6b174f24999e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-96538a25-2844-41ec-943a-9d2639b66138' class='xr-var-data-in' type='checkbox'><label for='data-96538a25-2844-41ec-943a-9d2639b66138' 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>peak period partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_3</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_3</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-72c72e83-6e20-409e-a8d9-83c04bb608b2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-72c72e83-6e20-409e-a8d9-83c04bb608b2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-81915e77-8e95-4bae-b1f7-8d41b516b95f' class='xr-var-data-in' type='checkbox'><label for='data-81915e77-8e95-4bae-b1f7-8d41b516b95f' 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>peak period partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_4</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_4</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>ptp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-cedaafa1-4b6d-4e2e-97f5-7c2018a42a84' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cedaafa1-4b6d-4e2e-97f5-7c2018a42a84' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8136c3a5-3926-4849-99f4-875646548463' class='xr-var-data-in' type='checkbox'><label for='data-8136c3a5-3926-4849-99f4-875646548463' 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>peak period partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_period_at_variance_spectral_density_maximum_partition_5</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_period_partition_5</dd><dt><span>units :</span></dt><dd>s</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c928d7cc-83b7-4c5e-b4af-21ba18c8d700' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c928d7cc-83b7-4c5e-b4af-21ba18c8d700' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8a83aa6f-5596-47ae-836a-6cc759fed1cd' class='xr-var-data-in' type='checkbox'><label for='data-8a83aa6f-5596-47ae-836a-6cc759fed1cd' 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>peak wave length partition 0</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_0</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_0</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-0314facf-3da3-4f24-a931-47a97fdc3d4f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0314facf-3da3-4f24-a931-47a97fdc3d4f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ef248775-251d-4622-bb9d-31db3ebb8b99' class='xr-var-data-in' type='checkbox'><label for='data-ef248775-251d-4622-bb9d-31db3ebb8b99' 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>peak wave length partition 1</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_1</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_1</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-84afb002-ace4-4917-83cb-f5ec10c1ec1d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-84afb002-ace4-4917-83cb-f5ec10c1ec1d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9bd75634-6ea0-4359-80d2-dfe6b7f02f44' class='xr-var-data-in' type='checkbox'><label for='data-9bd75634-6ea0-4359-80d2-dfe6b7f02f44' 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>peak wave length partition 2</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_2</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_2</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-3f9b93c9-818e-44da-8169-d96858dc1e16' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3f9b93c9-818e-44da-8169-d96858dc1e16' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-967bb570-0f48-4eb4-8488-fd681f04276d' class='xr-var-data-in' type='checkbox'><label for='data-967bb570-0f48-4eb4-8488-fd681f04276d' 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>peak wave length partition 3</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_3</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_3</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-795d4fb7-8e5d-4d65-afe4-48e047127bcc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-795d4fb7-8e5d-4d65-afe4-48e047127bcc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-19112d13-030e-476b-98f6-80bb0716677a' class='xr-var-data-in' type='checkbox'><label for='data-19112d13-030e-476b-98f6-80bb0716677a' 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>peak wave length partition 4</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_4</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_4</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>plp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-82affaf2-5395-405c-b77b-ca20d67dbd6e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-82affaf2-5395-405c-b77b-ca20d67dbd6e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-28d3b91d-9b0f-4991-94fc-545828ff55c2' class='xr-var-data-in' type='checkbox'><label for='data-28d3b91d-9b0f-4991-94fc-545828ff55c2' 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>peak wave length partition 5</dd><dt><span>standard_name :</span></dt><dd>peak_wave_length_partition_5</dd><dt><span>globwave_name :</span></dt><dd>peak_wave_length_partition_5</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>10000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-626829c7-afc0-422f-b122-85efacbe6cda' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-626829c7-afc0-422f-b122-85efacbe6cda' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-887935dd-3acb-4bd2-a770-ae8190bd87ee' class='xr-var-data-in' type='checkbox'><label for='data-887935dd-3acb-4bd2-a770-ae8190bd87ee' 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>wave mean direction partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_0</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-6bf3b55f-d8bc-4978-be2f-3083ce955fc5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6bf3b55f-d8bc-4978-be2f-3083ce955fc5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d9d041b5-e78d-4c6f-bd0a-3b3892a3587e' class='xr-var-data-in' type='checkbox'><label for='data-d9d041b5-e78d-4c6f-bd0a-3b3892a3587e' 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>wave mean direction partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_1</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-5d8eb520-ee10-4eb9-a177-8f0114792662' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5d8eb520-ee10-4eb9-a177-8f0114792662' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-31d2ff0b-e052-407e-921e-dee20ef052a5' class='xr-var-data-in' type='checkbox'><label for='data-31d2ff0b-e052-407e-921e-dee20ef052a5' 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>wave mean direction partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_2</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-e32b9a88-9ef1-4934-8435-6b53f54fd336' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e32b9a88-9ef1-4934-8435-6b53f54fd336' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-beecc9c7-f62e-4117-93f6-d66fd46a189d' class='xr-var-data-in' type='checkbox'><label for='data-beecc9c7-f62e-4117-93f6-d66fd46a189d' 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>wave mean direction partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_3</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-b13b8928-d93f-46af-b1b0-6f713a10e777' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b13b8928-d93f-46af-b1b0-6f713a10e777' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bc1b2815-7788-40d3-bf05-52b9730f340a' class='xr-var-data-in' type='checkbox'><label for='data-bc1b2815-7788-40d3-bf05-52b9730f340a' 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>wave mean direction partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_4</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdir5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-4bac4edb-09cf-483a-8779-c8aa3b96f884' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4bac4edb-09cf-483a-8779-c8aa3b96f884' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7322386a-386d-479a-b7f3-6ee89b010397' class='xr-var-data-in' type='checkbox'><label for='data-7322386a-386d-479a-b7f3-6ee89b010397' 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>wave mean direction partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_from_direction_partition_5</dd><dt><span>globwave_name :</span></dt><dd>wave_from_direction_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-85423c7f-06d7-446a-b5b7-50e453223a7e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-85423c7f-06d7-446a-b5b7-50e453223a7e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4a6cfbb8-ae69-4545-aa11-6c0994c97f84' class='xr-var-data-in' type='checkbox'><label for='data-4a6cfbb8-ae69-4545-aa11-6c0994c97f84' 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>directional spread partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_0</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-b14f5cf3-7e55-47a7-b159-5cfa5e51e7f8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b14f5cf3-7e55-47a7-b159-5cfa5e51e7f8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-eb11a7e4-280d-4b37-8fbd-d5a5498f8c2e' class='xr-var-data-in' type='checkbox'><label for='data-eb11a7e4-280d-4b37-8fbd-d5a5498f8c2e' 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>directional spread partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_1</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-72926b67-4101-4280-9afc-a6e3448326d2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-72926b67-4101-4280-9afc-a6e3448326d2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b449e3c9-d910-4024-948e-38c4908faf2f' class='xr-var-data-in' type='checkbox'><label for='data-b449e3c9-d910-4024-948e-38c4908faf2f' 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>directional spread partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_2</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-d1d4a25e-bcca-4427-91d2-923904de0a3c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d1d4a25e-bcca-4427-91d2-923904de0a3c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e6cc9b66-83b0-4465-b183-3700eb395dec' class='xr-var-data-in' type='checkbox'><label for='data-e6cc9b66-83b0-4465-b183-3700eb395dec' 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>directional spread partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_3</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-64a48e29-c602-472b-a34f-6c1dad8e7551' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-64a48e29-c602-472b-a34f-6c1dad8e7551' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a01674a9-4b02-4380-a1d8-061e1bb88bbc' class='xr-var-data-in' type='checkbox'><label for='data-a01674a9-4b02-4380-a1d8-061e1bb88bbc' 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>directional spread partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_4</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pspr5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-1fb82e36-6822-4601-80db-524a939c8d93' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1fb82e36-6822-4601-80db-524a939c8d93' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-434e1b59-4d06-4458-9bee-d2ea16ef60ea' class='xr-var-data-in' type='checkbox'><label for='data-434e1b59-4d06-4458-9bee-d2ea16ef60ea' 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>directional spread partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_directional_spread_partition_5</dd><dt><span>globwave_name :</span></dt><dd>directional_spread_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>900</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-fae7d952-a735-461a-868b-dc2c9ab04f2f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fae7d952-a735-461a-868b-dc2c9ab04f2f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-468fa111-5784-447c-9dbe-8eb8b528cc03' class='xr-var-data-in' type='checkbox'><label for='data-468fa111-5784-447c-9dbe-8eb8b528cc03' 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>wind sea fraction in partition 0</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_0</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_0</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-59a88d86-c759-4957-b358-a0c10b4ba0a3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-59a88d86-c759-4957-b358-a0c10b4ba0a3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7209e278-410e-4cb4-84ce-8f7c92259d2d' class='xr-var-data-in' type='checkbox'><label for='data-7209e278-410e-4cb4-84ce-8f7c92259d2d' 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>wind sea fraction in partition 1</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_1</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_1</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-927aa1a3-4479-4a7a-b90b-2f2e138c0c88' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-927aa1a3-4479-4a7a-b90b-2f2e138c0c88' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9aaf12ea-5a57-44f7-93b3-7d4ed9268056' class='xr-var-data-in' type='checkbox'><label for='data-9aaf12ea-5a57-44f7-93b3-7d4ed9268056' 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>wind sea fraction in partition 2</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_2</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_2</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-1fe9e647-e681-4ddf-950f-bf69338f446f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1fe9e647-e681-4ddf-950f-bf69338f446f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a4502611-f19e-4b92-bfa5-b1f972640552' class='xr-var-data-in' type='checkbox'><label for='data-a4502611-f19e-4b92-bfa5-b1f972640552' 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>wind sea fraction in partition 3</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_3</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_3</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-f5f6b68a-5044-4472-8641-ce82d220d678' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f5f6b68a-5044-4472-8641-ce82d220d678' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-531d8603-d2ec-48c7-bf82-f5f728dd263c' class='xr-var-data-in' type='checkbox'><label for='data-531d8603-d2ec-48c7-bf82-f5f728dd263c' 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>wind sea fraction in partition 4</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_4</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_4</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pws5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c33a70ec-982b-42b7-9d79-77e6f727dda8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c33a70ec-982b-42b7-9d79-77e6f727dda8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-72f4d01e-7b92-4488-9cda-b26591fa67be' class='xr-var-data-in' type='checkbox'><label for='data-72f4d01e-7b92-4488-9cda-b26591fa67be' 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>wind sea fraction in partition 5</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction_in_partition_5</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction_in_partition_5</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp0</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-ab21327b-201c-4ee4-91d5-438e80a99938' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ab21327b-201c-4ee4-91d5-438e80a99938' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dcca75b4-f383-48cd-9892-5c5e4828c78d' class='xr-var-data-in' type='checkbox'><label for='data-dcca75b4-f383-48cd-9892-5c5e4828c78d' 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>peak direction partition 0</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_0</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_0</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp1</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-eef75ab2-f60e-4b34-8b9e-697216566d2e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-eef75ab2-f60e-4b34-8b9e-697216566d2e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ccf28dbb-528c-4b4f-8bdc-92533fe8757c' class='xr-var-data-in' type='checkbox'><label for='data-ccf28dbb-528c-4b4f-8bdc-92533fe8757c' 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>peak direction partition 1</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_1</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_1</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp2</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-825769a0-1990-4a67-88ff-140731aa74b2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-825769a0-1990-4a67-88ff-140731aa74b2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4e244b36-be54-4761-a091-fe45db85e893' class='xr-var-data-in' type='checkbox'><label for='data-4e244b36-be54-4761-a091-fe45db85e893' 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>peak direction partition 2</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_2</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_2</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp3</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-f0b1dffb-6925-4a64-bc62-5108f9eedd7a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f0b1dffb-6925-4a64-bc62-5108f9eedd7a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e66b89bd-abdc-4eff-a12d-36407f45bb2d' class='xr-var-data-in' type='checkbox'><label for='data-e66b89bd-abdc-4eff-a12d-36407f45bb2d' 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>peak direction partition 3</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_3</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_3</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp4</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-3fa3b5af-3d6f-479a-bc9b-0fd75931376d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3fa3b5af-3d6f-479a-bc9b-0fd75931376d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-32613f0d-4e69-4480-b65a-1c8014a59e30' class='xr-var-data-in' type='checkbox'><label for='data-32613f0d-4e69-4480-b65a-1c8014a59e30' 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>peak direction partition 4</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_4</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_4</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>pdp5</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-869d0503-b06d-479d-a6e0-c622e414e2d4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-869d0503-b06d-479d-a6e0-c622e414e2d4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-89f535a8-f4a8-4ab9-a7a0-85c0bd3cc1da' class='xr-var-data-in' type='checkbox'><label for='data-89f535a8-f4a8-4ab9-a7a0-85c0bd3cc1da' 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>peak direction partition 5</dd><dt><span>standard_name :</span></dt><dd>sea_surface_wave_peak_from_direction_partition_5</dd><dt><span>globwave_name :</span></dt><dd>dominant_wave_from_direction_partition_5</dd><dt><span>units :</span></dt><dd>degree</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>3600</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>tws</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-83b879e3-9022-49b8-b6ee-6b9b75fee400' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-83b879e3-9022-49b8-b6ee-6b9b75fee400' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d9b0f33c-cd04-4f2a-9c82-08f869fa07a2' class='xr-var-data-in' type='checkbox'><label for='data-d9b0f33c-cd04-4f2a-9c82-08f869fa07a2' 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>wind sea fraction</dd><dt><span>standard_name :</span></dt><dd>wind_sea_fraction</dd><dt><span>globwave_name :</span></dt><dd>wind_sea_fraction</dd><dt><span>units :</span></dt><dd>1</dd><dt><span>valid_min :</span></dt><dd>0</dd><dt><span>valid_max :</span></dt><dd>1000</dd><dt><span>comment :</span></dt><dd>Wind sea and swells defined using topographic partitions and partition wave-age cut-off (WWIII default scheme)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 56.274509803921575,46.274509803921575 56.274509803921575,100.10784313725492 10.0,53.833333333333336\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"130\" y2=\"0\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"132\" y2=\"2\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"134\" y2=\"4\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"137\" y2=\"7\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"139\" y2=\"9\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"142\" y2=\"12\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"144\" y2=\"14\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"146\" y2=\"16\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"149\" y2=\"19\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"151\" y2=\"21\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"154\" y2=\"24\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"156\" y2=\"26\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"159\" y2=\"29\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"161\" y2=\"31\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"164\" y2=\"34\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"166\" y2=\"36\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"168\" y2=\"38\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"171\" y2=\"41\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"173\" y2=\"43\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"130\" y1=\"0\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"10.0,0.0 130.0,0.0 176.27450980392157,46.274509803921575 56.274509803921575,46.274509803921575\" style=\"fill:#8B4903A0;stroke-width:0\"/>\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"176\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"56\" y1=\"100\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
" <line x1=\"176\" y1=\"46\" x2=\"176\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Colored Rectangle -->\n",
" <polygon points=\"56.274509803921575,46.274509803921575 176.27450980392157,46.274509803921575 176.27450980392157,100.10784313725492 56.274509803921575,100.10784313725492\" style=\"fill:#ECB172A0;stroke-width:0\"/>\n",
"\n",
" <!-- Text -->\n",
" <text x=\"116.274510\" y=\"120.107843\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" >720</text>\n",
" <text x=\"196.274510\" y=\"73.191176\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(-90,196.274510,73.191176)\">323</text>\n",
" <text x=\"23.137255\" y=\"96.970588\" font-size=\"1.0rem\" font-weight=\"100\" text-anchor=\"middle\" transform=\"rotate(45,23.137255,96.970588)\">472</text>\n",
"</svg>\n",
" </td>\n",
" </tr>\n",
"</table></div></li><li class='xr-var-item'><div class='xr-var-name'><span>uust</span></div><div class='xr-var-dims'>(time, latitude, longitude)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>dask.array&lt;chunksize=(1, 323, 720), meta=np.ndarray&gt;</div><input id='attrs-c80a7e13-b8bc-456e-8ee7-78ffd0d2760e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c80a7e13-b8bc-456e-8ee7-78ffd0d2760e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cafd05d0-4e7e-4743-bbe1-a630e520fbdd' class='xr-var-data-in' type='checkbox'><label for='data-cafd05d0-4e7e-4743-bbe1-a630e520fbdd' 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>eastward friction velocity</dd><dt><span>standard_name :</span></dt><dd>eastward_friction_velocity</dd><dt><span>globwave_name :</span></dt><dd>eastward_friction_velocity</dd><dt><span>units :</span></dt><dd>m s-1</dd><dt><span>valid_min :</span></dt><dd>-9900</dd><dt><span>valid_max :</span></dt><dd>9900</dd><dt><span>comment :</span></dt><dd>ust=sqrt(uust**2+vust**2)</dd></dl></div><div class='xr-var-data'><table>\n",
" <tr>\n",
" <td>\n",
" <table style=\"border-collapse: collapse;\">\n",
" <thead>\n",
" <tr>\n",
" <td> </td>\n",
" <th> Array </th>\n",
" <th> Chunk </th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" \n",
" <tr>\n",
" <th> Bytes </th>\n",
" <td> 418.73 MiB </td>\n",
" <td> 908.44 kiB </td>\n",
" </tr>\n",
" \n",
" <tr>\n",
" <th> Shape </th>\n",
" <td> (472, 323, 720) </td>\n",
" <td> (1, 323, 720) </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Dask graph </th>\n",
" <td colspan=\"2\"> 472 chunks in 5 graph layers </td>\n",
" </tr>\n",
" <tr>\n",
" <th> Data type </th>\n",
" <td colspan=\"2\"> float32 numpy.ndarray </td>\n",
" </tr>\n",
" </tbody>\n",
" </table>\n",
" </td>\n",
" <td>\n",
" <svg width=\"226\" height=\"150\" style=\"stroke:rgb(0,0,0);stroke-width:1\" >\n",
"\n",
" <!-- Horizontal lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"56\" y2=\"46\" style=\"stroke-width:2\" />\n",
" <line x1=\"10\" y1=\"53\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
" <!-- Vertical lines -->\n",
" <line x1=\"10\" y1=\"0\" x2=\"10\" y2=\"53\" style=\"stroke-width:2\" />\n",
" <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"56\" />\n",
" <line x1=\"14\" y1=\"4\" x2=\"14\" y2=\"58\" />\n",
" <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"61\" />\n",
" <line x1=\"19\" y1=\"9\" x2=\"19\" y2=\"63\" />\n",
" <line x1=\"22\" y1=\"12\" x2=\"22\" y2=\"65\" />\n",
" <line x1=\"24\" y1=\"14\" x2=\"24\" y2=\"68\" />\n",
" <line x1=\"26\" y1=\"16\" x2=\"26\" y2=\"70\" />\n",
" <line x1=\"29\" y1=\"19\" x2=\"29\" y2=\"73\" />\n",
" <line x1=\"31\" y1=\"21\" x2=\"31\" y2=\"75\" />\n",
" <line x1=\"34\" y1=\"24\" x2=\"34\" y2=\"78\" />\n",
" <line x1=\"36\" y1=\"26\" x2=\"36\" y2=\"80\" />\n",
" <line x1=\"39\" y1=\"29\" x2=\"39\" y2=\"83\" />\n",
" <line x1=\"41\" y1=\"31\" x2=\"41\" y2=\"85\" />\n",
" <line x1=\"44\" y1=\"34\" x2=\"44\" y2=\"87\" />\n",
" <line x1=\"46\" y1=\"36\" x2=\"46\" y2=\"90\" />\n",
" <line x1=\"48\" y1=\"38\" x2=\"48\" y2=\"92\" />\n",
" <line x1=\"51\" y1=\"41\" x2=\"51\" y2=\"95\" />\n",
" <line x1=\"53\" y1=\"43\" x2=\"53\" y2=\"97\" />\n",
" <line x1=\"56\" y1=\"46\" x2=\"56\" y2=\"100\" style=\"stroke-width:2\" />\n",
"\n",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment