GMS:Contour Options: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 68: Line 68:


{{Navbox GMS}}
{{Navbox GMS}}
[[Category:GMS Dialogs|C]]

Revision as of 14:40, 19 March 2014

The options used to generate contours can be edited by selecting the Contour Options command in the Display menu. The items in the Contour Options dialog are as follows:

General vs. Grid Layers

There are two tabs associated with the Contour Options dialog. The options described below are for the General options. The Grid Layers options are used when contouring 3D grids.

Contour Method

There are 3 main types of contours: linear, color filled, and both linear and color filled.

Linear – The default method is Normal linear contours and causes the contours to be displayed as piece-wise linear strings.

Color Fill – If the Color fill between contours option is selected, the region between adjacent contour lines is filled with a solid color. There is also a smooth option available. When this option is turned on the color between contour lines varies according to the color ramp. The transparency of the filled contours can also be adjusted.

Linear and Color Fill – This option shows linear contours on top of color filled contours.

Block Fill - This option applies only to cell centered grids. Cells are filled with a single color. The color chosen corresponds to the color ramp value associated with the value at the cell center.

Line options

Bold contoursThe Bold every... option can be used to display contours at selected intervals with a thicker line width.

Contour labelsThe Label every... option can be used to plot labels on contours at selected intervals. The contour label options are edited using the Contour Labels dialog.

Data Range

The values shown in the Data range section correspond to the maximum and minimum values in the active dataset. These values are sometimes useful when choosing an appropriate contour interval.

Use each timestep's max and min – This option is only applicable is your contours are colored according to a color ramp, and your dataset has more than one time step. If this option is on, the maximum and minimum color ramp colors will be displayed for every timestep. Otherwise, the maximum and minimum colors apply to the entire dataset and therefore will only appear when the current dataset contains the dataset maximum or minimum value.

Contour Specified Range – Regardless of which option is selected for the contour interval, a maximum and a minimum contour value can be specified and the contouring can be restricted to the specified range. If desired, the fill below or fill above options can be turned on to color fill above/below the specified range.

Contour Interval

Logcont.jpg

The contour interval defines the values associated with the contours. Based on the option selected, the contour values are computed and displayed in the spreadsheet. The colors of the contours will also be displayed if a Color Ramp is being used.

Four options are provided for defining contour intervals in the Contour Options dialog. The options are as follows:

Number of Contours – With the Number of Contours option, an integer is entered representing the total number of contours. The contour interval is adjusted based on the current active dataset so that the contours are evenly spaced and the number of contours correspond exactly to the specified value.

Specified Interval – With the Specified Interval option, the contour interval (5, 10, 20, etc.) is entered directly by the user.

Specified Values – The Specified Values option allows the user to enter a list specific contour values. Contours are only generated at these values.

Log Interval – When contouring chemical data, it is common to have a small "hot spot" somewhere in the interior of the grid where the concentrations are several orders of magnitude higher than the rest of the grid. In such cases, the contours are all biased to the high concentration zones and no contours are drawn in the low concentration zones. A common approach for dealing with such situations is to select a set of contour values corresponding to multiples of ten (0.01, 0.1, 1.0 10.0, etc.). This can be accomplished by explicitly assigning a set of contour intervals using the Specified Values option. The problem with this approach is that the colors assigned to the contours are still based on a linear interpolation of the data values, thus skewing the colors to the higher concentration zones.

If the Log Interval option is selected, GMS automatically assigns contour intervals as multiples of 10. Furthermore, if the color-fill or color ramp option is being used, the colors assigned to the contours are distributed in a logarithmic fashion, rather than linearly interpolated from the low to high values. A sample plot using logarithmic contour intervals is shown below:

If the Log interval option is selected, all contour intervals will be positive. No contours are drawn in areas where the data values are zero or negative. Furthermore, a "Starting value" must be entered. This value represents the minimum contour value.

Contour Labels

The Label Options button in the Contour Options dialog is used to access the Contour Label Options dialog. This dialog is used to set the label color, the number of decimal places used to plot the label, and the spacing used when the labels are generated automatically. The default spacing value controls the placement of labels when labels are generated automatically.

Labels can be added to contours in one of two ways:

  1. If the contour label option is selected in the Contour Options dialog, labels are automatically placed on the contours. The spacing of the labels is controlled with the Contour Labels dialog.
  2. In some modules, contour labels can be added manually to contours by selecting the Contour Labels tool in the Tool Palette and clicking on the contours where labels are desired. By default, the dataset value corresponding to the point that was clicked is computed and a label corresponding to the nearest contour value is drawn centered at the point that was clicked. An option can be set in the Contour Label Options dialog to use the exact value at the point that is clicked as opposed to using the nearest contour value. This option is useful to post dataset value labels in regions where there are no contours.
File:ContourLabelOptions.jpg
Example of the Contour Label Options dialog.

Specified Dataset

The user specifies the dataset with the Select Dataset... button in the Display Options | 3D Grid dialog. This brings up a new window where the specified dataset is selected. The contour options available for the specified dataset are the same as the active dataset options, yet each must be establish separately. This option is useful in comparing datasets.

Grid Layer Contour Options

When contouring 3D grid data, there are additional options available in the Contour Options dialog. These options let you chose the data that you want contoured. The default array used to fill cells is the active dataset. Another option for filling cells is the data colors option; this uses an input array from MODFLOW, MODPATH, MT3DMS, SEAM3D, or RT3D. Any of the input arrays from the models such as Kh, Kv, Recharge, etc. can be displayed, for any stress period. For MT3DMS/RT3D/SEAM3D, you can also specify the species.

Interpolation

GMS interpolates data from the cell centers (for cell-centered grids) to the cell corners and midsides so that the grid can be triangulated and contoured. By default, GMS uses a fast algorithm for interpolating the data that is adequate for the majority of situations. If the Auto-interpolate contours option is turned off, however, you can specify your own interpolation scheme. By default, GMS truncates the interpolated values to the max and min of the data, but you can turn that option off.