Skip to content

Commit

Permalink
Use txt prefix to avoid syntax highlight in text block
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed May 25, 2023
1 parent 3840158 commit 9933d57
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 175 deletions.
23 changes: 12 additions & 11 deletions content/Wells-and-Completions/WellMeasurements.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@ The format is comma-separated values with one measurement per line. The followin

#### Example 1:

# Example well measurements csv file.
# This is a comment
#
# Well Name, MD, Date, Kind, Value, Quality, Comment
C-3 H, 1465.18, 2001-10-13, XLOT, 1.76, 3, Good test
C-3 H, 1865.18, 2002-10-13, XLOT, 1.91, 1, Poor test
C-3 H, 1995.18, 2002-10-13, XLOT, 2.45, 1, Poor test
C-3 H, 2065.18, 2002-10-13, XLOT, 2.91, 1, Poor test
E-3 H, 634.12, 2005-10-24, DP, 0.0, 0, Wash outs
E-3 H, 1000.12, 2005-10-24, DP, 0.0, 0, Wash outs

```txt
# Example well measurements csv file.
# This is a comment
#
# Well Name, MD, Date, Kind, Value, Quality, Comment
C-3 H, 1465.18, 2001-10-13, XLOT, 1.76, 3, Good test
C-3 H, 1865.18, 2002-10-13, XLOT, 1.91, 1, Poor test
C-3 H, 1995.18, 2002-10-13, XLOT, 2.45, 1, Poor test
C-3 H, 2065.18, 2002-10-13, XLOT, 2.91, 1, Poor test
E-3 H, 634.12, 2005-10-24, DP, 0.0, 0, Wash outs
E-3 H, 1000.12, 2005-10-24, DP, 0.0, 0, Wash outs
```

### Measurement properties

Expand Down
59 changes: 31 additions & 28 deletions content/Wells-and-Completions/WellPaths.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,39 @@ The supported ASCII format is quite flexible but the main requirements are:
- If a well name is found, a new well is created and the following data points are added to it.

#### Example 1:
WELLNAME: WELL1
6507.1 725 2542 2590
6523.5 757 2549 2626.6
6523.5 760 2559 2637.1
-999
WELLNAME: WELL2
550.7 1020.2 2410 2410
551 1004.1 2422.2 2430.2
555.2 993.9 2425 2441.6
-999
```txt
WELLNAME: WELL1
6507.1 725 2542 2590
6523.5 757 2549 2626.6
6523.5 760 2559 2637.1
-999
WELLNAME: WELL2
550.7 1020.2 2410 2410
551 1004.1 2422.2 2430.2
555.2 993.9 2425 2441.6
-999
```

#### Example 2:
X Y TVD(MSL) MD(RKB)
Name Well_1
6507.1 725 2542 2542
6523.5 757 2549 2578.6
6523.5 760 2559 2589.1

-- A Comment new well
This is not its name
Name Well_2
550.7 1020.2 2410 2520
551 1004.1 2422.2 2540.2
# a comment inside the data
555.2 993.9 2425 2551.6

3Q AHB-J
5507.0 4638.5 0.0 0.0
5507 4638.5 1628.6 1628.6

```txt
X Y TVD(MSL) MD(RKB)
Name Well_1
6507.1 725 2542 2542
6523.5 757 2549 2578.6
6523.5 760 2559 2589.1
-- A Comment new well
This is not its name
Name Well_2
550.7 1020.2 2410 2520
551 1004.1 2422.2 2540.2
# a comment inside the data
555.2 993.9 2425 2551.6
3Q AHB-J
5507.0 4638.5 0.0 0.0
5507 4638.5 1628.6 1628.6
```

### Well Path Files are Referenced
The well path data is not copied into the ResInsight project as such. The project file only stores the file path, and the next time you open the project, ResInsight will try to read the well data from the file again.
Expand Down

0 comments on commit 9933d57

Please sign in to comment.