-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test file for excess curves defined (#83)
- Loading branch information
1 parent
85bf606
commit 32d91b3
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
~VERSION INFORMATION | ||
VERS. 2.0 : CWLS LOG ASCII STANDARD -VERSION 2.0 | ||
WRAP. NO : ONE LINE PER DEPTH STEP | ||
~WELL INFORMATION | ||
#MNEM.UNIT DATA DESCRIPTION | ||
#----- ----- ---------- ------------------------- | ||
STRT .F 19160 :START DEPTH | ||
STOP .F 19160.5 :STOP DEPTH | ||
STEP .F 0.5 :STEP | ||
NULL . -999.25 :NULL VALUE | ||
COMP . ANY OIL COMPANY INC. :COMPANY | ||
WELL . AAAAA_2 :WELL | ||
FLD . WILDCAT :FIELD | ||
LOC . 12-34-12-34W5M :LOCATION | ||
PROV . ALBERTA :PROVINCE | ||
SRVC . ANY LOGGING COMPANY INC. :SERVICE COMPANY | ||
DATE . 13-DEC-86 :LOG DATE | ||
UWI . 100123401234W500 :UNIQUE WELL ID | ||
~Curve Information | ||
DEPTH.F : 1 DEPTH | ||
TVD.F : 2 TVD | ||
VS.F : 3 VS | ||
Gamma.CPM : 6 Gamma | ||
ROP.Ft/Hr : 5 ROP | ||
TEMP.F : 6 Temperature (Tool) | ||
~A DEPTH TVD VS Gamma | ||
19160.0 10415.184 8974.944 57.011 | ||
19160.5 10415.190 8975.444 57.011 |