From 45e95f4b1255adf1b3f83d57f248f8901d10e16c Mon Sep 17 00:00:00 2001 From: "Leaf, Andrew T" Date: Wed, 13 Nov 2024 14:38:53 -0600 Subject: [PATCH] docs: Add page on initial conditions setup; with example script for updating starting heads from a previous run --- docs/source/input/ic.rst | 88 ++++++++++++++++++- docs/source/input/index.rst | 2 +- .../update_starting_heads_from_previous.py | 20 +++++ 3 files changed, 106 insertions(+), 4 deletions(-) create mode 100644 examples/update_starting_heads_from_previous.py diff --git a/docs/source/input/ic.rst b/docs/source/input/ic.rst index 48016f51..35b50196 100644 --- a/docs/source/input/ic.rst +++ b/docs/source/input/ic.rst @@ -1,6 +1,88 @@ ======================================================================================= -Specifying Initial Conditions +Initial Conditions ======================================================================================= -.. note:: - This page is a work in progress and needs some more work. +Similar to other packages, input of initial conditions follows the structure of MODFLOW and Flopy. Setting the starting heads from the model top is often a good way to go initially. After the model has been run, starting heads can then be :ref:`updated from the initial model head output ` to improve convergence on subsequent runs. + + .. Note:: + + With any transient model, an :ref:`initial steady-state stress period