SMS:Scatter Interpolation: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
Interpolation can be invoked explicitly or implicitly. The implicit invocation is part of the automatic mesh or grid generation. Explicit interpolation occurs when the user selects an '''Interpolate to _____...''' option in the [[SMS:Scatter_Menu|''Scatter'' menu]] in the [[SMS:Scatter Module|Scatter Module]]. These commands require that at least one scatter set exist with at least one function associated. A mesh or grid must also exist in order for the associated interpolation command to be available.
Interpolation can be invoked explicitly or implicitly. The implicit invocation is part of the automatic mesh or grid generation. Explicit interpolation occurs when selecting an '''Interpolate to _____...''' option in the [[SMS:Scatter_Menu|''Scatter'' menu]] in the [[SMS:Scatter Module|Scatter Module]]. These commands require that at least one scatter set exist with at least one function associated. A mesh or grid must also exist in order for the associated interpolation command to be available.


== Interpolation Dialog ==
== Interpolation Dialog ==
[[Image:Interpolation.jpg|thumb|400 px|''Interpolation'' dialog]]
[[Image:Interpolation.jpg|thumb|400 px|''Interpolation'' dialog]]
When the user selects an interpolation command, the ''Interpolation Option'' dialog appears labeled to indicate what interpolation is being performed. The user selects the appropriate options and once the '''OK''' button is selected, the interpolation procedure is performed. The user specified options include:
When selecting an interpolation command, the ''Interpolation Option'' dialog appears labeled to indicate what interpolation is being performed. Select the appropriate options and once the '''OK''' button is selected, the interpolation procedure is performed. Options include:


* ''New interpolated dataset name'' – The name of the new [[SMS:Datasets|dataset]] (or function) created by interpolation.
* ''New interpolated dataset name'' – The name of the new [[SMS:Datasets|dataset]] (or function) created by interpolation.
* ''Map Elevation'' – For interpolation to mesh nodes, the  new dataset is mapped to be the  elevation function.
* ''Map Elevation'' – For interpolation to mesh nodes, the  new dataset is mapped to be the  elevation function.
* ''Interpolation Method'' – Since no interpolation scheme  is superior in all cases, SMS supports three interpolation techniques. Many  other methods are possible, however, since surface water modeling requires a  fairly rich dataset, the more simplistic interpolation methods are more  applicable. The user selects a current method that is used for all interpolation  until the user selects another method. The supported methods include:
* ''Interpolation Method'' – Since no interpolation scheme  is superior in all cases, SMS supports three interpolation techniques. Many  other methods are possible, however, since surface water modeling requires a  fairly rich dataset, the more simplistic interpolation methods are more  applicable. Select a current method that will be used for all interpolation  until another method is selected. The supported methods include:
<blockquote>
<blockquote>
# [[SMS:Linear Interpolation|Linear]]
# [[SMS:Linear Interpolation|Linear]]
Line 17: Line 17:
* ''Existing Dataset Value'' &ndash; The corresponding value from a specified existing dataset can be used for locations outside of the bounds of the scatter set.  The dataset must be from the same object being interpolated to and must be of the same type (i.e. scalar, vector).
* ''Existing Dataset Value'' &ndash; The corresponding value from a specified existing dataset can be used for locations outside of the bounds of the scatter set.  The dataset must be from the same object being interpolated to and must be of the same type (i.e. scalar, vector).
* ''Truncate Values'' &ndash; When interpolating a set of values,  it is sometimes useful to limit the interpolated values to a specific range. For  example, when interpolating contaminant concentrations, a negative value of  concentration is meaningless. However, many interpolation schemes will produce  negative values even if all of the scatter points have positive data values.  This occurs in areas where the trend in the data is toward a zero value. The  interpolation may extend the trend beyond a zero value into the negative range.  In such cases it is useful to limit the minimum interpolated value to zero.  Interpolated values can be limited to a given range by entering a minimum and  maximum interpolation value.
* ''Truncate Values'' &ndash; When interpolating a set of values,  it is sometimes useful to limit the interpolated values to a specific range. For  example, when interpolating contaminant concentrations, a negative value of  concentration is meaningless. However, many interpolation schemes will produce  negative values even if all of the scatter points have positive data values.  This occurs in areas where the trend in the data is toward a zero value. The  interpolation may extend the trend beyond a zero value into the negative range.  In such cases it is useful to limit the minimum interpolated value to zero.  Interpolated values can be limited to a given range by entering a minimum and  maximum interpolation value.
* ''Scatter Set/Function'' &ndash; The user selects the desired scatter point set and the function to interpolate from.
* ''Scatter Set/Function'' &ndash; Selects the desired scatter point set and the function to interpolate from.
* ''Time Steps'' &ndash; The user selects the option to  interpolate a single time step or multiple time steps (if the function is  transient).
* ''Time Steps'' &ndash; Selects the option to  interpolate a single time step or multiple time steps (if the function is  transient).
* ''Time Step Interpolation'' &ndash; If interpolating multiple  time steps, the user can select the beginning time, the step size, and the  number of time steps to interpolate. The user can also choose to interpolate  between time steps or to match time steps that fall within the specified time  range.
* ''Time Step Interpolation'' &ndash; If interpolating multiple  time steps, select the beginning time, the step size, and the  number of time steps to interpolate. It is also possible to interpolate  between time steps or to match time steps that fall within the specified time  range.


== Related Topics ==
== Related Topics ==

Revision as of 20:38, 28 December 2015

Interpolation can be invoked explicitly or implicitly. The implicit invocation is part of the automatic mesh or grid generation. Explicit interpolation occurs when selecting an Interpolate to _____... option in the Scatter menu in the Scatter Module. These commands require that at least one scatter set exist with at least one function associated. A mesh or grid must also exist in order for the associated interpolation command to be available.

Interpolation Dialog

File:Interpolation.jpg
Interpolation dialog

When selecting an interpolation command, the Interpolation Option dialog appears labeled to indicate what interpolation is being performed. Select the appropriate options and once the OK button is selected, the interpolation procedure is performed. Options include:

  • New interpolated dataset name – The name of the new dataset (or function) created by interpolation.
  • Map Elevation – For interpolation to mesh nodes, the new dataset is mapped to be the elevation function.
  • Interpolation Method – Since no interpolation scheme is superior in all cases, SMS supports three interpolation techniques. Many other methods are possible, however, since surface water modeling requires a fairly rich dataset, the more simplistic interpolation methods are more applicable. Select a current method that will be used for all interpolation until another method is selected. The supported methods include:
  1. Linear
  2. Inverse Distance Weighted (IDW)
  3. Natural Neighbor (NN)
  4. Laplacian Interpolation (Cartesian grids only)
  • Default Extrapolation Value – If the scatter set does not bound the data being interpolated to, the extrapolation value is used (for Linear and NN interpolation only).
  • Existing Dataset Value – The corresponding value from a specified existing dataset can be used for locations outside of the bounds of the scatter set. The dataset must be from the same object being interpolated to and must be of the same type (i.e. scalar, vector).
  • Truncate Values – When interpolating a set of values, it is sometimes useful to limit the interpolated values to a specific range. For example, when interpolating contaminant concentrations, a negative value of concentration is meaningless. However, many interpolation schemes will produce negative values even if all of the scatter points have positive data values. This occurs in areas where the trend in the data is toward a zero value. The interpolation may extend the trend beyond a zero value into the negative range. In such cases it is useful to limit the minimum interpolated value to zero. Interpolated values can be limited to a given range by entering a minimum and maximum interpolation value.
  • Scatter Set/Function – Selects the desired scatter point set and the function to interpolate from.
  • Time Steps – Selects the option to interpolate a single time step or multiple time steps (if the function is transient).
  • Time Step Interpolation – If interpolating multiple time steps, select the beginning time, the step size, and the number of time steps to interpolate. It is also possible to interpolate between time steps or to match time steps that fall within the specified time range.

Related Topics