Skip to content

Instantly share code, notes, and snippets.

@jbusecke
Created June 1, 2021 16:47
Show Gist options
  • Save jbusecke/1d4ffd1483c5a36462da6d022b599819 to your computer and use it in GitHub Desktop.
Save jbusecke/1d4ffd1483c5a36462da6d022b599819 to your computer and use it in GitHub Desktop.
Testing GFDL CMIP6 grid files for pangeo-forge
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"id": "revolutionary-corps",
"metadata": {},
"source": [
"# How to use grid files from GFDL CMIP6 output\n",
"\n",
"Lets first download the files to a local folder from the FTP"
]
},
{
"cell_type": "code",
"execution_count": 12,
"id": "accessible-artwork",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"--2021-06-01 16:40:35-- ftp://ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/ocean_static.nc\n",
" => ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/.listing’\n",
"Resolving ftp.gfdl.noaa.gov (ftp.gfdl.noaa.gov)... 140.208.31.24\n",
"Connecting to ftp.gfdl.noaa.gov (ftp.gfdl.noaa.gov)|140.208.31.24|:21... connected.\n",
"Logging in as anonymous ... Logged in!\n",
"==> SYST ... done. ==> PWD ... done.\n",
"==> TYPE I ... done. ==> CWD (1) /perm/Alistair.Adcroft/MOM6-testing/OM4_05 ... done.\n",
"==> PASV ... done. ==> LIST ... done.\n",
"\n",
"ftp.gfdl.noaa.gov/p [ <=> ] 401 --.-KB/s in 0s \n",
"\n",
"2021-06-01 16:40:36 (29.2 MB/s) - ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/.listing’ saved [401]\n",
"\n",
"Removed ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/.listing’.\n",
"--2021-06-01 16:40:36-- ftp://ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/ocean_static.nc\n",
" => ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/ocean_static.nc’\n",
"==> CWD not required.\n",
"==> PASV ... done. ==> RETR ocean_static.nc ... done.\n",
"Length: 44834900 (43M)\n",
"\n",
"ftp.gfdl.noaa.gov/p 100%[===================>] 42.76M 10.7MB/s in 4.2s \n",
"\n",
"2021-06-01 16:40:41 (10.2 MB/s) - ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/ocean_static.nc’ saved [44834900]\n",
"\n",
"FINISHED --2021-06-01 16:40:41--\n",
"Total wall clock time: 5.5s\n",
"Downloaded: 1 files, 43M in 4.2s (10.2 MB/s)\n",
"--2021-06-01 16:40:42-- ftp://ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/ocean_static.nc\n",
" => ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/.listing’\n",
"Resolving ftp.gfdl.noaa.gov (ftp.gfdl.noaa.gov)... 140.208.31.24\n",
"Connecting to ftp.gfdl.noaa.gov (ftp.gfdl.noaa.gov)|140.208.31.24|:21... connected.\n",
"Logging in as anonymous ... Logged in!\n",
"==> SYST ... done. ==> PWD ... done.\n",
"==> TYPE I ... done. ==> CWD (1) /perm/Alistair.Adcroft/MOM6-testing/OM4_025 ... done.\n",
"==> PASV ... done. ==> LIST ... done.\n",
"\n",
"ftp.gfdl.noaa.gov/p [ <=> ] 578 --.-KB/s in 0s \n",
"\n",
"2021-06-01 16:40:42 (11.2 MB/s) - ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/.listing’ saved [578]\n",
"\n",
"Removed ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/.listing’.\n",
"--2021-06-01 16:40:42-- ftp://ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/ocean_static.nc\n",
" => ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/ocean_static.nc’\n",
"==> CWD not required.\n",
"==> PASV ... done. ==> RETR ocean_static.nc ... done.\n",
"Length: 168026444 (160M)\n",
"\n",
"ftp.gfdl.noaa.gov/p 100%[===================>] 160.24M 22.5MB/s in 7.9s \n",
"\n",
"2021-06-01 16:40:52 (20.2 MB/s) - ‘ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/ocean_static.nc’ saved [168026444]\n",
"\n",
"FINISHED --2021-06-01 16:40:52--\n",
"Total wall clock time: 11s\n",
"Downloaded: 1 files, 160M in 7.9s (20.2 MB/s)\n"
]
}
],
"source": [
"!wget -r ftp://ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/ocean_static.nc\n",
"!wget -r ftp://ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/ocean_static.nc"
]
},
{
"cell_type": "markdown",
"id": "exempt-avenue",
"metadata": {},
"source": [
"> These files have most of the output that is desired, but not the `dx`/`dy` metrics on the Vorticity point. This is not a huge deal though. Lets move on with these."
]
},
{
"cell_type": "code",
"execution_count": 15,
"id": "intended-phoenix",
"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.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;\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-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",
" 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",
" 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-attrs {\n",
" padding-left: 25px !important;\n",
"}\n",
"\n",
".xr-attrs,\n",
".xr-var-attrs,\n",
".xr-var-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",
" 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: (time: 1, xh: 720, xq: 720, yh: 576, yq: 576)\n",
"Coordinates:\n",
" * xh (xh) float64 -299.8 -299.2 -298.8 -298.2 ... 58.75 59.25 59.75\n",
" * yh (yh) float64 -77.91 -77.72 -77.54 -77.36 ... 89.47 89.68 89.89\n",
" * time (time) object 1948-01-01 00:00:00\n",
" * xq (xq) float64 -299.5 -299.0 -298.5 -298.0 ... 59.0 59.5 60.0\n",
" * yq (yq) float64 -77.82 -77.63 -77.45 -77.26 ... 89.58 89.79 90.0\n",
"Data variables:\n",
" areacello (yh, xh) float32 ...\n",
" deptho (yh, xh) float32 ...\n",
" hfgeou (yh, xh) float32 ...\n",
" sftof (yh, xh) float32 ...\n",
" Coriolis (yq, xq) float32 ...\n",
" geolon (yh, xh) float32 ...\n",
" geolat (yh, xh) float32 ...\n",
" geolon_c (yq, xq) float32 ...\n",
" geolat_c (yq, xq) float32 ...\n",
" geolon_u (yh, xq) float32 ...\n",
" geolat_u (yh, xq) float32 ...\n",
" geolon_v (yq, xh) float32 ...\n",
" geolat_v (yq, xh) float32 ...\n",
" wet (yh, xh) float32 ...\n",
" wet_c (yq, xq) float32 ...\n",
" wet_u (yh, xq) float32 ...\n",
" wet_v (yq, xh) float32 ...\n",
" dxt (yh, xh) float32 ...\n",
" dyt (yh, xh) float32 ...\n",
" dxCu (yh, xq) float32 ...\n",
" dyCu (yh, xq) float32 ...\n",
" dxCv (yq, xh) float32 ...\n",
" dyCv (yq, xh) float32 ...\n",
" areacello_cu (yh, xq) float32 ...\n",
" areacello_cv (yq, xh) float32 ...\n",
" areacello_bu (yq, xq) float32 ...\n",
" basin (yh, xh) int32 ...\n",
"Attributes:\n",
" filename: 19480101.ocean_static.nc\n",
" title: OMp5_IAF_BLING_baseline\n",
" grid_type: regular\n",
" grid_tile: N/A</pre><div class='xr-wrap' hidden><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-db1b2e01-7066-446d-9dae-bc6fabe85644' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-db1b2e01-7066-446d-9dae-bc6fabe85644' 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'>time</span>: 1</li><li><span class='xr-has-index'>xh</span>: 720</li><li><span class='xr-has-index'>xq</span>: 720</li><li><span class='xr-has-index'>yh</span>: 576</li><li><span class='xr-has-index'>yq</span>: 576</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-9b5c13a6-632e-43a1-ba3d-dbd109453fe3' class='xr-section-summary-in' type='checkbox' checked><label for='section-9b5c13a6-632e-43a1-ba3d-dbd109453fe3' class='xr-section-summary' >Coordinates: <span>(5)</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'>xh</span></div><div class='xr-var-dims'>(xh)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-299.8 -299.2 ... 59.25 59.75</div><input id='attrs-eaf33c2d-e198-45e8-aa34-09d32ba2e097' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-eaf33c2d-e198-45e8-aa34-09d32ba2e097' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-055b1160-0af6-4cf8-b08f-7300d3697796' class='xr-var-data-in' type='checkbox'><label for='data-055b1160-0af6-4cf8-b08f-7300d3697796' 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>h point nominal longitude</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cartesian_axis :</span></dt><dd>X</dd></dl></div><div class='xr-var-data'><pre>array([-299.75, -299.25, -298.75, ..., 58.75, 59.25, 59.75])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>yh</span></div><div class='xr-var-dims'>(yh)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-77.91 -77.72 ... 89.68 89.89</div><input id='attrs-d0ae8257-1304-44f8-9ceb-10cb27235dc3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d0ae8257-1304-44f8-9ceb-10cb27235dc3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-14eb13e5-244d-4998-bb37-e10a23b630a4' class='xr-var-data-in' type='checkbox'><label for='data-14eb13e5-244d-4998-bb37-e10a23b630a4' 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>h point nominal latitude</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cartesian_axis :</span></dt><dd>Y</dd></dl></div><div class='xr-var-data'><pre>array([-77.907938, -77.723813, -77.539688, ..., 89.472 , 89.6832 ,\n",
" 89.8944 ])</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'>object</div><div class='xr-var-preview xr-preview'>1948-01-01 00:00:00</div><input id='attrs-7cb85a36-a716-4752-9211-6b66f8a20a5c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7cb85a36-a716-4752-9211-6b66f8a20a5c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b1877b24-8023-470b-b006-6acad73735d2' class='xr-var-data-in' type='checkbox'><label for='data-b1877b24-8023-470b-b006-6acad73735d2' 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>time</dd><dt><span>cartesian_axis :</span></dt><dd>T</dd><dt><span>calendar_type :</span></dt><dd>NOLEAP</dd></dl></div><div class='xr-var-data'><pre>array([cftime.DatetimeNoLeap(1948, 1, 1, 0, 0, 0, 0)], dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>xq</span></div><div class='xr-var-dims'>(xq)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-299.5 -299.0 -298.5 ... 59.5 60.0</div><input id='attrs-a758cb6f-c151-4c5d-80af-a673b83880da' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a758cb6f-c151-4c5d-80af-a673b83880da' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-97ea68ad-f84b-4503-992b-690df6105189' class='xr-var-data-in' type='checkbox'><label for='data-97ea68ad-f84b-4503-992b-690df6105189' 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>q point nominal longitude</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cartesian_axis :</span></dt><dd>X</dd></dl></div><div class='xr-var-data'><pre>array([-299.5, -299. , -298.5, ..., 59. , 59.5, 60. ])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>yq</span></div><div class='xr-var-dims'>(yq)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-77.82 -77.63 -77.45 ... 89.79 90.0</div><input id='attrs-8936eee8-d558-43d6-9c3a-c910258b4ad6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8936eee8-d558-43d6-9c3a-c910258b4ad6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a69332bf-9c4d-4224-95eb-702fe10ea721' class='xr-var-data-in' type='checkbox'><label for='data-a69332bf-9c4d-4224-95eb-702fe10ea721' 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>q point nominal latitude</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cartesian_axis :</span></dt><dd>Y</dd></dl></div><div class='xr-var-data'><pre>array([-77.815875, -77.63175 , -77.447625, ..., 89.5776 , 89.7888 ,\n",
" 90. ])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-125c4e9d-8624-4d82-9547-8d314d296fa4' class='xr-section-summary-in' type='checkbox' ><label for='section-125c4e9d-8624-4d82-9547-8d314d296fa4' class='xr-section-summary' >Data variables: <span>(27)</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>areacello</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-69390291-b4af-447a-8c9e-38f58fe96477' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-69390291-b4af-447a-8c9e-38f58fe96477' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c28422df-c0e2-47fc-bde3-75273c537449' class='xr-var-data-in' type='checkbox'><label for='data-c28422df-c0e2-47fc-bde3-75273c537449' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yh:sum xh:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>deptho</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ed7450e9-576d-47dc-ada4-4d9205a8cce9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ed7450e9-576d-47dc-ada4-4d9205a8cce9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-00180d1d-43fa-49f1-8fd5-537d8feb61b9' class='xr-var-data-in' type='checkbox'><label for='data-00180d1d-43fa-49f1-8fd5-537d8feb61b9' 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 Floor Depth</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>area:mean yh:mean xh:mean time: point</dd><dt><span>cell_measures :</span></dt><dd>area: areacello</dd><dt><span>standard_name :</span></dt><dd>sea_floor_depth_below_geoid</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>hfgeou</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-aa388a35-e1c6-4071-8666-7f1910343a63' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-aa388a35-e1c6-4071-8666-7f1910343a63' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5ed20413-7709-4d97-be52-10a82dafdc36' class='xr-var-data-in' type='checkbox'><label for='data-5ed20413-7709-4d97-be52-10a82dafdc36' 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>Upward geothermal heat flux at sea floor</dd><dt><span>units :</span></dt><dd>W m-2</dd><dt><span>cell_methods :</span></dt><dd>area:mean yh:mean xh:mean time: point</dd><dt><span>standard_name :</span></dt><dd>upward_geothermal_heat_flux_at_sea_floor</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sftof</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-18b1e6d7-f020-4a3d-8f83-88cfde39599f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-18b1e6d7-f020-4a3d-8f83-88cfde39599f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e40144ae-6ae5-42c1-8b97-9860494e3ebc' class='xr-var-data-in' type='checkbox'><label for='data-e40144ae-6ae5-42c1-8b97-9860494e3ebc' 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 Area Fraction</dd><dt><span>units :</span></dt><dd>%</dd><dt><span>cell_methods :</span></dt><dd>area:mean yh:mean xh:mean time: point</dd><dt><span>standard_name :</span></dt><dd>SeaAreaFraction</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>Coriolis</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-24d77956-83ab-4030-ad55-1a4c9313e332' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-24d77956-83ab-4030-ad55-1a4c9313e332' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b192cd86-315e-4f43-83d7-1da522b00e3a' class='xr-var-data-in' type='checkbox'><label for='data-b192cd86-315e-4f43-83d7-1da522b00e3a' 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>Coriolis parameter at corner (Bu) points</dd><dt><span>units :</span></dt><dd>s-1</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-005867d7-4fc1-4231-ab39-2e351054eff8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-005867d7-4fc1-4231-ab39-2e351054eff8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8d608bc8-a873-41f8-bbfd-0238a5060f07' class='xr-var-data-in' type='checkbox'><label for='data-8d608bc8-a873-41f8-bbfd-0238a5060f07' 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>Longitude of tracer (T) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-94137ed9-9a01-409e-907b-c4ecdde4a70c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-94137ed9-9a01-409e-907b-c4ecdde4a70c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-861e64b7-b7d0-4c78-8509-d5afd85ed70e' class='xr-var-data-in' type='checkbox'><label for='data-861e64b7-b7d0-4c78-8509-d5afd85ed70e' 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>Latitude of tracer (T) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon_c</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d238391d-765a-4db8-82cf-66e8bb2d91ff' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d238391d-765a-4db8-82cf-66e8bb2d91ff' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8eb5b73d-7680-4e42-b876-5cd5d9a4a6b0' class='xr-var-data-in' type='checkbox'><label for='data-8eb5b73d-7680-4e42-b876-5cd5d9a4a6b0' 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>Longitude of corner (Bu) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat_c</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2fc09ec7-9948-4ff4-ae6b-52399c55fbf9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2fc09ec7-9948-4ff4-ae6b-52399c55fbf9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8c584121-fb9f-496f-b83f-c3ff38f028c6' class='xr-var-data-in' type='checkbox'><label for='data-8c584121-fb9f-496f-b83f-c3ff38f028c6' 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>Latitude of corner (Bu) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon_u</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-803482f6-787a-4253-85e8-6d4221cbdff4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-803482f6-787a-4253-85e8-6d4221cbdff4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9fbf5a58-7d0f-441c-9317-3820f4431f72' class='xr-var-data-in' type='checkbox'><label for='data-9fbf5a58-7d0f-441c-9317-3820f4431f72' 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>Longitude of zonal velocity (Cu) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat_u</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-47126efe-6de8-43ac-ba8f-a51531619baa' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-47126efe-6de8-43ac-ba8f-a51531619baa' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-895ac327-5d79-4f95-8eb3-048d727d020c' class='xr-var-data-in' type='checkbox'><label for='data-895ac327-5d79-4f95-8eb3-048d727d020c' 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>Latitude of zonal velocity (Cu) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon_v</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-23ba2495-0871-4f83-9d83-3bba35082e64' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-23ba2495-0871-4f83-9d83-3bba35082e64' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d16e601f-7485-47f6-bd6f-255f7aa12c88' class='xr-var-data-in' type='checkbox'><label for='data-d16e601f-7485-47f6-bd6f-255f7aa12c88' 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>Longitude of meridional velocity (Cv) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat_v</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6e2f3670-141a-4baf-93cc-2ea2c316d48b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6e2f3670-141a-4baf-93cc-2ea2c316d48b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-aee12357-005e-497a-ba42-df6e227dddfd' class='xr-var-data-in' type='checkbox'><label for='data-aee12357-005e-497a-ba42-df6e227dddfd' 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>Latitude of meridional velocity (Cv) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-de3ec8bd-e13b-4d06-bba6-3f9484523adb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-de3ec8bd-e13b-4d06-bba6-3f9484523adb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-40b8c53e-84b0-47a7-95a5-c7fff7d66188' class='xr-var-data-in' type='checkbox'><label for='data-40b8c53e-84b0-47a7-95a5-c7fff7d66188' 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>0 if land, 1 if ocean at tracer points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>cell_measures :</span></dt><dd>area: areacello</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet_c</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bc0e2bf1-835e-4cc3-b8bd-7f02e3f61666' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bc0e2bf1-835e-4cc3-b8bd-7f02e3f61666' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a881c1f5-37b7-41f1-abb1-d55224fbc3c4' class='xr-var-data-in' type='checkbox'><label for='data-a881c1f5-37b7-41f1-abb1-d55224fbc3c4' 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>0 if land, 1 if ocean at corner (Bu) points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet_u</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-029ce598-899f-47d9-9797-d4e96df0c2b1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-029ce598-899f-47d9-9797-d4e96df0c2b1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-15223b1f-9ac9-4341-8834-f6ee800784be' class='xr-var-data-in' type='checkbox'><label for='data-15223b1f-9ac9-4341-8834-f6ee800784be' 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>0 if land, 1 if ocean at zonal velocity (Cu) points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet_v</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-437ac9d1-00d8-4477-bbe4-d9e06c91f5a2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-437ac9d1-00d8-4477-bbe4-d9e06c91f5a2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ba4ec3ec-360d-4c3f-b0e1-d5adb96651a8' class='xr-var-data-in' type='checkbox'><label for='data-ba4ec3ec-360d-4c3f-b0e1-d5adb96651a8' 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>0 if land, 1 if ocean at meridional velocity (Cv) points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dxt</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7de0edf0-1db1-4b6c-969f-01869ad329d7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7de0edf0-1db1-4b6c-969f-01869ad329d7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b0d73250-df39-4b50-b51f-921458c898bc' class='xr-var-data-in' type='checkbox'><label for='data-b0d73250-df39-4b50-b51f-921458c898bc' 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>Delta(x) at thickness/tracer points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dyt</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-981ecc63-3b42-449e-acc5-d05a5f35ff4f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-981ecc63-3b42-449e-acc5-d05a5f35ff4f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7bb46143-de18-4b84-85b4-e22d2d834b99' class='xr-var-data-in' type='checkbox'><label for='data-7bb46143-de18-4b84-85b4-e22d2d834b99' 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>Delta(y) at thickness/tracer points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dxCu</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-715ac80d-3d4a-4840-805c-b3f6489c4387' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-715ac80d-3d4a-4840-805c-b3f6489c4387' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-104e0c61-b867-4e7e-831a-625bb7d34ed7' class='xr-var-data-in' type='checkbox'><label for='data-104e0c61-b867-4e7e-831a-625bb7d34ed7' 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>Delta(x) at u points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dyCu</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3e845789-f391-47be-b6b7-44593bf4f46d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3e845789-f391-47be-b6b7-44593bf4f46d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cfe3f236-1e27-42ec-98db-ec5e3086c387' class='xr-var-data-in' type='checkbox'><label for='data-cfe3f236-1e27-42ec-98db-ec5e3086c387' 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>Delta(y) at u points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dxCv</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-be59ed1b-8e64-4698-b70e-01d0eca4f673' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-be59ed1b-8e64-4698-b70e-01d0eca4f673' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a1bb8455-df8f-4281-8155-0de88a986439' class='xr-var-data-in' type='checkbox'><label for='data-a1bb8455-df8f-4281-8155-0de88a986439' 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>Delta(x) at v points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dyCv</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1934734b-56d8-4fce-a057-ae724735aaa6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1934734b-56d8-4fce-a057-ae724735aaa6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f2b102aa-677b-48ec-990d-7e416df21623' class='xr-var-data-in' type='checkbox'><label for='data-f2b102aa-677b-48ec-990d-7e416df21623' 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>Delta(y) at v points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>areacello_cu</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3b2eebe2-8a16-4d5e-ab1a-39d38ec09899' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3b2eebe2-8a16-4d5e-ab1a-39d38ec09899' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-45986401-0632-4dd3-93ec-8ef10d97bdfa' class='xr-var-data-in' type='checkbox'><label for='data-45986401-0632-4dd3-93ec-8ef10d97bdfa' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yh:sum xq:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>areacello_cv</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9eb10433-bcdf-4532-a47e-e52ab62eab0a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9eb10433-bcdf-4532-a47e-e52ab62eab0a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e361e10d-041c-4cda-a56b-d0507ad46877' class='xr-var-data-in' type='checkbox'><label for='data-e361e10d-041c-4cda-a56b-d0507ad46877' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yq:sum xh:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>areacello_bu</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f14500a4-f71b-400e-8283-f2b1211ddd88' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f14500a4-f71b-400e-8283-f2b1211ddd88' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2ec92aa5-ed61-45c2-89bf-51a350662f88' class='xr-var-data-in' type='checkbox'><label for='data-2ec92aa5-ed61-45c2-89bf-51a350662f88' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yq:sum xq:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>basin</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-daf80ebb-1a20-4ed8-aeda-b73e6c232c8a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-daf80ebb-1a20-4ed8-aeda-b73e6c232c8a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b852e9e8-1b7d-44a2-8951-430837b42b30' class='xr-var-data-in' type='checkbox'><label for='data-b852e9e8-1b7d-44a2-8951-430837b42b30' 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>Region Selection Index</dd><dt><span>standard_name :</span></dt><dd>region</dd><dt><span>units :</span></dt><dd>1.0</dd><dt><span>interp_method :</span></dt><dd>none</dd><dt><span>flag_values :</span></dt><dd>0 1 2 3 4 5 6 7 8 9 10</dd><dt><span>flag_meanings :</span></dt><dd>global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea</dd></dl></div><div class='xr-var-data'><pre>[414720 values with dtype=int32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-2d5157e1-d06f-4430-a932-d3d85794aafb' class='xr-section-summary-in' type='checkbox' checked><label for='section-2d5157e1-d06f-4430-a932-d3d85794aafb' class='xr-section-summary' >Attributes: <span>(4)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>filename :</span></dt><dd>19480101.ocean_static.nc</dd><dt><span>title :</span></dt><dd>OMp5_IAF_BLING_baseline</dd><dt><span>grid_type :</span></dt><dd>regular</dd><dt><span>grid_tile :</span></dt><dd>N/A</dd></dl></div></li></ul></div></div>"
],
"text/plain": [
"<xarray.Dataset>\n",
"Dimensions: (time: 1, xh: 720, xq: 720, yh: 576, yq: 576)\n",
"Coordinates:\n",
" * xh (xh) float64 -299.8 -299.2 -298.8 -298.2 ... 58.75 59.25 59.75\n",
" * yh (yh) float64 -77.91 -77.72 -77.54 -77.36 ... 89.47 89.68 89.89\n",
" * time (time) object 1948-01-01 00:00:00\n",
" * xq (xq) float64 -299.5 -299.0 -298.5 -298.0 ... 59.0 59.5 60.0\n",
" * yq (yq) float64 -77.82 -77.63 -77.45 -77.26 ... 89.58 89.79 90.0\n",
"Data variables:\n",
" areacello (yh, xh) float32 ...\n",
" deptho (yh, xh) float32 ...\n",
" hfgeou (yh, xh) float32 ...\n",
" sftof (yh, xh) float32 ...\n",
" Coriolis (yq, xq) float32 ...\n",
" geolon (yh, xh) float32 ...\n",
" geolat (yh, xh) float32 ...\n",
" geolon_c (yq, xq) float32 ...\n",
" geolat_c (yq, xq) float32 ...\n",
" geolon_u (yh, xq) float32 ...\n",
" geolat_u (yh, xq) float32 ...\n",
" geolon_v (yq, xh) float32 ...\n",
" geolat_v (yq, xh) float32 ...\n",
" wet (yh, xh) float32 ...\n",
" wet_c (yq, xq) float32 ...\n",
" wet_u (yh, xq) float32 ...\n",
" wet_v (yq, xh) float32 ...\n",
" dxt (yh, xh) float32 ...\n",
" dyt (yh, xh) float32 ...\n",
" dxCu (yh, xq) float32 ...\n",
" dyCu (yh, xq) float32 ...\n",
" dxCv (yq, xh) float32 ...\n",
" dyCv (yq, xh) float32 ...\n",
" areacello_cu (yh, xq) float32 ...\n",
" areacello_cv (yq, xh) float32 ...\n",
" areacello_bu (yq, xq) float32 ...\n",
" basin (yh, xh) int32 ...\n",
"Attributes:\n",
" filename: 19480101.ocean_static.nc\n",
" title: OMp5_IAF_BLING_baseline\n",
" grid_type: regular\n",
" grid_tile: N/A"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import xarray as xr\n",
"ds_grid_05 = xr.open_dataset('ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_05/ocean_static.nc')\n",
"ds_grid_05"
]
},
{
"cell_type": "code",
"execution_count": 16,
"id": "laden-tunnel",
"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.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;\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-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",
" 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",
" 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-attrs {\n",
" padding-left: 25px !important;\n",
"}\n",
"\n",
".xr-attrs,\n",
".xr-var-attrs,\n",
".xr-var-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",
" 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: (time: 1, xh: 1440, xq: 1440, yh: 1080, yq: 1080)\n",
"Coordinates:\n",
" * xh (xh) float64 -299.7 -299.5 -299.2 -299.0 ... 59.53 59.78 60.03\n",
" * yh (yh) float64 -80.39 -80.31 -80.23 -80.15 ... 89.73 89.84 89.95\n",
" * time (time) object 1900-01-01 00:00:00\n",
" * xq (xq) float64 -299.6 -299.3 -299.1 -298.9 ... 59.66 59.91 60.16\n",
" * yq (yq) float64 -80.35 -80.27 -80.19 -80.11 ... 89.78 89.89 90.0\n",
"Data variables:\n",
" areacello (yh, xh) float32 ...\n",
" deptho (yh, xh) float32 ...\n",
" hfgeou (yh, xh) float32 ...\n",
" sftof (yh, xh) float32 ...\n",
" Coriolis (yq, xq) float32 ...\n",
" geolon (yh, xh) float32 ...\n",
" geolat (yh, xh) float32 ...\n",
" geolon_c (yq, xq) float32 ...\n",
" geolat_c (yq, xq) float32 ...\n",
" geolon_u (yh, xq) float32 ...\n",
" geolat_u (yh, xq) float32 ...\n",
" geolon_v (yq, xh) float32 ...\n",
" geolat_v (yq, xh) float32 ...\n",
" wet (yh, xh) float32 ...\n",
" wet_c (yq, xq) float32 ...\n",
" wet_u (yh, xq) float32 ...\n",
" wet_v (yq, xh) float32 ...\n",
" dxt (yh, xh) float32 ...\n",
" dyt (yh, xh) float32 ...\n",
" dxCu (yh, xq) float32 ...\n",
" dyCu (yh, xq) float32 ...\n",
" dxCv (yq, xh) float32 ...\n",
" dyCv (yq, xh) float32 ...\n",
" areacello_cu (yh, xq) float32 ...\n",
" areacello_cv (yq, xh) float32 ...\n",
" areacello_bu (yq, xq) float32 ...\n",
" basin (yh, xh) int32 ...\n",
"Attributes:\n",
" filename: 19000101.ocean_static.nc\n",
" title: OM4_SIS2_cgrid_025\n",
" grid_type: regular\n",
" grid_tile: N/A</pre><div class='xr-wrap' hidden><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-14c91c86-cd38-4e6d-9f83-c9a1a49aa0e1' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-14c91c86-cd38-4e6d-9f83-c9a1a49aa0e1' 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'>time</span>: 1</li><li><span class='xr-has-index'>xh</span>: 1440</li><li><span class='xr-has-index'>xq</span>: 1440</li><li><span class='xr-has-index'>yh</span>: 1080</li><li><span class='xr-has-index'>yq</span>: 1080</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-02fc37eb-478b-4e25-9d46-4d08c4e5d921' class='xr-section-summary-in' type='checkbox' checked><label for='section-02fc37eb-478b-4e25-9d46-4d08c4e5d921' class='xr-section-summary' >Coordinates: <span>(5)</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'>xh</span></div><div class='xr-var-dims'>(xh)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-299.7 -299.5 ... 59.78 60.03</div><input id='attrs-6f2d00bc-2005-48f8-b959-48bfdacac3c2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6f2d00bc-2005-48f8-b959-48bfdacac3c2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-80bb15f1-f432-453a-a74e-3b785147e317' class='xr-var-data-in' type='checkbox'><label for='data-80bb15f1-f432-453a-a74e-3b785147e317' 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>h point nominal longitude</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cartesian_axis :</span></dt><dd>X</dd></dl></div><div class='xr-var-data'><pre>array([-299.724244, -299.476198, -299.22815 , ..., 59.531631, 59.77967 ,\n",
" 60.027712])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>yh</span></div><div class='xr-var-dims'>(yh)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-80.39 -80.31 ... 89.84 89.95</div><input id='attrs-15d9a6fd-7fc1-4c20-a978-071dc5288442' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-15d9a6fd-7fc1-4c20-a978-071dc5288442' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9587bcc2-8f51-489b-9388-debdbf22e168' class='xr-var-data-in' type='checkbox'><label for='data-9587bcc2-8f51-489b-9388-debdbf22e168' 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>h point nominal latitude</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cartesian_axis :</span></dt><dd>Y</dd></dl></div><div class='xr-var-data'><pre>array([-80.389238, -80.308075, -80.226911, ..., 89.729781, 89.837868,\n",
" 89.945956])</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'>object</div><div class='xr-var-preview xr-preview'>1900-01-01 00:00:00</div><input id='attrs-b69c7e21-3a48-4afa-9cbc-c2aa2ca314ca' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b69c7e21-3a48-4afa-9cbc-c2aa2ca314ca' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e7e06c9d-8ea2-41e0-a5b4-6f51736a6509' class='xr-var-data-in' type='checkbox'><label for='data-e7e06c9d-8ea2-41e0-a5b4-6f51736a6509' 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>time</dd><dt><span>cartesian_axis :</span></dt><dd>T</dd><dt><span>calendar_type :</span></dt><dd>NOLEAP</dd></dl></div><div class='xr-var-data'><pre>array([cftime.DatetimeNoLeap(1900, 1, 1, 0, 0, 0, 0)], dtype=object)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>xq</span></div><div class='xr-var-dims'>(xq)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-299.6 -299.3 ... 59.91 60.16</div><input id='attrs-9f71fca0-71fb-4023-94be-c66c8f471378' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9f71fca0-71fb-4023-94be-c66c8f471378' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-776a40fd-9342-47a6-a45a-ff78f7fec6c9' class='xr-var-data-in' type='checkbox'><label for='data-776a40fd-9342-47a6-a45a-ff78f7fec6c9' 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>q point nominal longitude</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cartesian_axis :</span></dt><dd>X</dd></dl></div><div class='xr-var-data'><pre>array([-299.594355, -299.346385, -299.098412, ..., 59.661746, 59.90971 ,\n",
" 60.157676])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>yq</span></div><div class='xr-var-dims'>(yq)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-80.35 -80.27 -80.19 ... 89.89 90.0</div><input id='attrs-e6bb20cc-3e7b-421d-9d97-b8d2829c9af0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e6bb20cc-3e7b-421d-9d97-b8d2829c9af0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e0e03a9c-ab73-400b-8ee1-caac1c7653e0' class='xr-var-data-in' type='checkbox'><label for='data-e0e03a9c-ab73-400b-8ee1-caac1c7653e0' 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>q point nominal latitude</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cartesian_axis :</span></dt><dd>Y</dd></dl></div><div class='xr-var-data'><pre>array([-80.348657, -80.267493, -80.186329, ..., 89.783825, 89.891912,\n",
" 90. ])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-61a24c75-1b89-4542-8691-44d64d2045e1' class='xr-section-summary-in' type='checkbox' ><label for='section-61a24c75-1b89-4542-8691-44d64d2045e1' class='xr-section-summary' >Data variables: <span>(27)</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>areacello</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-06140b25-2dd5-402c-8c30-ce19055f8f3d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-06140b25-2dd5-402c-8c30-ce19055f8f3d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d16b6f4d-1cbf-4b78-96db-a9e0dbac6363' class='xr-var-data-in' type='checkbox'><label for='data-d16b6f4d-1cbf-4b78-96db-a9e0dbac6363' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yh:sum xh:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>deptho</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3fb53f08-671b-4de9-91b4-3c3144ebacab' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3fb53f08-671b-4de9-91b4-3c3144ebacab' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5fd42f72-26ae-4a91-a9a9-7ee9bd60fc62' class='xr-var-data-in' type='checkbox'><label for='data-5fd42f72-26ae-4a91-a9a9-7ee9bd60fc62' 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 Floor Depth</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>area:mean yh:mean xh:mean time: point</dd><dt><span>cell_measures :</span></dt><dd>area: areacello</dd><dt><span>standard_name :</span></dt><dd>sea_floor_depth_below_geoid</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>hfgeou</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3f283cae-1938-4c25-9894-7519c65d2de6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3f283cae-1938-4c25-9894-7519c65d2de6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8597cfa1-2ade-415b-87ba-13c4e37e9a94' class='xr-var-data-in' type='checkbox'><label for='data-8597cfa1-2ade-415b-87ba-13c4e37e9a94' 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>Upward geothermal heat flux at sea floor</dd><dt><span>units :</span></dt><dd>W m-2</dd><dt><span>cell_methods :</span></dt><dd>area:mean yh:mean xh:mean time: point</dd><dt><span>standard_name :</span></dt><dd>upward_geothermal_heat_flux_at_sea_floor</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sftof</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6c4003ae-8bfe-46b0-a4e5-ca45cd2c82a4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6c4003ae-8bfe-46b0-a4e5-ca45cd2c82a4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8e83bf0a-68f1-4bfd-a768-7d1bd6b67f59' class='xr-var-data-in' type='checkbox'><label for='data-8e83bf0a-68f1-4bfd-a768-7d1bd6b67f59' 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 Area Fraction</dd><dt><span>units :</span></dt><dd>%</dd><dt><span>cell_methods :</span></dt><dd>area:mean yh:mean xh:mean time: point</dd><dt><span>standard_name :</span></dt><dd>SeaAreaFraction</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>Coriolis</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7cd5b46d-92e7-4455-8573-0c2da9d2325f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7cd5b46d-92e7-4455-8573-0c2da9d2325f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0ed01a3a-9b47-4d61-907b-3f4071232f49' class='xr-var-data-in' type='checkbox'><label for='data-0ed01a3a-9b47-4d61-907b-3f4071232f49' 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>Coriolis parameter at corner (Bu) points</dd><dt><span>units :</span></dt><dd>s-1</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5afd023c-c0e8-43ec-ac33-749d5d142696' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5afd023c-c0e8-43ec-ac33-749d5d142696' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e29f3709-196a-40a6-9eed-970ff165ae34' class='xr-var-data-in' type='checkbox'><label for='data-e29f3709-196a-40a6-9eed-970ff165ae34' 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>Longitude of tracer (T) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5c2e2ff0-9432-47fd-88df-48fadf8b1621' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5c2e2ff0-9432-47fd-88df-48fadf8b1621' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-06fb84ef-be4c-4678-8586-6e81ece2ff06' class='xr-var-data-in' type='checkbox'><label for='data-06fb84ef-be4c-4678-8586-6e81ece2ff06' 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>Latitude of tracer (T) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon_c</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cfa71628-a5ea-4b65-9ad3-bb9d96a35a27' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cfa71628-a5ea-4b65-9ad3-bb9d96a35a27' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1d6a1528-f150-4e75-9f6e-4515d192fe42' class='xr-var-data-in' type='checkbox'><label for='data-1d6a1528-f150-4e75-9f6e-4515d192fe42' 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>Longitude of corner (Bu) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat_c</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0e501487-726f-4c40-9fc4-e76a170390b7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0e501487-726f-4c40-9fc4-e76a170390b7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c53ed5b9-8489-44a8-bc89-0d984f2dce76' class='xr-var-data-in' type='checkbox'><label for='data-c53ed5b9-8489-44a8-bc89-0d984f2dce76' 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>Latitude of corner (Bu) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon_u</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9c788e89-b479-4491-a19a-0e61521837c1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9c788e89-b479-4491-a19a-0e61521837c1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f25a89b6-39b4-4516-ab9f-feeeb751d948' class='xr-var-data-in' type='checkbox'><label for='data-f25a89b6-39b4-4516-ab9f-feeeb751d948' 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>Longitude of zonal velocity (Cu) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat_u</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8fc71b1e-154c-453d-86fe-2b69f17174d4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8fc71b1e-154c-453d-86fe-2b69f17174d4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d891bdbe-58db-4ff7-8450-d88d32b27415' class='xr-var-data-in' type='checkbox'><label for='data-d891bdbe-58db-4ff7-8450-d88d32b27415' 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>Latitude of zonal velocity (Cu) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolon_v</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-305b50e3-4d38-4755-8e25-df8ec5ec7e8f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-305b50e3-4d38-4755-8e25-df8ec5ec7e8f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c20308cf-e575-4357-82e4-3d47b9940ba8' class='xr-var-data-in' type='checkbox'><label for='data-c20308cf-e575-4357-82e4-3d47b9940ba8' 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>Longitude of meridional velocity (Cv) points</dd><dt><span>units :</span></dt><dd>degrees_east</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>geolat_v</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-be923a82-5a2e-4083-b185-9dda841c50de' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-be923a82-5a2e-4083-b185-9dda841c50de' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bf3c5733-641a-4ba6-8b15-2a91f05defe7' class='xr-var-data-in' type='checkbox'><label for='data-bf3c5733-641a-4ba6-8b15-2a91f05defe7' 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>Latitude of meridional velocity (Cv) points</dd><dt><span>units :</span></dt><dd>degrees_north</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e1161f8d-6e73-4f7a-85f1-e49f614e0029' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e1161f8d-6e73-4f7a-85f1-e49f614e0029' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1b382eb9-38b6-445d-b2ea-014d82f9e484' class='xr-var-data-in' type='checkbox'><label for='data-1b382eb9-38b6-445d-b2ea-014d82f9e484' 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>0 if land, 1 if ocean at tracer points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>cell_measures :</span></dt><dd>area: areacello</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet_c</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-182c8ba6-dc75-4b5c-bfc8-fa9fc0f30515' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-182c8ba6-dc75-4b5c-bfc8-fa9fc0f30515' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d479f3bc-8017-436e-945c-4a3b8b6d5f3f' class='xr-var-data-in' type='checkbox'><label for='data-d479f3bc-8017-436e-945c-4a3b8b6d5f3f' 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>0 if land, 1 if ocean at corner (Bu) points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet_u</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4f8d8dd0-debb-4c52-9962-eefabcfc209e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4f8d8dd0-debb-4c52-9962-eefabcfc209e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-24866cb8-cd43-4f5f-965b-0f8802487a60' class='xr-var-data-in' type='checkbox'><label for='data-24866cb8-cd43-4f5f-965b-0f8802487a60' 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>0 if land, 1 if ocean at zonal velocity (Cu) points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>wet_v</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6ecaec78-4eee-40ba-bbcc-e63a7931db1c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6ecaec78-4eee-40ba-bbcc-e63a7931db1c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-794d331c-7570-44df-82f8-5c4eb76c0bb3' class='xr-var-data-in' type='checkbox'><label for='data-794d331c-7570-44df-82f8-5c4eb76c0bb3' 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>0 if land, 1 if ocean at meridional velocity (Cv) points</dd><dt><span>units :</span></dt><dd>none</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dxt</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-aaeab3b8-abe6-4402-94cf-680fdcee88bb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-aaeab3b8-abe6-4402-94cf-680fdcee88bb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a9511599-39fd-415f-8c03-92a62a6d8c5e' class='xr-var-data-in' type='checkbox'><label for='data-a9511599-39fd-415f-8c03-92a62a6d8c5e' 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>Delta(x) at thickness/tracer points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dyt</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b7ed7fea-0d34-43c8-a367-29ea83e821e3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b7ed7fea-0d34-43c8-a367-29ea83e821e3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e52d99c5-7db0-4058-b03f-8ee04044cb1e' class='xr-var-data-in' type='checkbox'><label for='data-e52d99c5-7db0-4058-b03f-8ee04044cb1e' 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>Delta(y) at thickness/tracer points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dxCu</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a745893e-088b-4441-a5e4-b24df41d8186' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a745893e-088b-4441-a5e4-b24df41d8186' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fccead38-3908-44ab-870f-e6004d214b1e' class='xr-var-data-in' type='checkbox'><label for='data-fccead38-3908-44ab-870f-e6004d214b1e' 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>Delta(x) at u points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dyCu</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7f204a87-cd18-45ad-aab6-a21b69fe5911' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7f204a87-cd18-45ad-aab6-a21b69fe5911' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8b560487-8715-4a38-93a1-3a4c4e6003dd' class='xr-var-data-in' type='checkbox'><label for='data-8b560487-8715-4a38-93a1-3a4c4e6003dd' 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>Delta(y) at u points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dxCv</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2acfd770-f0fc-45f6-a57b-25a4e7701e5a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2acfd770-f0fc-45f6-a57b-25a4e7701e5a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-252c29a8-e126-451e-9717-d59fc65d6488' class='xr-var-data-in' type='checkbox'><label for='data-252c29a8-e126-451e-9717-d59fc65d6488' 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>Delta(x) at v points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>dyCv</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0906f499-44fd-4f5b-8ee3-86417c55d843' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0906f499-44fd-4f5b-8ee3-86417c55d843' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d015558a-48d1-40e9-92ab-ba96b7df069d' class='xr-var-data-in' type='checkbox'><label for='data-d015558a-48d1-40e9-92ab-ba96b7df069d' 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>Delta(y) at v points (meter)</dd><dt><span>units :</span></dt><dd>m</dd><dt><span>cell_methods :</span></dt><dd>time: point</dd><dt><span>interp_method :</span></dt><dd>none</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>areacello_cu</span></div><div class='xr-var-dims'>(yh, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bee8504b-ea6a-4a90-a27b-11b27e0a1b82' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bee8504b-ea6a-4a90-a27b-11b27e0a1b82' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9e770453-9b08-4aa1-b72f-0c48abe6ba84' class='xr-var-data-in' type='checkbox'><label for='data-9e770453-9b08-4aa1-b72f-0c48abe6ba84' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yh:sum xq:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>areacello_cv</span></div><div class='xr-var-dims'>(yq, xh)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5137e35d-943b-4dc5-bf3e-4e46876267e5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5137e35d-943b-4dc5-bf3e-4e46876267e5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cb6c21fb-70fa-455d-a9b2-b7fefe013bf2' class='xr-var-data-in' type='checkbox'><label for='data-cb6c21fb-70fa-455d-a9b2-b7fefe013bf2' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yq:sum xh:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>areacello_bu</span></div><div class='xr-var-dims'>(yq, xq)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ea8c662b-2c5e-447b-a37c-44c76e56bfcd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ea8c662b-2c5e-447b-a37c-44c76e56bfcd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-dc9b96f6-053a-4e6b-a1c6-988fb7ffb633' class='xr-var-data-in' type='checkbox'><label for='data-dc9b96f6-053a-4e6b-a1c6-988fb7ffb633' 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>Ocean Grid-Cell Area</dd><dt><span>units :</span></dt><dd>m2</dd><dt><span>cell_methods :</span></dt><dd>area:sum yq:sum xq:sum time: point</dd><dt><span>standard_name :</span></dt><dd>cell_area</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>basin</span></div><div class='xr-var-dims'>(yh, xh)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-fea1dfec-6a22-4062-9120-a5b770befa2c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fea1dfec-6a22-4062-9120-a5b770befa2c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9b2072c8-bd9e-435c-86f9-5db31097363d' class='xr-var-data-in' type='checkbox'><label for='data-9b2072c8-bd9e-435c-86f9-5db31097363d' 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>Region Selection Index</dd><dt><span>standard_name :</span></dt><dd>region</dd><dt><span>units :</span></dt><dd>1.0</dd><dt><span>interp_method :</span></dt><dd>none</dd><dt><span>flag_values :</span></dt><dd>0 1 2 3 4 5 6 7 8 9 10</dd><dt><span>flag_meanings :</span></dt><dd>global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea</dd></dl></div><div class='xr-var-data'><pre>[1555200 values with dtype=int32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-0eda2060-5214-4489-8289-cb005f9d6fd7' class='xr-section-summary-in' type='checkbox' checked><label for='section-0eda2060-5214-4489-8289-cb005f9d6fd7' class='xr-section-summary' >Attributes: <span>(4)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>filename :</span></dt><dd>19000101.ocean_static.nc</dd><dt><span>title :</span></dt><dd>OM4_SIS2_cgrid_025</dd><dt><span>grid_type :</span></dt><dd>regular</dd><dt><span>grid_tile :</span></dt><dd>N/A</dd></dl></div></li></ul></div></div>"
],
"text/plain": [
"<xarray.Dataset>\n",
"Dimensions: (time: 1, xh: 1440, xq: 1440, yh: 1080, yq: 1080)\n",
"Coordinates:\n",
" * xh (xh) float64 -299.7 -299.5 -299.2 -299.0 ... 59.53 59.78 60.03\n",
" * yh (yh) float64 -80.39 -80.31 -80.23 -80.15 ... 89.73 89.84 89.95\n",
" * time (time) object 1900-01-01 00:00:00\n",
" * xq (xq) float64 -299.6 -299.3 -299.1 -298.9 ... 59.66 59.91 60.16\n",
" * yq (yq) float64 -80.35 -80.27 -80.19 -80.11 ... 89.78 89.89 90.0\n",
"Data variables:\n",
" areacello (yh, xh) float32 ...\n",
" deptho (yh, xh) float32 ...\n",
" hfgeou (yh, xh) float32 ...\n",
" sftof (yh, xh) float32 ...\n",
" Coriolis (yq, xq) float32 ...\n",
" geolon (yh, xh) float32 ...\n",
" geolat (yh, xh) float32 ...\n",
" geolon_c (yq, xq) float32 ...\n",
" geolat_c (yq, xq) float32 ...\n",
" geolon_u (yh, xq) float32 ...\n",
" geolat_u (yh, xq) float32 ...\n",
" geolon_v (yq, xh) float32 ...\n",
" geolat_v (yq, xh) float32 ...\n",
" wet (yh, xh) float32 ...\n",
" wet_c (yq, xq) float32 ...\n",
" wet_u (yh, xq) float32 ...\n",
" wet_v (yq, xh) float32 ...\n",
" dxt (yh, xh) float32 ...\n",
" dyt (yh, xh) float32 ...\n",
" dxCu (yh, xq) float32 ...\n",
" dyCu (yh, xq) float32 ...\n",
" dxCv (yq, xh) float32 ...\n",
" dyCv (yq, xh) float32 ...\n",
" areacello_cu (yh, xq) float32 ...\n",
" areacello_cv (yq, xh) float32 ...\n",
" areacello_bu (yq, xq) float32 ...\n",
" basin (yh, xh) int32 ...\n",
"Attributes:\n",
" filename: 19000101.ocean_static.nc\n",
" title: OM4_SIS2_cgrid_025\n",
" grid_type: regular\n",
" grid_tile: N/A"
]
},
"execution_count": 16,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import xarray as xr\n",
"ds_grid_025 = xr.open_dataset('ftp.gfdl.noaa.gov/perm/Alistair.Adcroft/MOM6-testing/OM4_025/ocean_static.nc')\n",
"ds_grid_025"
]
},
{
"cell_type": "markdown",
"id": "organizational-internship",
"metadata": {},
"source": [
"Now these files will presumable look different for each model. One of the questions is, if we should rename them before saving to the cloud? Or afterwards.\n",
"We should try to stick as closely as possible to the [CMOR](https://cmor.llnl.gov/mydoc_cmip6_global_attributes/) metadata conventions?\n",
"\n",
"Also, would we create a single recipe for each model? Or somehow aggregate multiple models in one recipe? (Probably the former.)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "wooden-interstate",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:notebook] *",
"language": "python",
"name": "conda-env-notebook-py"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment