Skip to content

Commit ff7f7ee

Browse files
author
Andrew Delman
committed
minor corrections to data structures tutorials
1 parent 9828a3a commit ff7f7ee

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Coordinates_and_Dimensions_of_ECCOv4_NetCDF_files.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4792,9 +4792,6 @@
47924792
"\n",
47934793
"\n",
47944794
"\n",
4795-
"\n",
4796-
"### Grid Parameters\n",
4797-
"\n",
47984795
"Grid parameters are not coordinates in the sense that they help you orient in space or time, but they provide measures of the model grid such as distances and areas. Let's examine one of these grid geometric variables, *dxG*:"
47994796
]
48004797
},

Tutorials_as_Jupyter_Notebooks/ECCO_v4_data_structure_basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"source": [
125125
"### Load the ECCO Version 4 Python package\n",
126126
"\n",
127-
"The *ecco_v4_py* is a Python package written specifically for working with the NetCDF output provided in the [nctiles_monthly](ftp://ecco.jpl.nasa.gov/Version4/Release3/nctiles_monthly/) directory of the [ECCO v4 release](ftp://ecco.jpl.nasa.gov/Version4/Release3/)\n",
127+
"The *ecco_v4_py* is a Python package written specifically for working with ECCO NetCDF output.\n",
128128
"\n",
129129
"See the \"Getting Started\" page in the tutorial for instructions about installing the *ecco_v4_py* module on your machine."
130130
]

0 commit comments

Comments
 (0)