Skip to content

Commit

Permalink
Implement Newton-Raphson version of BCF2SS
Browse files Browse the repository at this point in the history
Fixed OC file extension
  • Loading branch information
dannbuckley committed Jan 13, 2024
1 parent b585b7f commit c66e60f
Show file tree
Hide file tree
Showing 28 changed files with 1,778 additions and 23 deletions.
17 changes: 12 additions & 5 deletions notebooks/implementing/gwf_bcf2ss/gwf_bcf2ss_p1a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -625,14 +625,21 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 22,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"WARNING: Package with type oc already exists. Replacing existing package.\n"
]
},
{
"data": {
"text/plain": [
"package_name = oc\n",
"filename = gwf_bcf2ss\n",
"filename = gwf_bcf2ss.oc\n",
"package_type = oc\n",
"model_or_simulation_package = model\n",
"model_name = gwf_bcf2ss\n",
Expand Down Expand Up @@ -661,7 +668,7 @@
"None\n"
]
},
"execution_count": 15,
"execution_count": 22,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -675,7 +682,7 @@
" (\"head\", \"all\"),\n",
" (\"budget\", \"all\")\n",
" ],\n",
" filename=f\"{sim_name}\",\n",
" filename=f\"{sim_name}.oc\",\n",
" pname=\"oc\"\n",
")"
]
Expand Down Expand Up @@ -727,7 +734,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 23,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit c66e60f

Please sign in to comment.