Skip to content

Commit

Permalink
Fix reference to algorithm and river
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed May 29, 2024
1 parent 3cf7774 commit bd537a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
]
},
{
"name": "stdin",
"name": "stdout",
"output_type": "stream",
"text": [
"Copy and paste a priors file: https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/SWOT_L4_DAWG_SOS_DISCHARGE/eu_sword_v15_SOS_unconstrained_0001_20240228T205029_priors.nc\n"
Expand Down Expand Up @@ -680,7 +680,7 @@
}
],
"source": [
"# Retrieve discharge from HiVDI group\n",
"# Retrieve discharge from discharge algorithm group\n",
"discharge_algo_q = results[DISCHARGE_ALGORITHM][DISCHARGE_VARIABLE][:]\n",
"\n",
"# Save the missing value\n",
Expand Down Expand Up @@ -805,7 +805,7 @@
}
],
"source": [
"# Select the first reach in the Ohio River from the overlapping indexes\n",
"# Select the first reach from the overlapping indexes\n",
"data_index = overlap_indexes[0]\n",
"\n",
"# Locate the reach identifier\n",
Expand Down

0 comments on commit bd537a1

Please sign in to comment.