Skip to content

Commit e11c90a

Browse files
authored
Merge pull request #18 from owang01/20210604_bugfix
Fix an incorrect description about total_kapredi_r009bit11.bin
2 parents ecad543 + d05a3e4 commit e11c90a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Loading_LLC_compact_binary_files.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@
627627
"## Example 3: Load a 3D 'compact' llc binary file with 3rd dimension = Depth\n",
628628
"\n",
629629
"\n",
630-
"The file 'total_kapredi_r009bit11.bin' is a 50 depth level array of the adjusted GM redi parameter (first guess + adjustments), dimensions of [depth, j, i]"
630+
"The file 'total_kapredi_r009bit11.bin' is a 50 depth level array of the adjusted Redi parameter from Release 1 (first guess + adjustments), dimensions of [depth, j, i]\n",
631+
"Release 4's adjusted Redi parameter can be found at https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/ECCO_L4_OCEAN_3D_MIX_COEFFS_LLC0090GRID_V4R4/OCEAN_3D_MIXING_COEFFS_ECCO_V4r4_native_llc0090.nc"
631632
]
632633
},
633634
{
@@ -985,7 +986,7 @@
985986
"name": "python",
986987
"nbconvert_exporter": "python",
987988
"pygments_lexer": "ipython3",
988-
"version": "3.8.5"
989+
"version": "3.8.3"
989990
}
990991
},
991992
"nbformat": 4,

Tutorials_as_Python_Files/ECCO_v4_Loading_LLC_compact_binary_files.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,9 @@
247247
# ## Example 3: Load a 3D 'compact' llc binary file with 3rd dimension = Depth
248248
#
249249
#
250-
# The file 'total_kapredi_r009bit11.bin' is a 50 depth level array of the adjusted GM redi parameter (first guess + adjustments), dimensions of [depth, j, i]
251-
250+
# The file 'total_kapredi_r009bit11.bin' is a 50 depth level array of the adjusted Redi parameter from Release 1 (first guess + adjustments), dimensions of [depth, j, i]
251+
# Release 4's adjusted Redi parameter can be found at https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/ECCO_L4_OCEAN_3D_MIX_COEFFS_LLC0090GRID_V4R4/OCEAN_3D_MIXING_COEFFS_ECCO_V4r4_native_llc0090.nc
252+
#
252253
# In[22]:
253254

254255

0 commit comments

Comments
 (0)