Skip to content

Commit b898ea4

Browse files
authored
Merge pull request #55 from andrewdelman/v4r4_tut_updates
V4r4 tut updates
2 parents 2bdbf93 + 4229c0f commit b898ea4

11 files changed

Lines changed: 6432 additions & 3586 deletions

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Example_MHT.ipynb

Lines changed: 711 additions & 287 deletions
Large diffs are not rendered by default.

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Example_OSNAP.ipynb

Lines changed: 515 additions & 146 deletions
Large diffs are not rendered by default.

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Example_calculations_with_scalar_quantities.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"cell_type": "markdown",
404404
"metadata": {},
405405
"source": [
406-
"This compares favorable with *Global surface area of Earth's Oceans : approx 3.60 x $10^8$ $km^2$* from https://hypertextbook.com/facts/1997/EricCheng.shtml\n",
406+
"This compares favorably with approx 3.60 x 10$^8$ km$^2$ from https://hypertextbook.com/facts/1997/EricCheng.shtml\n",
407407
"\n",
408408
"##### Multiplication of DataArrays\n",
409409
"You probably noticed that the multiplication of grid cell area with the land mask was done element by element. One useful feature of `DataArrays` is that their dimensions are automatically lined up when doing binary operations. Also, because *rA* and *ocean_mask* are both `DataArrays`, their inner product and their sums are also `DataArrays`. \n",
@@ -574,11 +574,11 @@
574574
"\n",
575575
"Mean dynamic topography is calculated as follows,\n",
576576
"\n",
577-
"$MDT(i) = \\frac{\\sum_{t} SSH(i,t) - SSH_{\\text{global mean}}(t)}{nt} $\n",
577+
"$$ MDT(i) = \\frac{\\sum_{t} SSH(i,t) - SSH_{\\text{global mean}}(t)}{nt} $$\n",
578578
"\n",
579579
"Where $nt$ is the number of time records. \n",
580580
"\n",
581-
"For *MDT* we presere the spatial dimensions. Summation and averaging are over the time dimensions (axis 0)."
581+
"For *MDT* we preserve the spatial dimensions. Summation and averaging are over the time dimensions (axis 0)."
582582
]
583583
},
584584
{
@@ -777,7 +777,7 @@
777777
"cell_type": "markdown",
778778
"metadata": {},
779779
"source": [
780-
"Now set all $SSH$ values that are 'nan' to zero because the polynominal fitting\n",
780+
"Now set all SSH values that are 'nan' to zero because the polynominal fitting\n",
781781
"routine can't handle nans,"
782782
]
783783
},
@@ -1368,7 +1368,7 @@
13681368
"cell_type": "code",
13691369
"execution_count": 37,
13701370
"metadata": {
1371-
"scrolled": true
1371+
"scrolled": false
13721372
},
13731373
"outputs": [
13741374
{
@@ -1608,7 +1608,7 @@
16081608
"cell_type": "code",
16091609
"execution_count": 44,
16101610
"metadata": {
1611-
"scrolled": true
1611+
"scrolled": false
16121612
},
16131613
"outputs": [
16141614
{

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Heat_budget_closure.ipynb

Lines changed: 1559 additions & 385 deletions
Large diffs are not rendered by default.

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Salt_and_salinity_budget.ipynb

Lines changed: 1187 additions & 2440 deletions
Large diffs are not rendered by default.

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Volume_budget_closure.ipynb

Lines changed: 850 additions & 322 deletions
Large diffs are not rendered by default.

figures/cazenave_ocean_mass.png

104 KB
Loading

figures/ganachaud_mht.png

48.4 KB
Loading

misc/geothermalFlux.bin

411 KB
Binary file not shown.

0 commit comments

Comments
 (0)