Skip to content

Commit

Permalink
update notebook to adapt to new RavenHydroFramework conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 7, 2024
1 parent 86d6306 commit a02c593
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/notebooks/10_Data_assimilation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,7 @@
" adj=\"MULTIPLICATIVE\",\n",
" ),\n",
" rc.ForcingPerturbation(\n",
" forcing=\"TEMP_MAX\",\n",
" dist=\"DIST_NORMAL\",\n",
" p1=0.0,\n",
" p2=2.0,\n",
" adj=\"ADDITIVE\",\n",
" ),\n",
" rc.ForcingPerturbation(\n",
" forcing=\"TEMP_MIN\",\n",
" forcing=\"TEMP_AVE\",\n",
" dist=\"DIST_NORMAL\",\n",
" p1=0.0,\n",
" p2=2.0,\n",
Expand Down Expand Up @@ -456,7 +449,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a02c593

Please sign in to comment.