Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SIC4DVar FLPE discharge variable #223

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"| MOMMA | Q | results[\"momma\"][\"Q\"] |\n",
"| neoBAM | q1, q2, or q3 | results[\"neobam\"][\"q\"][\"q1\"] |\n",
"| SAD | Qa | results[\"sad\"][\"Qa\"] |\n",
"| SIC4DVar | Q_mm | results[\"sic4dvar\"][\"Q_mm\"] |\n",
"| SIC4DVar | Q_da | results[\"sic4dvar\"][\"Q_da\"] |\n",
"| MOI HiVDI | q | results[\"moi\"][\"hivdi\"][\"q\"] |\n",
"| MOI MetroMan | q | results[\"moi\"][\"metroman\"][\"q\"] |\n",
"| MOI MOMMA | q | results[\"moi\"][\"momma\"][\"q\"] |\n",
Expand Down Expand Up @@ -1150,7 +1150,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE_gauges.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
"print(f\"Number of SAD discharge values: {hivdi_q.shape[0]}\")\n",
"\n",
"# SIC4DVar\n",
"sic4dvar_q = get_algorithm_discharge(results, \"sic4dvar\", \"Q_mm\", reach_q_index, nonmissing_indexes, time.shape)\n",
"sic4dvar_q = get_algorithm_discharge(results, \"sic4dvar\", \"Q_da\", reach_q_index, nonmissing_indexes, time.shape)\n",
"print(f\"Number of SIC4DVar discharge values: {hivdi_q.shape[0]}\")"
]
},
Expand Down Expand Up @@ -977,7 +977,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE_visualize.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"| MOMMA | Q | results[\"momma\"][\"Q\"] |\n",
"| neoBAM | q1, q2, or q3 | results[\"neobam\"][\"q\"][\"q1\"] |\n",
"| SAD | Qa | results[\"sad\"][\"Qa\"] |\n",
"| SIC4DVar | Q_mm | results[\"sic4dvar\"][\"Q_mm\"] |\n",
"| SIC4DVar | Q_da | results[\"sic4dvar\"][\"Q_da\"] |\n",
"| MOI HiVDI | q | results[\"moi\"][\"hivdi\"][\"q\"] |\n",
"| MOI MetroMan | q | results[\"moi\"][\"metroman\"][\"q\"] |\n",
"| MOI MOMMA | q | results[\"moi\"][\"momma\"][\"q\"] |\n",
Expand Down Expand Up @@ -1748,7 +1748,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down