Skip to content

Commit

Permalink
working on a new test that isn't quite ready, but needs to be under s…
Browse files Browse the repository at this point in the history
…ource control
  • Loading branch information
emorway-usgs committed Aug 28, 2024
1 parent 7692f52 commit 490acb4
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 105 deletions.
6 changes: 3 additions & 3 deletions autotest/test_gwe_split_analyt.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def calc_ener_input(primer_val):
return ener_add_rate


# Define function to solve analytical solution
# Instatiate model to compare against analytical solution
def assemble_half_model(sim, gwfname, gwfpath, side="right"):
# Create GWF model
gwf = flopy.mf6.MFModel(
Expand Down Expand Up @@ -409,12 +409,12 @@ def build_models(idx, test):
)
sim.register_ims_package(imsgwf, [gwf1.name, gwf2.name])

# Create gw3 model
# Create first gwe model
gwe1 = get_gwe_model(
idx, sim, "energy1", "energy1", ener_input, side="left"
)

# Create gwe model
# Create second gwe model
gwe2 = get_gwe_model(
idx, sim, "energy2", "energy2", ener_input, side="right"
)
Expand Down
Loading

0 comments on commit 490acb4

Please sign in to comment.