Skip to content

Commit

Permalink
Clean up references
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Apr 24, 2024
1 parent fe95bd4 commit fb6613a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions content/import/ObservedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To import RSM files, the only action needed from the user is to select one or mo

If a column based file is presented, ResInsight first tries to identify if its header has fixed width or not. Further, the header is interpreted by looking for specific lines.

The first line must have one or more vector mnemonics. The initial letter(s) in a mnemonic specify which summary data type the column represents. For instance, *FVPT* and *FWPT* are of type *Field*, as they both have an initial *F*. *WWCTH* and *WGORH* are well data types. See *Vector naming convention* in **Eclipse: File Formats Reference Manual** for a full overview of supported mnemonics.
The first line must have one or more vector mnemonics. The initial letter(s) in a mnemonic specify which summary data type the column represents. For instance, *FVPT* and *FWPT* are of type *Field*, as they both have an initial *F*. *WWCTH* and *WGORH* are well data types.

The next lines can define units, well/group names, region names, LGR names and block numbers and the local cell number. They do not have to appear in any particular order. Scale factors can also be included, but will be ignored by ResInsight. All lines starting with _*--*_ will also be ignored.

Expand Down Expand Up @@ -222,8 +222,6 @@ UNITS YEAR
2000.4966
```

Please seek "User data file formats" in **Eclipse: File Formats Reference Manual** for details.

## Viewing Observed Time History Data

![]({{< relref "" >}}images/import/observedDataCurveCreator.png)
Expand Down
2 changes: 1 addition & 1 deletion content/plot-window/PltPlot.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Select the well to display in the plot. Only observed well paths are displayed.
After a well has been selected in the Well Name field, sources for that well should appear in the sources field. The sources are placed in one of three different groups:


- **RFT File Cases** -- Simulation cases may have associated PLT data in _\*.rft_ file(s). If the simulation case contains such files, those are imported together with the simulation case (See the keyword `WRFTPLT` in the Eclipse manual for information)
- **RFT File Cases** -- Simulation cases may have associated PLT data in _\*.rft_ file(s). If the simulation case contains such files, those are imported together with the simulation case (See the keyword `WRFTPLT` for details)
- **Grid Cases** -- Simulation cases
- **Observed Cases** -- Observed data imported from well log files and well path files

Expand Down
2 changes: 1 addition & 1 deletion content/plot-window/RftPlot.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Select the well to display in the plot. Wells postfixed by _'(Well Path)'_ have
### Sources
After a well has been selected in the Well Name field, the relevant sources for that well will appear in the sources field. The sources are placed in one of three different groups:

- **RFT File Cases** -- Simulation cases may have associated formation pressure data in _\*.rft_ file(s). If the simulation case contains such files, those are imported together with the simulation case (See the keyword `WRFTPLT` in the Eclipse manual for information).
- **RFT File Cases** -- Simulation cases may have associated formation pressure data in _\*.rft_ file(s). If the simulation case contains such files, those are imported together with the simulation case (See the keyword `WRFTPLT` for more information).
- **Grid Cases** -- The PRESSURE property in the 3D grid.
- **Observed Cases** -- Observed data imported from well log files.

Expand Down

0 comments on commit fb6613a

Please sign in to comment.