Skip to content

Commit ace5c4c

Browse files
committed
updated reference to wind stress climatology, fixed some typos in the lat-lon rotation notebook
1 parent b77c424 commit ace5c4c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Interpolating_Fields_to_LatLon_Grid.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -760,9 +760,9 @@
760760
"source": [
761761
"## Interpolating ECCO vectors fields to lat-lon grids\n",
762762
"\n",
763-
"Vector fields require a few more steps to interpolate to the lat-lon grid. At least if what you want are the zonal and meridional vector components. Why? Because in the llc90 grid, vector fields like ``UVEL`` and ``VVEL`` are defined with positive in the +x and +y directions of the local coordinate system, respectively. A term like ``oceTAUX`` correponds to ocean wind stress in the +x direction and does not correspond to *zonal* wind stress. To calculate zonal wind stress we need to rotate the vector from the llc90 x-y grid system to the lat-lon grid.\n",
763+
"Vector fields require a few more steps to interpolate to the lat-lon grid. At least if what you want are the zonal and meridional vector components. Why? Because in the llc90 grid, vector fields like ``UVEL`` and ``VVEL`` are defined with positive in the +x and +y directions of the local coordinate system, respectively. A term like ``oceTAUX`` correponds to ocean wind stress in the +x direction and does not correspond to *zonal* wind stress. To calculate zonal wind stress we need to rotate the vector from the llc90 x-y grid system to the lat-lon grid.\n",
764764
"\n",
765-
"To demonstrate why rotation is necessary, look at ``oceTAUX`` "
765+
"To demonstrate why rotation is necessary, consider the model field ``oceTAUX`` "
766766
]
767767
},
768768
{
@@ -861,7 +861,7 @@
861861
"cell_type": "markdown",
862862
"metadata": {},
863863
"source": [
864-
"Great, but if you want have a normal recognizable map of zonal and meridional wind stress, we need to determine the zonal and meridional components of these vectors. "
864+
"Great, but if you want zonal and meridional wind stress, we need to determine the zonal and meridional components of these vectors. "
865865
]
866866
},
867867
{
@@ -1139,7 +1139,7 @@
11391139
"source": [
11401140
"Compare vs \"The Scatterometer Climatology of Ocean Winds (SCOW)\",\n",
11411141
"\n",
1142-
"http://cioss.coas.oregonstate.edu/scow/zonal_wind_stress.html\n",
1142+
"https://nanoos.ceoas.oregonstate.edu/scow/index.html\n",
11431143
"\n",
11441144
"Risien, C.M., and D.B. Chelton, 2008: A Global Climatology of Surface Wind and Wind Stress Fields from Eight Years of QuikSCAT Scatterometer Data. J. Phys. Oceanogr., 38, 2379-2413."
11451145
]
@@ -1153,7 +1153,7 @@
11531153
"cell_type": "markdown",
11541154
"metadata": {},
11551155
"source": [
1156-
"![http://cioss.coas.oregonstate.edu/scow/figures/January_SCOW_Zonal_Wind_Stress.png](attachment:image.png) "
1156+
"![January_SCOW_Zonal_Wind_Stress](../figures/January_SCOW_Zonal_Wind_Stress.png)"
11571157
]
11581158
},
11591159
{
@@ -1206,7 +1206,7 @@
12061206
"cell_type": "markdown",
12071207
"metadata": {},
12081208
"source": [
1209-
"![](http://cioss.coas.oregonstate.edu/scow/figures/January_SCOW_Meridional_Wind_Stress.png)"
1209+
"![January_SCOW_Meridional_Wind_Stress](../figures/January_SCOW_Meridional_Wind_Stress.png)"
12101210
]
12111211
},
12121212
{
@@ -1215,7 +1215,7 @@
12151215
"source": [
12161216
"### ``UEVNfromUXVY``\n",
12171217
"\n",
1218-
"The ecco-v4-py library include a routine, ``UEVNfromUXVY`` which does the interpolation to the grid cell centers and the rotation in one call:"
1218+
"The ecco-v4-py library includes a routine, ``UEVNfromUXVY`` which does the interpolation to the grid cell centers and the rotation in one call:"
12191219
]
12201220
},
12211221
{
@@ -1235,7 +1235,7 @@
12351235
"cell_type": "markdown",
12361236
"metadata": {},
12371237
"source": [
1238-
"Before interpolated to the lat-lon grid it is convenient to mask out the land values "
1238+
"Before interpolating to the lat-lon grid it is convenient to mask out the land values "
12391239
]
12401240
},
12411241
{
406 KB
Loading
436 KB
Loading

0 commit comments

Comments
 (0)