Skip to content

Commit b521211

Browse files
authored
Merge pull request #23 from ECCO-GROUP/lat-lon2
updates to tutorial, try again to get lat-lon interpolation to show
2 parents 69bb137 + cad125f commit b521211

5 files changed

Lines changed: 17 additions & 12 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Interpolating_Fields_to_LatLon_Grid.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Interpolating ECCO fields from llc90 to lat-lon Grids + Saving Results to netCDF \n",
8-
"\n",
7+
"# Interpolating from the model grid to lat-lon"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
914
"\n",
1015
"## Objectives\n",
1116
"\n",
@@ -1553,7 +1558,7 @@
15531558
"name": "python",
15541559
"nbconvert_exporter": "python",
15551560
"pygments_lexer": "ipython3",
1556-
"version": "3.8.1"
1561+
"version": "3.8.10"
15571562
}
15581563
},
15591564
"nbformat": 4,

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Loading_LLC_compact_binary_files.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@
986986
"name": "python",
987987
"nbconvert_exporter": "python",
988988
"pygments_lexer": "ipython3",
989-
"version": "3.8.3"
989+
"version": "3.8.10"
990990
}
991991
},
992992
"nbformat": 4,

Tutorials_as_Jupyter_Notebooks/ECCO_v4_data_structure_basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@
911911
"name": "python",
912912
"nbconvert_exporter": "python",
913913
"pygments_lexer": "ipython3",
914-
"version": "3.6.9"
914+
"version": "3.8.10"
915915
}
916916
},
917917
"nbformat": 4,

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
# General information about the project.
8585
project = u'ECCO Version 4 Python Tutorial'
86-
#copyright = u'2018, Ian Fenty'
86+
#copyright = u'2022, Ian Fenty'
8787
author = u'Ian Fenty and other contributors'
8888

8989
# The version info for the project you're documenting, acts as replacement for

doc/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The `ecco_v4_py`_ package used in this tutorial was inspired by the `xmitgcm`_ p
4545
ECCO_v4_Loading_the_ECCOv4_native_model_grid_parameters.ipynb
4646
ECCO_v4_Loading_the_ECCOv4_state_estimate_fields_on_the_native_model_grid.ipynb
4747
ECCO_v4_Loading_LLC_compact_binary_files.ipynb
48-
ECCO_v4_Combining_Multiple_Datasets
49-
ECCO_v4_Saving_Datasets_and_DataArrays_to_NetCDF
48+
ECCO_v4_Combining_Multiple_Datasets.ipynb
49+
ECCO_v4_Saving_Datasets_and_DataArrays_to_NetCDF.ipynb
5050

5151
.. toctree::
5252
:maxdepth: 2
@@ -57,16 +57,16 @@ The `ecco_v4_py`_ package used in this tutorial was inspired by the `xmitgcm`_ p
5757

5858
.. toctree::
5959
:maxdepth: 2
60-
:caption: Plotting
60+
:caption: Plotting & Interpolation
6161

6262
ECCO_v4_Plotting_Tiles
63-
ECCO_v4_Interpolating_Fields_to_LatLon_Grid
64-
63+
ECCO_v4_Interpolating_Fields_to_LatLon_Grid.ipynb
64+
6565
.. toctree::
6666
:maxdepth: 2
6767
:caption: Scalar Calculations
6868

69-
ECCO_v4_Example_calculations_with_scalar_quantities
69+
ECCO_v4_Example_calculations_with_scalar_quantities.ipynb
7070

7171
.. toctree::
7272
:maxdepth: 2

0 commit comments

Comments
 (0)