From f4a9a2aef7e3904038ef12bdf30b66401db8aab8 Mon Sep 17 00:00:00 2001 From: Feda Curic Date: Wed, 12 Jun 2024 14:59:58 +0200 Subject: [PATCH] Delete template model concept from docs This is not a concept that is in use. --- docs/developer_documentation/concepts.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/developer_documentation/concepts.rst b/docs/developer_documentation/concepts.rst index 9b36b221e67..eaac532e214 100644 --- a/docs/developer_documentation/concepts.rst +++ b/docs/developer_documentation/concepts.rst @@ -42,18 +42,6 @@ disk area such that data from one script can be dumped on disk and picked up by the next job. More on the current and future data model and run environment of the forward model can be found in the :doc:`forward_model`. -Template model -~~~~~~~~~~~~~~ - -ERT's domain is to facilitate modelling work under uncertainty. In particular, -multiple of the input variables to the forward model have an uncertainty -attached to them. We call these variables the *parameters* of the model and let -each parameter be represented by a probability distribution. The model we -obtain by combining the forward model and parameter distributions is referred -to as the *template model*. Notice that the template model is not a -deterministic model any more, but a model that tries to capture the uncertainty -of your current knowledge. - Realisation ~~~~~~~~~~~