DSI without real observations? #362
Replies: 2 comments 3 replies
-
|
Hi @RyanConway91 - We have DSI implemented in pyemu (see the GMDSI tutorials for examples). Fyi - we are going to release a new Class to handle emulation soon. Do you have measured data other than pit inflows against which to history match? If not, I dont think you'll gain advantage by just running the DSI prior; unless you want to do some DSIVC type optimization/scenario testing. |
Beta Was this translation helpful? Give feedback.
-
|
https://www.frontiersin.org/journals/water/articles/10.3389/frwa.2023.1334022/full I think this might be something of interest perhaps. Using a surrogate model ensemble, I simulate a pumping test in a fine scale model. Then I use dsi to predict my posterior t and s in upscaled model cells around the test. A different way of thinking nonetheless. The output is a pumping test informed posterior ensemble you can use to predict mine inflows in your slow model. One day when I have a bit more free time i want to write some functions (utilising pyemu) to automate this process. (At the moment it's a bit manual and in fortran/external python). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies for any butchering of terminology...
I want to use some sort of surrogate model to predict mine inflows for a slow model. I have been going through DSI (not at PESTPP product, I know...) tutorials and I can't see how to apply this process to my model, as I do not have measurements of mine inflow. DSI fundamentally works by building a "covariance matrix that links the measured past to the modelled future" I don't have a measured past.
I feel like what I want is PCA surrogate model where X and Y are "monte carlo" draws from the prior parameter and observation ensembles (IES with -1 iterations). This relatively straight forward to code in python, but want to check if there is already existing PESTPP/pyemu tools for this.
Or am I missing something in DSI?
Beta Was this translation helpful? Give feedback.
All reactions