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

Subsurface properties: reorganize activities #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 18 additions & 2 deletions 4_initial_conditions/2_subsurface_properties.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Method 1**: Create a low permeability unit near the middle of the model domain using a box geometry."
"### **Method 1**: \n",
"Create a low permeability unit near the middle of the model domain using a box geometry.\n",
"\n",
"### Activities\n",
"After running the code once as-is, please complete the following using the box geometry method:\n",
"1. Move the location of the defined box\n",
"2. Change the permeability within the defined box\n",
"3. Add another box\n",
"4. Increase the resolution"
]
},
{
Expand Down Expand Up @@ -172,7 +180,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Method 2**: Create a low permeability unit in the center of the domain using an indicator file. Here we are using Python and the Python PFTools to build the indicator file but there are many other ways to do so. Remember, an indicator file is just a PFB with specific values that define \"categories.\""
"### **Method 2**: \n",
"Create a low permeability unit in the center of the domain using an indicator file. Here we are using Python and the Python PFTools to build the indicator file but there are many other ways to do so. Remember, an indicator file is just a PFB with specific values that define \"categories.\"\n",
"\n",
"### Activities\n",
"After running the code once as-is, please complete the following using the indicator file method:\n",
"1. Move the location of the defined box\n",
"2. Change the permeability within the defined box\n",
"3. Add another box\n",
"4. Increase the resolution"
]
},
{
Expand Down