Geostructures and interpolation from pilot point parameters to model grid #571
-
Hi all,
Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
good questions.
|
Beta Was this translation helpful? Give feedback.
good questions.
internally with
PstFrom
, we scale the sill of the variogram using the parameter bounds so that the sill equals the variance implied by the bounds whenPstFrom.draw()
is called. So this is why we want the sill to be 1.0...The interpolation from the pilot points to the grid does use the same geostructure that is supplied when you call
PstFrom.add_parameters()
just as you suggest.