Commit
·
14fe3f7
1
Parent(s):
8ef504a
Upload 670 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +20 -0
- hw/hw1/data/cifar10_X_test.npy +3 -0
- hw/hw1/data/cifar10_X_train.npy +3 -0
- hw/hw1/data/cifar10_data.mat +3 -0
- hw/hw1/data/cifar10_y_train.npy +3 -0
- hw/hw1/data/featurize.py +288 -0
- hw/hw1/data/ham/0004.1999-12-14.farmer.ham.txt +29 -0
- hw/hw1/data/ham/0067.1999-12-27.farmer.ham.txt +3 -0
- hw/hw1/data/ham/0243.2000-01-24.farmer.ham.txt +18 -0
- hw/hw1/data/ham/0272.2000-01-28.farmer.ham.txt +1 -0
- hw/hw1/data/ham/0283.2000-01-31.farmer.ham.txt +5 -0
- hw/hw1/data/ham/0301.2000-02-02.farmer.ham.txt +5 -0
- hw/hw1/data/ham/0335.2000-02-04.farmer.ham.txt +7 -0
- hw/hw1/data/ham/0366.2000-02-07.farmer.ham.txt +9 -0
- hw/hw1/data/ham/0423.2000-02-16.farmer.ham.txt +22 -0
- hw/hw1/data/ham/0446.2000-02-18.farmer.ham.txt +11 -0
- hw/hw1/data/ham/0474.2000-02-23.farmer.ham.txt +18 -0
- hw/hw1/data/ham/0487.2000-02-24.farmer.ham.txt +9 -0
- hw/hw1/data/ham/0523.2000-03-01.farmer.ham.txt +48 -0
- hw/hw1/data/ham/0620.2000-03-17.farmer.ham.txt +4 -0
- hw/hw1/data/ham/0653.2000-03-21.farmer.ham.txt +12 -0
- hw/hw1/data/ham/0677.2000-03-22.farmer.ham.txt +5 -0
- hw/hw1/data/ham/0802.2000-03-31.farmer.ham.txt +26 -0
- hw/hw1/data/ham/0863.2000-04-05.farmer.ham.txt +129 -0
- hw/hw1/data/ham/0869.2000-04-06.farmer.ham.txt +8 -0
- hw/hw1/data/ham/1000.2000-04-26.farmer.ham.txt +3 -0
- hw/hw1/data/ham/1007.2000-04-27.farmer.ham.txt +18 -0
- hw/hw1/data/ham/1012.2000-04-28.farmer.ham.txt +6 -0
- hw/hw1/data/ham/1061.2000-05-10.farmer.ham.txt +46 -0
- hw/hw1/data/ham/1087.2000-05-18.farmer.ham.txt +9 -0
- hw/hw1/data/ham/1170.2000-05-30.farmer.ham.txt +10 -0
- hw/hw1/data/ham/1197.2000-06-01.farmer.ham.txt +16 -0
- hw/hw1/data/ham/1207.2000-06-01.farmer.ham.txt +37 -0
- hw/hw1/data/ham/1223.2000-06-02.farmer.ham.txt +26 -0
- hw/hw1/data/ham/1291.2000-06-08.farmer.ham.txt +2 -0
- hw/hw1/data/ham/1310.2000-06-09.farmer.ham.txt +10 -0
- hw/hw1/data/ham/1399.2000-06-19.farmer.ham.txt +46 -0
- hw/hw1/data/ham/1460.2000-06-22.farmer.ham.txt +3 -0
- hw/hw1/data/ham/1523.2000-06-28.farmer.ham.txt +29 -0
- hw/hw1/data/ham/1553.2000-06-29.farmer.ham.txt +15 -0
- hw/hw1/data/ham/1562.2000-06-30.farmer.ham.txt +10 -0
- hw/hw1/data/ham/1590.2000-07-10.farmer.ham.txt +182 -0
- hw/hw1/data/ham/1624.2000-07-13.farmer.ham.txt +8 -0
- hw/hw1/data/ham/1706.2000-07-21.farmer.ham.txt +38 -0
- hw/hw1/data/ham/1716.2000-07-24.farmer.ham.txt +8 -0
- hw/hw1/data/ham/1790.2000-07-28.farmer.ham.txt +31 -0
- hw/hw1/data/ham/1969.2000-08-17.farmer.ham.txt +3 -0
- hw/hw1/data/ham/1983.2000-08-21.farmer.ham.txt +3 -0
- hw/hw1/data/ham/2048.2000-08-25.farmer.ham.txt +14 -0
- hw/hw1/data/ham/2050.2000-08-28.farmer.ham.txt +34 -0
.gitattributes
CHANGED
@@ -33,3 +33,23 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
hw/hw1/data/cifar10_data.mat filter=lfs diff=lfs merge=lfs -text
|
37 |
+
hw/hw1/data/mnist_data.mat filter=lfs diff=lfs merge=lfs -text
|
38 |
+
hw/hw1/data/spam_data.mat filter=lfs diff=lfs merge=lfs -text
|
39 |
+
hw/hw1/models/cifar10.sav filter=lfs diff=lfs merge=lfs -text
|
40 |
+
hw/hw1/models/mnist.sav filter=lfs diff=lfs merge=lfs -text
|
41 |
+
hw/hw3/data/mnist_data.mat filter=lfs diff=lfs merge=lfs -text
|
42 |
+
hw/hw3/data/spam_data.mat filter=lfs diff=lfs merge=lfs -text
|
43 |
+
hw/hw4/models/wine_model.sav filter=lfs diff=lfs merge=lfs -text
|
44 |
+
hw/hw5/data/spam_data.mat filter=lfs diff=lfs merge=lfs -text
|
45 |
+
hw/hw5/models/spam_model.sav filter=lfs diff=lfs merge=lfs -text
|
46 |
+
hw/hw5/models/titanic_model.sav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
hw/hw6/data/cifar-10-batches-py/data_batch_1 filter=lfs diff=lfs merge=lfs -text
|
48 |
+
hw/hw6/data/cifar-10-batches-py/data_batch_2 filter=lfs diff=lfs merge=lfs -text
|
49 |
+
hw/hw6/data/cifar-10-batches-py/data_batch_3 filter=lfs diff=lfs merge=lfs -text
|
50 |
+
hw/hw6/data/cifar-10-batches-py/data_batch_4 filter=lfs diff=lfs merge=lfs -text
|
51 |
+
hw/hw6/data/cifar-10-batches-py/data_batch_5 filter=lfs diff=lfs merge=lfs -text
|
52 |
+
hw/hw6/data/cifar-10-batches-py/test_batch filter=lfs diff=lfs merge=lfs -text
|
53 |
+
hw/hw6/data/FashionMNIST/raw/t10k-images-idx3-ubyte filter=lfs diff=lfs merge=lfs -text
|
54 |
+
hw/hw6/data/FashionMNIST/raw/train-images-idx3-ubyte filter=lfs diff=lfs merge=lfs -text
|
55 |
+
hw/hw7/data/movie_train.mat filter=lfs diff=lfs merge=lfs -text
|
hw/hw1/data/cifar10_X_test.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cf5560378426172380b1edbee0e3d861b31333379d51a29725d3b24ed906bf4
|
3 |
+
size 40960128
|
hw/hw1/data/cifar10_X_train.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25b01319212fb964acc52e838db4e953407686b01109fe2c9933e9d7edf3c515
|
3 |
+
size 204800128
|
hw/hw1/data/cifar10_data.mat
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:166a2cb3e237b73a5d4b60712e928c91352a7ffa285b04c9a917be2c3b73190e
|
3 |
+
size 184720344
|
hw/hw1/data/cifar10_y_train.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19378cd59c28e53ca96a8ec8a120f824ce97ab4ef20be05f9ccf148bb4de38ee
|
3 |
+
size 200128
|
hw/hw1/data/featurize.py
ADDED
@@ -0,0 +1,288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
'''
|
2 |
+
**************** PLEASE READ ***************
|
3 |
+
|
4 |
+
Script that reads in spam and ham messages and converts each training example
|
5 |
+
into a feature vector
|
6 |
+
|
7 |
+
Code intended for UC Berkeley course CS 189/289A: Machine Learning
|
8 |
+
|
9 |
+
Requirements:
|
10 |
+
-scipy ('pip install scipy')
|
11 |
+
|
12 |
+
To add your own features, create a function that takes in the raw text and
|
13 |
+
word frequency dictionary and outputs a int or float. Then add your feature
|
14 |
+
in the function 'def generate_feature_vector'
|
15 |
+
|
16 |
+
The output of your file will be a .mat file. The data will be accessible using
|
17 |
+
the following keys:
|
18 |
+
-'training_data'
|
19 |
+
-'training_labels'
|
20 |
+
-'test_data'
|
21 |
+
|
22 |
+
Please direct any bugs to [email protected]
|
23 |
+
'''
|
24 |
+
|
25 |
+
from collections import defaultdict
|
26 |
+
import glob
|
27 |
+
import re
|
28 |
+
import scipy.io
|
29 |
+
import numpy as np
|
30 |
+
|
31 |
+
NUM_TRAINING_EXAMPLES = 5172
|
32 |
+
NUM_TEST_EXAMPLES = 5857
|
33 |
+
|
34 |
+
BASE_DIR = './'
|
35 |
+
SPAM_DIR = 'spam/'
|
36 |
+
HAM_DIR = 'ham/'
|
37 |
+
TEST_DIR = 'test/'
|
38 |
+
|
39 |
+
# ************* Features *************
|
40 |
+
|
41 |
+
# Features that look for certain words
|
42 |
+
def freq_pain_feature(text, freq):
|
43 |
+
return float(freq['pain'])
|
44 |
+
|
45 |
+
def freq_private_feature(text, freq):
|
46 |
+
return float(freq['private'])
|
47 |
+
|
48 |
+
def freq_bank_feature(text, freq):
|
49 |
+
return float(freq['bank'])
|
50 |
+
|
51 |
+
def freq_money_feature(text, freq):
|
52 |
+
return float(freq['money'])
|
53 |
+
|
54 |
+
def freq_drug_feature(text, freq):
|
55 |
+
return float(freq['drug'])
|
56 |
+
|
57 |
+
def freq_spam_feature(text, freq):
|
58 |
+
return float(freq['spam'])
|
59 |
+
|
60 |
+
def freq_prescription_feature(text, freq):
|
61 |
+
return float(freq['prescription'])
|
62 |
+
|
63 |
+
def freq_creative_feature(text, freq):
|
64 |
+
return float(freq['creative'])
|
65 |
+
|
66 |
+
def freq_height_feature(text, freq):
|
67 |
+
return float(freq['height'])
|
68 |
+
|
69 |
+
def freq_featured_feature(text, freq):
|
70 |
+
return float(freq['featured'])
|
71 |
+
|
72 |
+
def freq_differ_feature(text, freq):
|
73 |
+
return float(freq['differ'])
|
74 |
+
|
75 |
+
def freq_width_feature(text, freq):
|
76 |
+
return float(freq['width'])
|
77 |
+
|
78 |
+
def freq_other_feature(text, freq):
|
79 |
+
return float(freq['other'])
|
80 |
+
|
81 |
+
def freq_energy_feature(text, freq):
|
82 |
+
return float(freq['energy'])
|
83 |
+
|
84 |
+
def freq_business_feature(text, freq):
|
85 |
+
return float(freq['business'])
|
86 |
+
|
87 |
+
def freq_message_feature(text, freq):
|
88 |
+
return float(freq['message'])
|
89 |
+
|
90 |
+
def freq_volumes_feature(text, freq):
|
91 |
+
return float(freq['volumes'])
|
92 |
+
|
93 |
+
def freq_revision_feature(text, freq):
|
94 |
+
return float(freq['revision'])
|
95 |
+
|
96 |
+
def freq_path_feature(text, freq):
|
97 |
+
return float(freq['path'])
|
98 |
+
|
99 |
+
def freq_meter_feature(text, freq):
|
100 |
+
return float(freq['meter'])
|
101 |
+
|
102 |
+
def freq_memo_feature(text, freq):
|
103 |
+
return float(freq['memo'])
|
104 |
+
|
105 |
+
def freq_planning_feature(text, freq):
|
106 |
+
return float(freq['planning'])
|
107 |
+
|
108 |
+
def freq_pleased_feature(text, freq):
|
109 |
+
return float(freq['pleased'])
|
110 |
+
|
111 |
+
def freq_record_feature(text, freq):
|
112 |
+
return float(freq['record'])
|
113 |
+
|
114 |
+
def freq_out_feature(text, freq):
|
115 |
+
return float(freq['out'])
|
116 |
+
|
117 |
+
# Features that look for certain characters
|
118 |
+
def freq_semicolon_feature(text, freq):
|
119 |
+
return text.count(';')
|
120 |
+
|
121 |
+
def freq_dollar_feature(text, freq):
|
122 |
+
return text.count('$')
|
123 |
+
|
124 |
+
def freq_sharp_feature(text, freq):
|
125 |
+
return text.count('#')
|
126 |
+
|
127 |
+
def freq_exclamation_feature(text, freq):
|
128 |
+
return text.count('!')
|
129 |
+
|
130 |
+
def freq_para_feature(text, freq):
|
131 |
+
return text.count('(')
|
132 |
+
|
133 |
+
def freq_bracket_feature(text, freq):
|
134 |
+
return text.count('[')
|
135 |
+
|
136 |
+
def freq_and_feature(text, freq):
|
137 |
+
return text.count('&')
|
138 |
+
|
139 |
+
# --------- Add your own feature methods ----------
|
140 |
+
def freq_free_feature(text, freq):
|
141 |
+
return text.count('free')
|
142 |
+
|
143 |
+
def freq_insurance_feature(text, freq):
|
144 |
+
return text.count('insurance')
|
145 |
+
|
146 |
+
def freq_porn_feature(text, freq):
|
147 |
+
return text.count('porn')
|
148 |
+
|
149 |
+
def freq_fuck_feature(text, freq):
|
150 |
+
return text.count('fuck')
|
151 |
+
|
152 |
+
def freq_cock_feature(text, freq):
|
153 |
+
return text.count('cock')
|
154 |
+
|
155 |
+
def freq_dick_feature(text, freq):
|
156 |
+
return text.count('dick')
|
157 |
+
|
158 |
+
def freq_penis_feature(text, freq):
|
159 |
+
return text.count('penis')
|
160 |
+
|
161 |
+
def freq_viagra_feature(text, freq):
|
162 |
+
return text.count('viagra')
|
163 |
+
|
164 |
+
def freq_click_feature(text, freq):
|
165 |
+
return text.count('click')
|
166 |
+
|
167 |
+
def freq_adult_feature(text, freq):
|
168 |
+
return text.count('adult')
|
169 |
+
|
170 |
+
def freq_send_feature(text, freq):
|
171 |
+
return text.count('send')
|
172 |
+
|
173 |
+
def freq_money_feature(text, freq):
|
174 |
+
return text.count('money')
|
175 |
+
|
176 |
+
def freq_sex_feature(text, freq):
|
177 |
+
return text.count('sex')
|
178 |
+
|
179 |
+
def freq_sexual_feature(text, freq):
|
180 |
+
return text.count('sexual')
|
181 |
+
|
182 |
+
def freq_sexy_feature(text, freq):
|
183 |
+
return text.count('sexy')
|
184 |
+
|
185 |
+
def freq_hard_feature(text, freq):
|
186 |
+
return text.count('hard')
|
187 |
+
|
188 |
+
# Generates a feature vector
|
189 |
+
def generate_feature_vector(text, freq):
|
190 |
+
feature = []
|
191 |
+
feature.append(freq_pain_feature(text, freq))
|
192 |
+
feature.append(freq_private_feature(text, freq))
|
193 |
+
feature.append(freq_bank_feature(text, freq))
|
194 |
+
feature.append(freq_money_feature(text, freq))
|
195 |
+
feature.append(freq_drug_feature(text, freq))
|
196 |
+
feature.append(freq_spam_feature(text, freq))
|
197 |
+
feature.append(freq_prescription_feature(text, freq))
|
198 |
+
feature.append(freq_creative_feature(text, freq))
|
199 |
+
feature.append(freq_height_feature(text, freq))
|
200 |
+
feature.append(freq_featured_feature(text, freq))
|
201 |
+
feature.append(freq_differ_feature(text, freq))
|
202 |
+
feature.append(freq_width_feature(text, freq))
|
203 |
+
feature.append(freq_other_feature(text, freq))
|
204 |
+
feature.append(freq_energy_feature(text, freq))
|
205 |
+
feature.append(freq_business_feature(text, freq))
|
206 |
+
feature.append(freq_message_feature(text, freq))
|
207 |
+
feature.append(freq_volumes_feature(text, freq))
|
208 |
+
feature.append(freq_revision_feature(text, freq))
|
209 |
+
feature.append(freq_path_feature(text, freq))
|
210 |
+
feature.append(freq_meter_feature(text, freq))
|
211 |
+
feature.append(freq_memo_feature(text, freq))
|
212 |
+
feature.append(freq_planning_feature(text, freq))
|
213 |
+
feature.append(freq_pleased_feature(text, freq))
|
214 |
+
feature.append(freq_record_feature(text, freq))
|
215 |
+
feature.append(freq_out_feature(text, freq))
|
216 |
+
feature.append(freq_semicolon_feature(text, freq))
|
217 |
+
feature.append(freq_dollar_feature(text, freq))
|
218 |
+
feature.append(freq_sharp_feature(text, freq))
|
219 |
+
feature.append(freq_exclamation_feature(text, freq))
|
220 |
+
feature.append(freq_para_feature(text, freq))
|
221 |
+
feature.append(freq_bracket_feature(text, freq))
|
222 |
+
feature.append(freq_and_feature(text, freq))
|
223 |
+
feature.append(freq_free_feature(text, freq))
|
224 |
+
|
225 |
+
feature.append(freq_insurance_feature(text, freq))
|
226 |
+
feature.append(freq_porn_feature(text, freq))
|
227 |
+
feature.append(freq_fuck_feature(text, freq))
|
228 |
+
feature.append(freq_cock_feature(text, freq))
|
229 |
+
feature.append(freq_dick_feature(text, freq))
|
230 |
+
feature.append(freq_penis_feature(text, freq))
|
231 |
+
feature.append(freq_viagra_feature(text, freq))
|
232 |
+
feature.append(freq_click_feature(text, freq))
|
233 |
+
feature.append(freq_adult_feature(text, freq))
|
234 |
+
feature.append(freq_send_feature(text, freq))
|
235 |
+
feature.append(freq_money_feature(text, freq))
|
236 |
+
feature.append(freq_sexy_feature(text, freq))
|
237 |
+
feature.append(freq_sex_feature(text, freq))
|
238 |
+
feature.append(freq_sexual_feature(text, freq))
|
239 |
+
feature.append(freq_hard_feature(text, freq))
|
240 |
+
|
241 |
+
|
242 |
+
# --------- Add your own features here ---------
|
243 |
+
# Make sure type is int or float
|
244 |
+
|
245 |
+
return feature
|
246 |
+
|
247 |
+
# This method generates a design matrix with a list of filenames
|
248 |
+
# Each file is a single training example
|
249 |
+
def generate_design_matrix(filenames):
|
250 |
+
design_matrix = []
|
251 |
+
for filename in filenames:
|
252 |
+
with open(filename, 'r', encoding='utf-8', errors='ignore') as f:
|
253 |
+
try:
|
254 |
+
text = f.read() # Read in text from file
|
255 |
+
except Exception as e:
|
256 |
+
# skip files we have trouble reading.
|
257 |
+
continue
|
258 |
+
text = text.replace('\r\n', ' ') # Remove newline character
|
259 |
+
words = re.findall(r'\w+', text)
|
260 |
+
word_freq = defaultdict(int) # Frequency of all words
|
261 |
+
for word in words:
|
262 |
+
word_freq[word] += 1
|
263 |
+
|
264 |
+
# Create a feature vector
|
265 |
+
feature_vector = generate_feature_vector(text, word_freq)
|
266 |
+
design_matrix.append(feature_vector)
|
267 |
+
return design_matrix
|
268 |
+
|
269 |
+
# ************** Script starts here **************
|
270 |
+
# DO NOT MODIFY ANYTHING BELOW
|
271 |
+
|
272 |
+
spam_filenames = glob.glob(BASE_DIR + SPAM_DIR + '*.txt')
|
273 |
+
spam_design_matrix = generate_design_matrix(spam_filenames)
|
274 |
+
ham_filenames = glob.glob(BASE_DIR + HAM_DIR + '*.txt')
|
275 |
+
ham_design_matrix = generate_design_matrix(ham_filenames)
|
276 |
+
# Important: the test_filenames must be in numerical order as that is the
|
277 |
+
# order we will be evaluating your classifier
|
278 |
+
test_filenames = [BASE_DIR + TEST_DIR + str(x) + '.txt' for x in range(NUM_TEST_EXAMPLES)]
|
279 |
+
test_design_matrix = generate_design_matrix(test_filenames)
|
280 |
+
|
281 |
+
X = spam_design_matrix + ham_design_matrix
|
282 |
+
Y = np.array([1]*len(spam_design_matrix) + [0]*len(ham_design_matrix)).reshape((-1, 1))
|
283 |
+
|
284 |
+
file_dict = {}
|
285 |
+
file_dict['training_data'] = X
|
286 |
+
file_dict['training_labels'] = Y
|
287 |
+
file_dict['test_data'] = test_design_matrix
|
288 |
+
scipy.io.savemat('spam_data.mat', file_dict)
|
hw/hw1/data/ham/0004.1999-12-14.farmer.ham.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : issue
|
2 |
+
fyi - see note below - already done .
|
3 |
+
stella
|
4 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by stella l morris / hou / ect on 12 / 14 / 99 10 : 18
|
5 |
+
am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
6 |
+
from : sherlyn schumack on 12 / 14 / 99 10 : 06 am
|
7 |
+
to : stella l morris / hou / ect @ ect
|
8 |
+
cc : howard b camp / hou / ect @ ect
|
9 |
+
subject : re : issue
|
10 |
+
stella ,
|
11 |
+
this has already been taken care of . you did this for me yesterday .
|
12 |
+
thanks .
|
13 |
+
howard b camp
|
14 |
+
12 / 14 / 99 09 : 10 am
|
15 |
+
to : stella l morris / hou / ect @ ect
|
16 |
+
cc : sherlyn schumack / hou / ect @ ect , howard b camp / hou / ect @ ect , stacey
|
17 |
+
neuweiler / hou / ect @ ect , daren j farmer / hou / ect @ ect
|
18 |
+
subject : issue
|
19 |
+
stella ,
|
20 |
+
can you work with stacey or daren to resolve
|
21 |
+
hc
|
22 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by howard b camp / hou / ect on 12 / 14 / 99 09 : 08
|
23 |
+
am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
24 |
+
from : sherlyn schumack 12 / 13 / 99 01 : 14 pm
|
25 |
+
to : howard b camp / hou / ect @ ect
|
26 |
+
cc :
|
27 |
+
subject : issue
|
28 |
+
i have to create accounting arrangement for purchase from unocal energy at
|
29 |
+
meter 986782 . deal not tracked for 5 / 99 . volume on deal 114427 expired 4 / 99 .
|
hw/hw1/data/ham/0067.1999-12-27.farmer.ham.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Subject: hpl nominations for december 28 , 1999
|
2 |
+
( see attached file : hpll 228 . xls )
|
3 |
+
- hpll 228 . xls
|
hw/hw1/data/ham/0243.2000-01-24.farmer.ham.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: phillips petroleum , inc .
|
2 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by carlos j rodriguez / hou / ect on 01 / 24 / 2000
|
3 |
+
01 : 38 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
4 |
+
vance l taylor
|
5 |
+
01 / 24 / 2000 09 : 17 am
|
6 |
+
to : tom acton / corp / enron @ enron , carlos j rodriguez / hou / ect @ ect
|
7 |
+
cc : brian m riley / hou / ect @ ect , susan smith / hou / ect @ ect , donald p
|
8 |
+
reinhardt / hou / ect @ ect , melissa graves / hou / ect @ ect
|
9 |
+
subject : phillips petroleum , inc .
|
10 |
+
tom ,
|
11 |
+
please generate spot tickets in sitara based upon the follow :
|
12 |
+
12 / 1 / 99 - 12 / 31 / 99 phillips petroleum company 6673 750 mmbtu / d 100 % if / hsc
|
13 |
+
less $ 0 . 17
|
14 |
+
01 / 1 / 00 - 01 / 31 / 00 phillips petroleum company 6673 750 mmbtu / d 100 % if / hsc
|
15 |
+
less $ 0 . 17
|
16 |
+
thanks ,
|
17 |
+
vlt
|
18 |
+
x 3 - 6353
|
hw/hw1/data/ham/0272.2000-01-28.farmer.ham.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subject: is this fri feb 11 a problem for taking vacation ?
|
hw/hw1/data/ham/0283.2000-01-31.farmer.ham.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: storage
|
2 |
+
i updated the storage ticket for feb and created an injection ticket , sitara
|
3 |
+
# 159640 .
|
4 |
+
let me know if you have any questions .
|
5 |
+
dave
|
hw/hw1/data/ham/0301.2000-02-02.farmer.ham.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: january 2000 withdrawals from storage
|
2 |
+
hey vonda ,
|
3 |
+
attached is the worksheet showing your withdrawals for the month of january
|
4 |
+
2000 . let me know if you have any questions .
|
5 |
+
lisa kinsey
|
hw/hw1/data/ham/0335.2000-02-04.farmer.ham.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: 98 - 1534
|
2 |
+
daren ,
|
3 |
+
the above mentioned meter ( delivery ) shows a small flow of 24 dec . on
|
4 |
+
2 - 1 - 00 . the sitara deal ( 151694 ) has a stop date of 1 / 31 / 2000 .
|
5 |
+
can you please extend the deal thru 2 - 1 - 00 to cover this small volume ?
|
6 |
+
thanks
|
7 |
+
- jackie -
|
hw/hw1/data/ham/0366.2000-02-07.farmer.ham.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: 8 th noms
|
2 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by ami chokshi / corp / enron on 02 / 07 / 2000
|
3 |
+
10 : 30 am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
4 |
+
troy _ a _ benoit @ reliantenergy . com on 02 / 07 / 2000 10 : 19 : 10 am
|
5 |
+
to : " ami chokshi "
|
6 |
+
cc :
|
7 |
+
subject : 8 th noms
|
8 |
+
( see attached file : hpl - feb . xls )
|
9 |
+
- hpl - feb . xls
|
hw/hw1/data/ham/0423.2000-02-16.farmer.ham.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : allocation exceptions
|
2 |
+
daren - meters 3002 and 3003 have volume from jan 99 thru the current month .
|
3 |
+
could a deal be created for these volumes ? there is a substanital amount of
|
4 |
+
volume each month .
|
5 |
+
- aimee
|
6 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by aimee lannou / hou / ect on 02 / 16 / 2000 02 : 54
|
7 |
+
pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
8 |
+
fred boas
|
9 |
+
02 / 13 / 2000 02 : 28 pm
|
10 |
+
to : aimee lannou / hou / ect @ ect
|
11 |
+
cc : robert e lloyd / hou / ect @ ect , howard b camp / hou / ect @ ect
|
12 |
+
subject : allocation exceptions
|
13 |
+
aimee :
|
14 |
+
following is a list of allocation exceptions on daily swing meters that must
|
15 |
+
be fixed .
|
16 |
+
meter 3003 with min gas date 01 / 02 / 99
|
17 |
+
meter 3002 with min gas date 01 / 02 / 99
|
18 |
+
meter 0598 with min gas date 08 / 01 / 99
|
19 |
+
meter 5360 with min gas date 0 / 01 / 00
|
20 |
+
do you think that we can get them fixed by tuesday the 15 th of this week ?
|
21 |
+
let me know ,
|
22 |
+
fred
|
hw/hw1/data/ham/0446.2000-02-18.farmer.ham.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: 98 - 6736 & 98 - 9638 for 1997 ( ua 4 issues )
|
2 |
+
the above referenced meters need to be placed on a k . please note the
|
3 |
+
information below
|
4 |
+
98 - 6736 on 089 for 5 / 97 ( activity @ this meter for 1 / 97 - 4 / 97 is on
|
5 |
+
078 - 29165 - 101 ) the referenced cpr deal # is 1567 which ends 4 / 97 .
|
6 |
+
98 - 9638 on 089 for 6 / 97 ( activity @ this meter for 1 / 97 - 11 / 97 is also on
|
7 |
+
089 ) no referenced cpr deal # . the only month that has a k placed on it is
|
8 |
+
12 / 97 and that is on the 078 - 30100 - 103 k .
|
9 |
+
thanks for your help .
|
10 |
+
- jackie -
|
11 |
+
3 - 9497
|
hw/hw1/data/ham/0474.2000-02-23.farmer.ham.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : potential volume list for march , 2000
|
2 |
+
fyi . . . this well should come on the lst week of march , but does have gas daily
|
3 |
+
mid month pricing for the first month . thanks .
|
4 |
+
susan
|
5 |
+
smith
|
6 |
+
02 / 22 / 2000 01 : 44 pm
|
7 |
+
to : daren j farmer / hou / ect @ ect
|
8 |
+
cc : melissa graves / hou / ect @ ect , donald p reinhardt / hou / ect @ ect , vance l
|
9 |
+
taylor / hou / ect @ ect , jill t zivley / hou / ect @ ect
|
10 |
+
subject : potential volume list for march , 2000
|
11 |
+
darren :
|
12 |
+
this is potential new volume for march , 2000 :
|
13 |
+
counterparty meter volume mid month gas daily ?
|
14 |
+
cico oil & gas co . tba 2117 mmbtu per day yes
|
15 |
+
this number is not in vance ' s production estimate . this well is anticipated
|
16 |
+
to come on the first week of march but earlier is possible .
|
17 |
+
please let me know if you need any additional information .
|
18 |
+
susan smith x 33321
|
hw/hw1/data/ham/0487.2000-02-24.farmer.ham.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: follow up 1 / 2 day off - site
|
2 |
+
please hold thursday , march 9 th 11 : 30 - 5 : 00 pm as tentative for the follow
|
3 |
+
up meeting to our off - site . as soon as i have more concrete information i
|
4 |
+
will let you know .
|
5 |
+
note :
|
6 |
+
if i manage your calendar , it has been updated .
|
7 |
+
thank you !
|
8 |
+
yvette
|
9 |
+
x 3 . 5953
|
hw/hw1/data/ham/0523.2000-03-01.farmer.ham.txt
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : meter 986315 torch rally / el sordo 1 / 00
|
2 |
+
daren . . have you had a chance to look at this yet ?
|
3 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by kimberly vaughn / hou / ect on 03 / 01 / 2000
|
4 |
+
03 : 47 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
5 |
+
from : sherlyn schumack on 02 / 29 / 2000 08 : 29 am
|
6 |
+
to : kimberly vaughn / hou / ect @ ect
|
7 |
+
cc : megan parker / corp / enron @ enron
|
8 |
+
subject : re : meter 986315 torch rally / el sordo 1 / 00
|
9 |
+
kim ,
|
10 |
+
have you received a response on this yet ?
|
11 |
+
kimberly vaughn
|
12 |
+
02 / 22 / 2000 04 : 21 pm
|
13 |
+
to : daren j farmer / hou / ect @ ect , sherlyn schumack / hou / ect @ ect
|
14 |
+
cc :
|
15 |
+
subject : meter 986315 torch rally / el sordo 1 / 00
|
16 |
+
sheryln , i ' m forwarding this to daren to get your answer . . . daren , deal
|
17 |
+
141186 ( el sordo ) volume 102 . . . . deal 138605 ( torch ) volume 343 . . . megan
|
18 |
+
parker thinks that all of this volume should be under torch . . . what do you
|
19 |
+
think ?
|
20 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by kimberly vaughn / hou / ect on 02 / 22 / 2000
|
21 |
+
03 : 17 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
22 |
+
from : sherlyn schumack 02 / 22 / 2000 01 : 15 pm
|
23 |
+
to : kimberly vaughn / hou / ect @ ect
|
24 |
+
cc : megan parker / corp / enron @ enron
|
25 |
+
subject : meter 986315 torch rally / el sordo 1 / 00
|
26 |
+
kim ,
|
27 |
+
have you looked at this yet ?
|
28 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by sherlyn schumack / hou / ect on 02 / 22 / 2000
|
29 |
+
01 : 12 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
30 |
+
enron north america corp .
|
31 |
+
from : megan parker @ enron 02 / 22 / 2000 01 : 00 pm
|
32 |
+
to : sherlyn schumack / hou / ect @ ect
|
33 |
+
cc :
|
34 |
+
subject : meter 986315 torch rally / el sordo 1 / 00
|
35 |
+
have you heard anything on this yet ? i need to pay it by thursday .
|
36 |
+
megan
|
37 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by megan parker / corp / enron on 02 / 22 / 2000
|
38 |
+
12 : 58 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
39 |
+
from : megan parker 02 / 17 / 2000 10 : 42 am
|
40 |
+
to : sherlyn schumack / hou / ect @ ect
|
41 |
+
cc :
|
42 |
+
subject : meter 986315 torch rally / el sordo 1 / 00
|
43 |
+
i have a volume issue with meter 986315 for 1 / 00 production . the volume has
|
44 |
+
been split between el sordo and torch rally . i think all of the volume
|
45 |
+
should be under torch rally . please let me know if you find something
|
46 |
+
different . the old months have already been corrected .
|
47 |
+
thanks ,
|
48 |
+
megan
|
hw/hw1/data/ham/0620.2000-03-17.farmer.ham.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: nomination into eastrans - 3 / 18 / 2000
|
2 |
+
we are reducing our nom into eastrans eff 3 / 18 / 2000 to
|
3 |
+
72 , 000 mmbtu / d . redeliveries are 50 mmcf / d into pg & e , 7 from fcv ,
|
4 |
+
3 into your cartwheel @ carthage , and 12 into mobil beaumont . .
|
hw/hw1/data/ham/0653.2000-03-21.farmer.ham.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: transport contracts
|
2 |
+
d -
|
3 |
+
the oasis contract # s are : 028 27099 201
|
4 |
+
028 27099 202
|
5 |
+
028 27099 203
|
6 |
+
028 27099 204
|
7 |
+
pg & e contract # s are : 5095 - 037
|
8 |
+
5098 - 695
|
9 |
+
9121
|
10 |
+
5203 - 010
|
11 |
+
pg & e parking and lending contracts awaiting approval : pleo 0004
|
12 |
+
plao 0004
|
hw/hw1/data/ham/0677.2000-03-22.farmer.ham.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: vacation scheduled
|
2 |
+
i will be on vacation friday , march 24 th , 27 th , 28 th and maybe 29 th . in my
|
3 |
+
absence please call jackie young @ 3 - 9497 .
|
4 |
+
susan { @ 3 - 5796 } will back up jackie during my absence for industrial
|
5 |
+
activity .
|
hw/hw1/data/ham/0802.2000-03-31.farmer.ham.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : mitchell gas services 2 / 00
|
2 |
+
i ' m not sure , but could you ask craig .
|
3 |
+
julie
|
4 |
+
daren j farmer
|
5 |
+
03 / 31 / 2000 12 : 30 pm
|
6 |
+
to : julie meyers / hou / ect @ ect
|
7 |
+
cc :
|
8 |
+
subject : re : mitchell gas services 2 / 00
|
9 |
+
is this still outstanding ? craig is back in the office now .
|
10 |
+
d
|
11 |
+
julie meyers
|
12 |
+
03 / 20 / 2000 02 : 27 pm
|
13 |
+
to : daren j farmer / hou / ect @ ect
|
14 |
+
cc :
|
15 |
+
subject : mitchell gas services 2 / 00
|
16 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by julie meyers / hou / ect on 03 / 20 / 2000 02 : 26
|
17 |
+
pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
18 |
+
enron north america corp .
|
19 |
+
from : megan parker @ enron 03 / 20 / 2000 02 : 08 pm
|
20 |
+
to : julie meyers / hou / ect @ ect
|
21 |
+
cc : william c falbaum / hou / ect @ ect
|
22 |
+
subject : mitchell gas services 2 / 00
|
23 |
+
we have a price difference with mitchell gas services for 2 / 00 production ,
|
24 |
+
deal 156658 . we have hsc - 0 . 05 and mitchell shows hsc - 0 . 04 . can you tell
|
25 |
+
me what the correct price is ? i need this asap .
|
26 |
+
megan
|
hw/hw1/data/ham/0863.2000-04-05.farmer.ham.txt
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : sitara release ( re : changes in global due to consent to
|
2 |
+
assignment )
|
3 |
+
fyi . . . .
|
4 |
+
this change went in for the deal validation group . it gives them the
|
5 |
+
ability to change counterparties names after bridge back .
|
6 |
+
impact to logistics - unify
|
7 |
+
if a counterparty name change takes place to deals that have been bridge
|
8 |
+
backed , it could cause problems on edi pipes as that new counterparty name
|
9 |
+
will flow over to unify and repathing should eventually take place .
|
10 |
+
one problem may be with the imbalance data sets , which are not in production
|
11 |
+
yet . . . . . . ( edi imbalance qtys would not match up to paths )
|
12 |
+
this may also cause an issue with the scheduled quantities ( especially where
|
13 |
+
nominations were sent for entire month )
|
14 |
+
can ' t remember the rules on this one , but i think unify does have some safe
|
15 |
+
guards ( idiot proofs ) to force re - pathing .
|
16 |
+
unify does have the ability to over - ride duns numbers , yet would still cause
|
17 |
+
an additional step for edi the scheduler would need to think through in order
|
18 |
+
to get a clean quick response .
|
19 |
+
what are ( if any ) impacts to vol mgt if counterparty name changes take
|
20 |
+
place ? ( prior periods ? re - pathing ? )
|
21 |
+
i have a call into diane and dave both . after speaking w / them , hopefully i
|
22 |
+
can get a clear understanding of the true impact . i am sure we ' ll need to
|
23 |
+
put some processes and procedures together for deal validation to follow when
|
24 |
+
these type of changes are needed .
|
25 |
+
will keep you posted .
|
26 |
+
thanks ,
|
27 |
+
dg
|
28 |
+
from : thomas engel 04 / 05 / 2000 09 : 44 am
|
29 |
+
to : kathryn cordes / hou / ect @ ect , dana daigle / corp / enron @ enron , elizabeth l
|
30 |
+
hernandez / hou / ect @ ect , julie meyers / hou / ect @ ect , b scott palmer / hou / ect @ ect ,
|
31 |
+
stephanie sever / hou / ect @ ect , dianne j swiber / hou / ect @ ect , peggy
|
32 |
+
hedstrom / cal / ect @ ect , dianne seib / cal / ect @ ect
|
33 |
+
cc : sylvia a campos / hou / ect @ ect , linda s bryan / hou / ect @ ect , faye
|
34 |
+
ellis / hou / ect @ ect , donna consemiu / hou / ect @ ect , scott mills / hou / ect @ ect , russ
|
35 |
+
severson / hou / ect @ ect , martha stevens / hou / ect @ ect , karie hastings / hou / ect @ ect ,
|
36 |
+
regina perkins / hou / ect @ ect , imelda frayre / hou / ect @ ect , william e
|
37 |
+
kasemervisz / hou / ect @ ect , hunaid engineer / hou / ect @ ect , steven
|
38 |
+
gullion / hou / ect @ ect , larrissa sharma / hou / ect @ ect , donna greif / hou / ect @ ect
|
39 |
+
subject : sitara release ( re : changes in global due to consent to assignment )
|
40 |
+
regarding the ability to change counterparties on deals in sitara with
|
41 |
+
confirmed volumes - tom ' s words of caution :
|
42 |
+
if someone calls you and wants to change a counterparty - we created the
|
43 |
+
ability for you to invalidate the deal - and
|
44 |
+
then change the counterparty - however - i did add a warning message :
|
45 |
+
" warning - changing counterparty on deal with confirmed volumes - make sure
|
46 |
+
pipeline allows this change . "
|
47 |
+
some pipelines do not allow us to change counterparties after there is
|
48 |
+
feedback - i assume for the same reasons
|
49 |
+
we had this rule - it used to blow up our old scheduling systems
|
50 |
+
( pre - unify ) . some pipelines will require a new
|
51 |
+
deal and we will have to zero out the old deal .
|
52 |
+
before you make the change - make sure the logistics person is aware - just
|
53 |
+
in case it causes problems with their
|
54 |
+
pipeline . sorry - i don ' t know which pipes these are - you will have to ask
|
55 |
+
the unify team .
|
56 |
+
there is one rule still in place - you can change from ena - im east to ena - im
|
57 |
+
market east - but not from
|
58 |
+
ena - im texas to hplc - im hplc - when changing business units - they must be
|
59 |
+
the same legal entity .
|
60 |
+
" warning - not the same legal entity "
|
61 |
+
also - beware of making contract and counterparty changes to service deals
|
62 |
+
( transport capacity , storage , cash out ) .
|
63 |
+
once the deal is invalidated - there are no rules . don ' t forget - the items
|
64 |
+
were locked down for a reason .
|
65 |
+
if you invalidate a service deal - and change the previously locked down
|
66 |
+
data that was validated - and someone used these
|
67 |
+
deals in unify - it is highly likely that the unify deals and paths created
|
68 |
+
using these deals will get corrupted . always check
|
69 |
+
with someone from unify to make sure no one used these deals for anything in
|
70 |
+
unify .
|
71 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by thomas engel / hou / ect on 04 / 05 / 2000 09 : 47
|
72 |
+
am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
73 |
+
from : scott mills on 04 / 04 / 2000 07 : 38 pm
|
74 |
+
to : kathryn cordes / hou / ect @ ect , dana daigle / corp / enron @ enron , elizabeth l
|
75 |
+
hernandez / hou / ect @ ect , julie meyers / hou / ect @ ect , b scott palmer / hou / ect @ ect ,
|
76 |
+
stephanie sever / hou / ect @ ect , dianne j swiber / hou / ect @ ect
|
77 |
+
cc : steve jackson / hou / ect @ ect , thomas engel / hou / ect @ ect , sylvia a
|
78 |
+
campos / hou / ect @ ect , linda s bryan / hou / ect @ ect , faye ellis / hou / ect @ ect , donna
|
79 |
+
consemiu / hou / ect @ ect
|
80 |
+
subject : sitara release ( re : changes in global due to consent to assignment )
|
81 |
+
with the release that was put out tuesday evening , deal validation should be
|
82 |
+
able to change the counterparty on deals where the volume is something other
|
83 |
+
than expected ( e . g . confirmed , nominated , scheduled , etc . ) .
|
84 |
+
in addition , this release will also capture " near - time " the contract changes
|
85 |
+
that are made in global . this means that need for server bounces will not be
|
86 |
+
necessary .
|
87 |
+
new / changes to contracts will show up without having to get out of deal
|
88 |
+
manager .
|
89 |
+
new counterparties , and new / changes to facilities will require getting out
|
90 |
+
of all active sitara apps ( except for launch pad ) .
|
91 |
+
once out of all apps , start a new app - the respective information that you
|
92 |
+
are looking for will appear .
|
93 |
+
i mention " near - time " because we are constrained by the amount of time it
|
94 |
+
takes for the change in global data to trigger an alert for sitara who then
|
95 |
+
updates its information
|
96 |
+
srm ( x 33548 )
|
97 |
+
cyndie balfour - flanagan @ enron
|
98 |
+
04 / 04 / 2000 03 : 41 pm
|
99 |
+
to : connie sutton / hou / ect @ ect , linda s bryan / hou / ect @ ect , kathryn
|
100 |
+
cordes / hou / ect @ ect , scott mills / hou / ect @ ect , richard elwood / hou / ect @ ect , dave
|
101 |
+
nommensen / hou / ect @ ect , kenneth m harmon / hou / ect @ ect , dana
|
102 |
+
daigle / corp / enron @ enron , kathryn cordes / hou / ect @ ect , elizabeth l
|
103 |
+
hernandez / hou / ect @ ect , julie meyers / hou / ect @ ect , b scott palmer / hou / ect @ ect ,
|
104 |
+
stephanie sever / hou / ect @ ect , dianne j swiber / hou / ect @ ect , gayle
|
105 |
+
horn / corp / enron @ enron , brant reves / hou / ect @ ect , russell diamond / hou / ect @ ect ,
|
106 |
+
debbie r brackett / hou / ect @ ect , steve jackson / hou / ect @ ect
|
107 |
+
cc :
|
108 |
+
subject : changes in global due to consent to assignment
|
109 |
+
the following changes will be made in the global contracts database due to
|
110 |
+
receipt of executed consent to assignment for the following contracts :
|
111 |
+
current counterparty name contract type contract # ' new ' counterparty
|
112 |
+
name
|
113 |
+
ces - commonwealth energy services gisb 96029892 commonwealth energy
|
114 |
+
services
|
115 |
+
ces - samuel gary jr . & associates , inc gisb 96029302 samuel gary jr . &
|
116 |
+
associates
|
117 |
+
ces - south jersey gas company gisb 96029143 south jersey gas company
|
118 |
+
cp name change and contract type correction ( contract type different than
|
119 |
+
that provided by ces )
|
120 |
+
per ces
|
121 |
+
ces - southwest gas corporation 1 / 1 / 98 gisb 96029146
|
122 |
+
per contract file
|
123 |
+
ces - southwest gas corporation 04 / 14 / 93 master purchase / sale interruptible
|
124 |
+
( will edit global # 96029146 )
|
125 |
+
&
|
126 |
+
ces - southwest gas corporation 12 / 01 / 94 master sale firm ( created new
|
127 |
+
global record to accommodate this k , # 96037402 )
|
128 |
+
please note that southwest gas corporation has consented to the assignment of
|
129 |
+
both of these contracts .
|
hw/hw1/data/ham/0869.2000-04-06.farmer.ham.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: hr performance objectives binders
|
2 |
+
good morning ( afternoon ) ,
|
3 |
+
today , everyone should have received a binder . some were placed in your mail
|
4 |
+
slots and others were hand delivered . if you did not receive a binder , please
|
5 |
+
email or call me for one to be delivered to you .
|
6 |
+
thank you ,
|
7 |
+
octavia
|
8 |
+
x 78351
|
hw/hw1/data/ham/1000.2000-04-26.farmer.ham.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Subject: mike clinchard resume
|
2 |
+
in case you have an opening . . . .
|
3 |
+
- resume . doc
|
hw/hw1/data/ham/1007.2000-04-27.farmer.ham.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: cpr pipeline exchange activity report
|
2 |
+
we have placed the cpr pipeline exchange activity report into the sitara
|
3 |
+
production reporting . please let me know if
|
4 |
+
you have any questions . this report gves you the volume activity of a given
|
5 |
+
business unit , on all or selectied pipes , for
|
6 |
+
given flow dates . please rememeber that this report is originating from the
|
7 |
+
sitara database .
|
8 |
+
you all have access to run reports in sitara . you can run reports by
|
9 |
+
clicking the last icon ( blue one ) from the sitara launchpad .
|
10 |
+
you may have to logout of sitara to compeletely to see the icon .
|
11 |
+
* once you are able to access the web site from the icon , click on reports .
|
12 |
+
* login using your sitara login and password .
|
13 |
+
* select the specialized / exceptions category from the drop down menu .
|
14 |
+
* run the cpr pipeline exchange activity report . you will have to select a
|
15 |
+
business unit , flow date and optionally pipe .
|
16 |
+
if you have any problems running this report , let me know at x 37913 .
|
17 |
+
thanks ,
|
18 |
+
hunaid
|
hw/hw1/data/ham/1012.2000-04-28.farmer.ham.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: entex revised estimates for 4 / 00
|
2 |
+
the attached spreadsheet has the revised estimates for entex citygate loads
|
3 |
+
for april . if you need me to get with pops / unify to correct or change the
|
4 |
+
estimates please give me a call .
|
5 |
+
thanks
|
6 |
+
gary
|
hw/hw1/data/ham/1061.2000-05-10.farmer.ham.txt
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: ena sales on hpl
|
2 |
+
just to update you on this project ' s status :
|
3 |
+
based on a new report that scott mills ran for me from sitara , i have come up
|
4 |
+
with the following counterparties as the ones to which ena is selling gas off
|
5 |
+
of hpl ' s pipe .
|
6 |
+
altrade transaction , l . l . c . gulf gas utilities company
|
7 |
+
brazoria , city of panther pipeline , inc .
|
8 |
+
central illinois light company praxair , inc .
|
9 |
+
central power and light company reliant energy - entex
|
10 |
+
ces - equistar chemicals , lp reliant energy - hl & p
|
11 |
+
corpus christi gas marketing , lp southern union company
|
12 |
+
d & h gas company , inc . texas utilities fuel company
|
13 |
+
duke energy field services , inc . txu gas distribution
|
14 |
+
entex gas marketing company union carbide corporation
|
15 |
+
equistar chemicals , lp unit gas transmission company inc .
|
16 |
+
since i ' m not sure exactly what gets entered into sitara , pat clynes
|
17 |
+
suggested that i check with daren farmer to make sure that i ' m not missing
|
18 |
+
something ( which i did below ) . while i am waiting for a response from him
|
19 |
+
and / or mary smith , i will begin gathering the contractual volumes under the
|
20 |
+
above contracts .
|
21 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by cheryl dudley / hou / ect on 05 / 10 / 2000 07 : 56
|
22 |
+
am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
23 |
+
cheryl d king
|
24 |
+
05 / 08 / 2000 04 : 11 pm
|
25 |
+
sent by : cheryl dudley
|
26 |
+
to : daren j farmer / hou / ect @ ect , mary m smith / hou / ect @ ect
|
27 |
+
cc :
|
28 |
+
subject : ena sales on hpl
|
29 |
+
i am working on a project for brenda herod & was wondering if one of you
|
30 |
+
could tell me if i ' m on the right track & if this will get everything for
|
31 |
+
which she is looking .
|
32 |
+
she is trying to draft a long - term transport / storage agreement between ena &
|
33 |
+
hplc which will allow ena to move the gas to their markets . in order to
|
34 |
+
accomplish this , she needs to know all of the sales to customers that ena is
|
35 |
+
doing off of hpl ' s pipe .
|
36 |
+
i had scott mills run a report from sitara showing all ena buy / sell activity
|
37 |
+
on hpl since 7 / 99 . if i eliminate the buys & the desk - to - desk deals , will
|
38 |
+
this give me everything that i need ?
|
39 |
+
are there buy / sell deals done with ena on hpl ' s pipe that wouldn ' t show up in
|
40 |
+
sitara ? someone mentioned something about deals where hpl transports the gas
|
41 |
+
on it ' s own behalf then ena sells it to a customer at that same spot - -
|
42 |
+
? ? ? ? ? do deals like that happen ? would they show up in sitara ?
|
43 |
+
is there anything else that i ' m missing ? i ' m not real familiar with how some
|
44 |
+
of these deals happen nowadays so am very receptive to any
|
45 |
+
ideas / suggestions / help that you can offer ! ! !
|
46 |
+
thanks in advance .
|
hw/hw1/data/ham/1087.2000-05-18.farmer.ham.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: eol issues
|
2 |
+
to get immediate response on an eol issue , such as a next day deal that is
|
3 |
+
not showing up in sitara , either call me at 3 - 5824
|
4 |
+
or torrey moorer at 3 - 6218 . if you are unable to reach either one of us ,
|
5 |
+
please page us at the following numbers . please pass
|
6 |
+
this information to others in your group .
|
7 |
+
thank you .
|
8 |
+
jennifer de boisblanc denny 1 - 877 - 473 - 1343
|
9 |
+
torrey moorer 1 - 877 - 473 - 1344
|
hw/hw1/data/ham/1170.2000-05-30.farmer.ham.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: revised nominations
|
2 |
+
daren ,
|
3 |
+
we have received revised nominations from prize energy resources , l . p . for
|
4 |
+
june , 2000 . the revisions are as follows :
|
5 |
+
meter # original volume revised volume
|
6 |
+
5579 2 , 209 2 , 536
|
7 |
+
6534 1 , 906 1 , 123
|
8 |
+
6614 2 , 215 2 , 128
|
9 |
+
do you want me to enter the revised volumes ? please advise . thanks .
|
10 |
+
bob
|
hw/hw1/data/ham/1197.2000-06-01.farmer.ham.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: ami , , , ,
|
2 |
+
i agree ! !
|
3 |
+
thanks .
|
4 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by tim powell / lsp / enserch / us on 06 / 01 / 2000
|
5 |
+
11 : 29 am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
6 |
+
ami . chokshi @ enron . com on 06 / 01 / 2000 11 : 13 : 13 am
|
7 |
+
to : tim powell / lsp / enserch / us @ tu , charlie stone / texas utilities @ tu ,
|
8 |
+
daren . j . farmer @ enron . com
|
9 |
+
cc :
|
10 |
+
subject :
|
11 |
+
and the final numbers for may are . . .
|
12 |
+
iferc 1 , 240 , 000 ( last volume was 72084 on day 18 )
|
13 |
+
enron 930 , 000 ( last volume was 21667 on day 26 )
|
14 |
+
gas daily 1 , 033 , 416 ( last volume was 80000 on day 31 )
|
15 |
+
please advise ,
|
16 |
+
ami
|
hw/hw1/data/ham/1207.2000-06-01.farmer.ham.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : revised nomination - june , 2000
|
2 |
+
daren ,
|
3 |
+
fyi . per our discussion , the following nominations were revised on eog
|
4 |
+
resources :
|
5 |
+
meter # orig nom rev nom deal #
|
6 |
+
5263 4 , 755 5 , 820 126355
|
7 |
+
6067 3 , 726 4 , 600 126281
|
8 |
+
6748 2 , 005 3 , 300 126360
|
9 |
+
6742 4 , 743 10 , 120 126365
|
10 |
+
6296 5 , 733 2 , 300 126281
|
11 |
+
bob
|
12 |
+
daren j farmer
|
13 |
+
05 / 31 / 2000 05 : 51 pm
|
14 |
+
to : robert cotten / hou / ect @ ect
|
15 |
+
cc :
|
16 |
+
subject : re : revised nomination - june , 2000
|
17 |
+
bob ,
|
18 |
+
go ahead and accept the nom revision . i believe that this is with pge , not
|
19 |
+
el paso . how do the rest of our noms compare with eog ? i f they have a
|
20 |
+
higher volume at another meter than we do , i would like to increase our nom
|
21 |
+
there . in effect , i want to keep our physical index position as close as
|
22 |
+
possible to what we have in the system now .
|
23 |
+
d
|
24 |
+
enron north america corp .
|
25 |
+
from : robert cotten 05 / 31 / 2000 04 : 04 pm
|
26 |
+
to : daren j farmer / hou / ect @ ect
|
27 |
+
cc :
|
28 |
+
subject : revised nomination - june , 2000
|
29 |
+
daren ,
|
30 |
+
charlotte hawkins is having trouble confirming the volume of 5 , 733 with el
|
31 |
+
paso . el paso will not confirm the volume that high . eog revised their
|
32 |
+
nomination as follows :
|
33 |
+
c / p name meter # orig nom rev nom
|
34 |
+
eog res . 6296 5 , 733 2 , 300
|
35 |
+
will you approve revising the volume in unify down to 2 , 300 ? please advise .
|
36 |
+
thanks .
|
37 |
+
bob
|
hw/hw1/data/ham/1223.2000-06-02.farmer.ham.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : new turn - on range resources
|
2 |
+
vance ,
|
3 |
+
a ticket has been created and entered in sitara based on the information
|
4 |
+
below . the deal number is 287507 . thanks .
|
5 |
+
bob
|
6 |
+
vance l taylor
|
7 |
+
06 / 02 / 2000 10 : 23 am
|
8 |
+
to : tom acton / corp / enron @ enron , robert cotten / hou / ect @ ect
|
9 |
+
cc : lisa hesse / hou / ect @ ect , heidi withers / hou / ect @ ect , julie
|
10 |
+
meyers / hou / ect @ ect , susan smith / hou / ect @ ect , donald p reinhardt / hou / ect @ ect ,
|
11 |
+
melissa graves / hou / ect @ ect
|
12 |
+
subject : new turn - on range resources
|
13 |
+
robert / tom ,
|
14 |
+
the following production commenced to flow earlier in the week and a ticket
|
15 |
+
should be created and entered into sitara based on the following :
|
16 |
+
counterparty meter volumes price period
|
17 |
+
range resources corporation 9832 350 mmbtu / d 100 % gasdaily less $ 0 . 18 5 / 30
|
18 |
+
- 5 / 31
|
19 |
+
fyi , susan will create and submit a committed reserves firm ticket for june
|
20 |
+
and for the remaining term of the deal beginning with the month of july once
|
21 |
+
she recieves a reserve study . additionally , this is a producer svcs . deal
|
22 |
+
and should be tracked in the im wellhead portfolio . . . attached to the
|
23 |
+
gathering contract .
|
24 |
+
thanks ,
|
25 |
+
vlt
|
26 |
+
x 3 - 6353
|
hw/hw1/data/ham/1291.2000-06-08.farmer.ham.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Subject: re : hpl / enron actuals for june 8 , 2000
|
2 |
+
oops , sorry , they are for the 7 th . . .
|
hw/hw1/data/ham/1310.2000-06-09.farmer.ham.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: sea robin changes
|
2 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by ami chokshi / corp / enron on 06 / 09 / 2000
|
3 |
+
10 : 39 am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
4 |
+
" steve holmes " on 06 / 09 / 2000 10 : 42 : 30 am
|
5 |
+
to : ,
|
6 |
+
cc :
|
7 |
+
subject : sea robin changes
|
8 |
+
the previous e - mail shoud have shown the 11 changes to be effective monday ,
|
9 |
+
june 12 , . 2000 . i will correct the date and resend the changes .
|
10 |
+
steve
|
hw/hw1/data/ham/1399.2000-06-19.farmer.ham.txt
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : atmic hurta # 1 - new production
|
2 |
+
vance ,
|
3 |
+
deal # 303948 has been created and entered in sitara .
|
4 |
+
bob
|
5 |
+
vance l taylor
|
6 |
+
06 / 19 / 2000 02 : 56 pm
|
7 |
+
to : vance l taylor / hou / ect @ ect
|
8 |
+
cc : robert cotten / hou / ect @ ect , hillary mack / corp / enron @ enron , lisa
|
9 |
+
hesse / hou / ect @ ect , heidi withers / hou / ect @ ect , susan smith / hou / ect @ ect , donald
|
10 |
+
p reinhardt / hou / ect @ ect , melissa graves / hou / ect @ ect
|
11 |
+
subject : re : atmic hurta # 1 - new production
|
12 |
+
auugghh !
|
13 |
+
that ' s the marquee corporation
|
14 |
+
vlt
|
15 |
+
x 3 - 6353
|
16 |
+
vance l taylor
|
17 |
+
06 / 19 / 2000 02 : 54 pm
|
18 |
+
to : vance l taylor / hou / ect @ ect
|
19 |
+
cc : robert cotten / hou / ect @ ect , hillary mack / corp / enron @ enron , lisa
|
20 |
+
hesse / hou / ect @ ect , heidi withers / hou / ect @ ect , susan smith / hou / ect @ ect , donald
|
21 |
+
p reinhardt / hou / ect @ ect , melissa graves / hou / ect @ ect
|
22 |
+
subject : re : atmic hurta # 1 - new production
|
23 |
+
revision , the correct counterparty name should be marque cooperation acting
|
24 |
+
as seller and seller ' s representative .
|
25 |
+
thanks ,
|
26 |
+
vlt
|
27 |
+
x - 6353
|
28 |
+
vance l taylor
|
29 |
+
06 / 19 / 2000 02 : 10 pm
|
30 |
+
to : robert cotten / hou / ect @ ect
|
31 |
+
cc : hillary mack / corp / enron @ enron , lisa hesse / hou / ect @ ect , heidi
|
32 |
+
withers / hou / ect @ ect , susan smith / hou / ect @ ect , donald p reinhardt / hou / ect @ ect ,
|
33 |
+
melissa graves / hou / ect @ ect
|
34 |
+
subject : atmic hurta # 1 - new production
|
35 |
+
bob ,
|
36 |
+
the following production commenced to flow on friday and a ticket should be
|
37 |
+
created and entered into sitara based on the following :
|
38 |
+
counterparty meter volumes price period
|
39 |
+
iss , l . l . c 9837 3 , 500 mmbtu / d 100 % gas daily less $ 0 . 09 6 / 16 - 6 / 30
|
40 |
+
fyi , susan will create and submit a committed reserves firm ticket for the
|
41 |
+
remaining term of the deal beginning with the month of july . additionally ,
|
42 |
+
this is a producer svcs . deal and should be tracked in the im wellhead
|
43 |
+
portfolio . . . attached to the gathering contract .
|
44 |
+
thanks ,
|
45 |
+
vlt
|
46 |
+
x 3 - 6353
|
hw/hw1/data/ham/1460.2000-06-22.farmer.ham.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Subject: tufco - prebid
|
2 |
+
hplr est . 65000
|
3 |
+
wb est . 40000
|
hw/hw1/data/ham/1523.2000-06-28.farmer.ham.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: $ 5 for cd ' s dvd ' s expires soon at half . com
|
2 |
+
* * free $ 5 coupon at half . com * *
|
3 |
+
o half . com is a new site for cds , books , movies , & video games
|
4 |
+
o everything is 50 - 90 % off and you get $ 5 off your first $ 10 order
|
5 |
+
o plus , free shipping with your first order of 3 or more items
|
6 |
+
o be sure to pass this coupon on to all your friends ! ! !
|
7 |
+
click here for 5 bucks !
|
8 |
+
your coupon code is : lifestyle 5
|
9 |
+
" use it or lose it " expires soon ! !
|
10 |
+
click here for 5 bucks !
|
11 |
+
your coupon code is : lifestyle 5
|
12 |
+
the hottest titles at 50 % off while they last - including :
|
13 |
+
cds - santana , n sync , dixie chicks , jay - z , and christina
|
14 |
+
aguilera project , sixth sense and matrix
|
15 |
+
dvds - world is not enough , blair witch and more . . .
|
16 |
+
* * free $ 5 coupon at half . com * *
|
17 |
+
click here for 5 bucks !
|
18 |
+
your coupon code is : lifestyle 5
|
19 |
+
on the shopping cart page , enter your $ 5 . 00 coupon
|
20 |
+
code on the right side of the page . after submitting
|
21 |
+
your code , your coupon will be displayed in your
|
22 |
+
shopping cart .
|
23 |
+
you have received this invitation to participate in our offer because
|
24 |
+
you or someone using your e - mail address agreed to receive special
|
25 |
+
promotional offers from retail trade services and its web site
|
26 |
+
partners . if you wish to be excluded from future offers , please reply
|
27 |
+
to this message and type " unsubscribe " in the subject line .
|
28 |
+
all questions can be sent to :
|
29 |
+
if you wish to know more about our privacy policies , please go to
|
hw/hw1/data/ham/1553.2000-06-29.farmer.ham.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: revised nom - kcs resources
|
2 |
+
daren ,
|
3 |
+
it ' s in .
|
4 |
+
bob
|
5 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by robert cotten / hou / ect on 06 / 29 / 2000 06 : 22
|
6 |
+
pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
7 |
+
enron north america corp .
|
8 |
+
from : robert cotten 06 / 29 / 2000 03 : 35 pm
|
9 |
+
to : daren j farmer / hou / ect @ ect
|
10 |
+
cc :
|
11 |
+
subject : revised nom - kcs resources
|
12 |
+
daren ,
|
13 |
+
kcs ' orig nom was 11 , 148 at meter # 9658 . you revised it to 9 , 381 . kcs
|
14 |
+
wants to revise it to 8 , 000 . do you want me to adjust ?
|
15 |
+
bob
|
hw/hw1/data/ham/1562.2000-06-30.farmer.ham.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: july transport usage tickets
|
2 |
+
i have input and updated transport usage tickets for july . i did not update
|
3 |
+
one for the demand charge for pgev / maypearl delivery , so if there is one , you
|
4 |
+
will have to set it up in the system . if you have any questions , please let
|
5 |
+
me know . also , pay close attention to the oasis and pg & e tickets for this
|
6 |
+
month . i do not yet know what baseload rates you have agreed upon , so you
|
7 |
+
will need to adjust them in the appropriate tickets . if you would , please
|
8 |
+
let me know , too , what baseload business and rates you have agreed upon for
|
9 |
+
both these pipelines . thank you .
|
10 |
+
heidi
|
hw/hw1/data/ham/1590.2000-07-10.farmer.ham.txt
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : coastal oil & gas corporation
|
2 |
+
melissa ,
|
3 |
+
deal ticket # 325550 has been created and entered in sitara .
|
4 |
+
bob
|
5 |
+
enron north america corp .
|
6 |
+
from : melissa graves 07 / 07 / 2000 03 : 34 pm
|
7 |
+
to : robert cotten / hou / ect @ ect
|
8 |
+
cc : donald p reinhardt / hou / ect @ ect , susan smith / hou / ect @ ect , vance l
|
9 |
+
taylor / hou / ect @ ect , george weissman / hou / ect @ ect , hillary
|
10 |
+
mack / corp / enron @ enron , amelia alland / hou / ect @ ect
|
11 |
+
subject : re : coastal oil & gas corporation
|
12 |
+
albrecht # 4 well
|
13 |
+
meter 098 - 4179 , goliad co . , tx
|
14 |
+
bob ,
|
15 |
+
per george ' s note below , hplc will be purchasing wellhead gas from the
|
16 |
+
producer listed below for the production month of july . this production will
|
17 |
+
be purchased on a " spot " basis and a deal ticket should be created and
|
18 |
+
entered into sitara based on the following information :
|
19 |
+
counterparty meter volume price
|
20 |
+
coastal oil & gas corporation 4179 , albrecht # 4 well 7 / 7 / 00 - 1 , 500 mmbtu / d
|
21 |
+
7 / 8 / 00 - 3 , 000 mmbtu / d
|
22 |
+
7 / 9 / 00 thru 7 / 31 / 00 - 4 , 000 mmbtu / d 93 % if / hsc
|
23 |
+
additionally , this is a producer svcs . deal and should be tracked in the im
|
24 |
+
wellhead portfolio . . . attached to the gathering contract .
|
25 |
+
thanks ,
|
26 |
+
melissa
|
27 |
+
- - - - - - - - - - - - - - - - - - - forwarded by melissa graves / hou / ect on 07 / 07 / 2000 03 : 03
|
28 |
+
pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
29 |
+
enron north america corp .
|
30 |
+
from : george weissman 07 / 07 / 2000 01 : 11 pm
|
31 |
+
to : melissa graves / hou / ect @ ect , shawna flynn / hou / ect @ ect
|
32 |
+
cc : sandi m braband / hou / ect @ ect , robert walker / hou / ect @ ect , vicente
|
33 |
+
sarmiento / gco / enron @ enron , brian m riley / hou / ect @ ect , lauri a
|
34 |
+
allen / hou / ect @ ect
|
35 |
+
subject : re : coastal oil & gas corporation
|
36 |
+
albrecht # 4 well
|
37 |
+
meter 098 - 4179 , goliad co . , tx
|
38 |
+
melissa ,
|
39 |
+
based on the attached contract preparation request for a spot gtc for the
|
40 |
+
coastal oil the
|
41 |
+
legal department has prepared and is currently circulating a ratification and
|
42 |
+
consent to assign document to reflect this transaction .
|
43 |
+
the spot gtc requested herein will cover gas from the albrecht # 4 well only .
|
44 |
+
the albrecht # 4 will not be covered by 96008903 , nor will the wells currently
|
45 |
+
subject to 96008903 be subject to the spot gtc .
|
46 |
+
shawna , please prepare the termination letter for 96008903 as requested .
|
47 |
+
george x 3 - 6992
|
48 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by george weissman / hou / ect on 07 / 07 / 2000
|
49 |
+
01 : 04 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
50 |
+
debbie boudar @ enron
|
51 |
+
07 / 06 / 2000 03 : 25 pm
|
52 |
+
to : george weissman / hou / ect @ ect
|
53 |
+
cc : robert walker / hou / ect @ ect , vicente sarmiento / gco / enron @ enron , brian m
|
54 |
+
riley / hou / ect @ ect
|
55 |
+
subject : re : coastal oil & gas corporation
|
56 |
+
albrecht # 4 well
|
57 |
+
meter 098 - 4179 , goliad co . , tx
|
58 |
+
in regards to meter 098 - 4179 the following information is what i have been
|
59 |
+
able to determine from the information available to me .
|
60 |
+
to your questions :
|
61 |
+
1 . cannot determine who owns this meter . i will contact molly carriere on
|
62 |
+
monday when she returns .
|
63 |
+
2 . hpl has a fifty ( 50 ) ft . easement at this location which does contain
|
64 |
+
language for appurtenance rights within the 50 ' .
|
65 |
+
3 . i pulled the meter file for this location which was prepared during
|
66 |
+
project rock and it does not contain a facility agreement so i am assuming
|
67 |
+
one was not located .
|
68 |
+
hope this helps .
|
69 |
+
from : george weissman @ ect 07 / 06 / 2000 11 : 09 am
|
70 |
+
to : debbie boudar / na / enron @ enron
|
71 |
+
cc : robert walker / hou / ect @ ect , vicente sarmiento / gco / enron @ enron , brian m
|
72 |
+
riley / hou / ect @ ect
|
73 |
+
subject : coastal oil & gas corporation
|
74 |
+
albrecht # 4 well
|
75 |
+
meter 098 - 4179 , goliad co . , tx
|
76 |
+
debbie ,
|
77 |
+
meter 098 - 4179 is located at sta . plus 40 + 85 on align . dwg . hc - 1130 - 18 - h in
|
78 |
+
goliad co . , tx . in connection with the facility agreement request below , we
|
79 |
+
need to know the following :
|
80 |
+
1 . who owns the meter , hplc or the operator ?
|
81 |
+
2 . do we own an easement and an access right of way to the meter station ?
|
82 |
+
3 . is there , to your knowledge , a facility agreement in place covering this
|
83 |
+
meter ? we cannot locate such an agreement in our records .
|
84 |
+
thanks . george x 3 - 6992
|
85 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by george weissman / hou / ect on 07 / 06 / 2000
|
86 |
+
11 : 06 am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
87 |
+
enron north america corp .
|
88 |
+
from : george weissman 07 / 06 / 2000 09 : 37 am
|
89 |
+
to : shawna flynn / hou / ect @ ect
|
90 |
+
cc : robert walker / hou / ect @ ect , brian m riley / hou / ect @ ect , vicente
|
91 |
+
sarmiento / gco / enron @ enron , melissa graves / hou / ect @ ect , lal
|
92 |
+
echterhoff / hou / ect @ ect , james r haden / hou / ect @ ect
|
93 |
+
subject : coastal oil & gas corporation
|
94 |
+
albrecht # 4 well
|
95 |
+
meter 098 - 4179 , goliad co . , tx
|
96 |
+
shawna ,
|
97 |
+
attached is a contract preparation request for a facilities agreement for the
|
98 |
+
coastal oil the
|
99 |
+
legal department has prepared and is currently circulating a ratification and
|
100 |
+
consent to assign document to reflect this transaction .
|
101 |
+
we have been unable to locate an existing facility agreement for the 3
|
102 |
+
previously drilled wells and suspect that no such agreement exists .
|
103 |
+
the facility agreement requested herein is intended to cover only alterations
|
104 |
+
to be made to existing meter 098 - 4179 to install an h 2 s monitor and necessary
|
105 |
+
valving to allow hplc to accept gas from the newly drilled albrecht # 4 well .
|
106 |
+
once the h 2 s monitor has been installed and the albrecht # 4 well is ready to
|
107 |
+
flow , we intend to paper the purchase of gas from the albrecht # 4 well only
|
108 |
+
via a spot confirmation pursuant to a spot gtc . the albrecht # 4 will not be
|
109 |
+
covered by 96008903 , nor will the wells currently subject to 96008903 be
|
110 |
+
subject to the spot gtc .
|
111 |
+
coastal will reimburse hplc $ 39 , 600 for the cost of the installation .
|
112 |
+
george x 3 - 6992
|
113 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by george weissman / hou / ect on 07 / 06 / 2000
|
114 |
+
09 : 21 am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
115 |
+
enron north america corp .
|
116 |
+
from : george weissman 07 / 04 / 2000 01 : 28 pm
|
117 |
+
to : lal echterhoff / hou / ect @ ect , pat flavin / gco / enron @ enron
|
118 |
+
cc : brian m riley / hou / ect @ ect , jill t zivley / hou / ect @ ect , vicente
|
119 |
+
sarmiento / gco / enron @ enron , james r haden / hou / ect @ ect , donnie
|
120 |
+
mccabe / gco / enron @ enron , mark walch / gco / enron @ enron , steve hpl
|
121 |
+
schneider / hou / ect @ ect
|
122 |
+
subject : coastal oil & gas corporation
|
123 |
+
albrecht # 4 well
|
124 |
+
meter 098 - 4179 , goliad co . , tx
|
125 |
+
lal ,
|
126 |
+
we intend to attempt to connect about 4 , 000 mmbtu / d of new production from
|
127 |
+
the newly drilled coastal oil in may , 2000 , the meter flowed about 960
|
128 |
+
mmbtu / d of 3 . 36 % co 2 gas .
|
129 |
+
the content of the albrecht # 4 gas according to the field gas analysis
|
130 |
+
prepared by coastal oil the albrecht # 4 h 2 s content
|
131 |
+
is similar to that of the three wells currently producing 960 mmbtu / d behind
|
132 |
+
meter 098 - 4179 , the miller - albrecht unit # 1 - a and the hoff heller gas unit
|
133 |
+
# 1 a & # 2 d . coastal further purports that for some time now it ( and / or its
|
134 |
+
predecessor , mjg , corp . ) has treated these three wells for h 2 s in a manner
|
135 |
+
sufficient to reduce the h 2 s content delivered into hplc to permissible
|
136 |
+
levels . coastal has further indicated that it intends to reduce the h 2 s
|
137 |
+
content of the albrecht # 4 to permissible levels before delivering same to
|
138 |
+
hplc . in your opinion , should coastal be forced to install an h 2 s monitor
|
139 |
+
for this new gas prior to flowing same to hplc ?
|
140 |
+
george x 3 - 6992
|
141 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by george weissman / hou / ect on 07 / 04 / 2000
|
142 |
+
12 : 48 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
143 |
+
christy sweeney
|
144 |
+
06 / 29 / 2000 04 : 56 pm
|
145 |
+
to : lisa hesse / hou / ect @ ect
|
146 |
+
cc : brian m riley / hou / ect @ ect , george weissman / hou / ect @ ect , melissa
|
147 |
+
graves / hou / ect @ ect , joanne wagstaff / na / enron @ enron , heidi withers / hou / ect @ ect
|
148 |
+
subject : transport request for coastal albrecht # 4 , goliad county , tx
|
149 |
+
lisa ,
|
150 |
+
attached is our physical well connect form , including a transportation quote
|
151 |
+
sheet , for the coastal albrecht # 4 well in goliad county , tx . please
|
152 |
+
provide us with a transport quote . i have attached below a quote you gave us
|
153 |
+
in april 2000 . the volume is now 5 , 000 / day .
|
154 |
+
i am headed that way with a map that shows the well ' s location in relation to
|
155 |
+
us , tejas , koch , and tetco . please note 2 % fuel .
|
156 |
+
thank you ! ! !
|
157 |
+
christy
|
158 |
+
39050
|
159 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by christy sweeney / hou / ect on 06 / 29 / 2000
|
160 |
+
02 : 46 pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
161 |
+
enron north america corp .
|
162 |
+
from : lisa hesse 04 / 07 / 2000 10 : 48 am
|
163 |
+
to : brian m riley / hou / ect @ ect
|
164 |
+
cc : lauri a allen / hou / ect @ ect , mary m smith / hou / ect @ ect , heidi
|
165 |
+
withers / hou / ect @ ect , melissa graves / hou / ect @ ect , george weissman / hou / ect @ ect ,
|
166 |
+
susan smith / hou / ect @ ect , donald p reinhardt / hou / ect @ ect , vance l
|
167 |
+
taylor / hou / ect @ ect , lisa hesse / hou / ect @ ect , lisa hesse / hou / ect @ ect
|
168 |
+
subject : mjg , inc . meter 4179 and cokinos meter 9676
|
169 |
+
brian ,
|
170 |
+
here are the transport rates for the below meters :
|
171 |
+
mjg meter 4179 3 . 39 % co 2 1 year quote april 00
|
172 |
+
rel : 1180 avg . 1200 - 1988 . 014
|
173 |
+
loc . . 05
|
174 |
+
p / l density . 02
|
175 |
+
quality . 049
|
176 |
+
market adjustment . 05
|
177 |
+
_ _ _ _
|
178 |
+
. . 183
|
179 |
+
less discount and market fee . 02
|
180 |
+
_ _ _ _
|
181 |
+
. 16
|
182 |
+
please call if you have any questions or comments . lisa 3 5901
|
hw/hw1/data/ham/1624.2000-07-13.farmer.ham.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: data validation
|
2 |
+
brenda ,
|
3 |
+
we met this afternoon concerning path counts . howard will be validating the
|
4 |
+
path data we had gathered from unify . please let us know when you will need
|
5 |
+
this data by .
|
6 |
+
thanks ,
|
7 |
+
shari
|
8 |
+
3 - 3859
|
hw/hw1/data/ham/1706.2000-07-21.farmer.ham.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : saudi arabia
|
2 |
+
i spoke to mr . maldinado this morning and it doesn ' t look good . he claims he
|
3 |
+
has a connection to the minister of " energy " who will allocate gas to him . i
|
4 |
+
asked where would the gas be delivered , and he said anywhere you want it .
|
5 |
+
short term or long term ? again , anything you want , but probably long term is
|
6 |
+
better .
|
7 |
+
i pointed out that there isn ' t an energy minister in saudi and would he know
|
8 |
+
the name of the minister whose giving him the gas ? he stumbled and couldn ' t
|
9 |
+
remember the name .
|
10 |
+
finally he said " what do you have to lose ? just send me a letter requesting
|
11 |
+
gas with the specs , location and duration " and he ' ll do his best to get it .
|
12 |
+
if you want to try it rob , he ' s all yours . his fax number is 562 / 866 - 7368 ,
|
13 |
+
address 16276 grand avenue , bellflower , ca 90706 .
|
14 |
+
regards ,
|
15 |
+
samir
|
16 |
+
rob stewart
|
17 |
+
07 / 20 / 2000 02 : 47 am
|
18 |
+
to : samir salama / enron _ development @ enron _ development
|
19 |
+
cc :
|
20 |
+
subject : saudi arabia
|
21 |
+
this sounds right up your street
|
22 |
+
thanks
|
23 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by rob stewart / enron _ development on
|
24 |
+
07 / 20 / 2000 02 : 45 am - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
25 |
+
daren j farmer @ ect
|
26 |
+
06 / 15 / 2000 03 : 05 pm
|
27 |
+
to : rob stewart / eu / enron @ enron
|
28 |
+
cc :
|
29 |
+
subject : saudi arabia
|
30 |
+
rob ,
|
31 |
+
i got your name from doug leach . he thought that you would be the person to
|
32 |
+
talk to about this .
|
33 |
+
i got a call last night from rudolph maldonado . ( the operator forwarded him
|
34 |
+
our way . ) he stated that he has some natural gas to sell in saudi arabia .
|
35 |
+
his number is 562 - 866 - 1755 . could you give him a call and check this out ? i
|
36 |
+
told him that i would find someone that he could discuss this with .
|
37 |
+
i can be reached at 3 - 6905 if you have any questions .
|
38 |
+
daren farmer
|
hw/hw1/data/ham/1716.2000-07-24.farmer.ham.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: re : southern
|
2 |
+
darren :
|
3 |
+
i zeroed the path on deal 284599 , and left 4 , 500 pathed on 339604 at meter
|
4 |
+
4132 , and pathed 5 , 000 for both deals 341801 & 341808 at meter 67 for 7 / 24
|
5 |
+
only . i also notified betsy boring / southern about the situation and
|
6 |
+
explained to her that any deal they make on eol cannot be changed in any way ,
|
7 |
+
however we would move the gas for the 24 th only because we ok ' d the change
|
8 |
+
before we realized it was an eol deal .
|
hw/hw1/data/ham/1790.2000-07-28.farmer.ham.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: new production - sitara deals needed
|
2 |
+
daren ,
|
3 |
+
fyi .
|
4 |
+
bob
|
5 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by robert cotten / hou / ect on 07 / 28 / 2000 01 : 24
|
6 |
+
pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
7 |
+
vance l taylor
|
8 |
+
07 / 28 / 2000 01 : 24 pm
|
9 |
+
to : robert cotten / hou / ect @ ect
|
10 |
+
cc : lisa hesse / hou / ect @ ect , trisha hughes / hou / ect @ ect , heidi
|
11 |
+
withers / hou / ect @ ect , hillary mack / corp / enron @ enron , susan smith / hou / ect @ ect ,
|
12 |
+
donald p reinhardt / hou / ect @ ect , melissa graves / hou / ect @ ect
|
13 |
+
subject : new production - sitara deals needed
|
14 |
+
bob ,
|
15 |
+
the following production is now on - line and a ticket should be created and
|
16 |
+
entered into sitara based on the following :
|
17 |
+
counterparty meter volumes price period
|
18 |
+
hesco gathering oil co 9835 600 mmbtu / d 96 % gas daily less $ 0 . 14
|
19 |
+
6 / 10 - 7 / 31
|
20 |
+
samson lone star limited 9845 3000 mmbtu / d 100 % gas daily less $ 0 . 10 7 / 21 -
|
21 |
+
7 / 31
|
22 |
+
winn exploration co . , inc . 9847 800 mmbtu / d 100 % gas daily less $ 0 . 13 7 / 25
|
23 |
+
- 7 / 31
|
24 |
+
( for fuel use less 3 . 35 % of del vols )
|
25 |
+
fyi , susan has created and submitted committed reserves firm tickets for the
|
26 |
+
remaining term of the deal beginning with the month of august . additionally ,
|
27 |
+
these are producer svcs . deals and should be tracked in the im wellhead
|
28 |
+
portfolio . . . attached to the gathering contract .
|
29 |
+
thanks ,
|
30 |
+
vlt
|
31 |
+
x 3 - 6353
|
hw/hw1/data/ham/1969.2000-08-17.farmer.ham.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Subject: enron / hpl actuals for august 16 , 2000
|
2 |
+
teco tap 120 . 000 / hpl iferc ; 20 . 000 / enron
|
3 |
+
ls hpl lsk ic 20 . 000 / enron
|
hw/hw1/data/ham/1983.2000-08-21.farmer.ham.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Subject: hpl nom for august 22 , 2000
|
2 |
+
( see attached file : hplo 822 . xls )
|
3 |
+
- hplo 822 . xls
|
hw/hw1/data/ham/2048.2000-08-25.farmer.ham.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: revised - - - - - - - kleberg plant outages in september - - - - - cornhusker
|
2 |
+
correction - - - - - - - the first outage should be from 12 : 00 am to 12 : 00 pm .
|
3 |
+
- - - - - - - - - - - - - - - - - - - - - - forwarded by mark mccoy / corp / enron on 08 / 25 / 2000 03 : 13
|
4 |
+
pm - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
5 |
+
mark mccoy
|
6 |
+
08 / 25 / 2000 03 : 08 pm
|
7 |
+
to : daren j farmer / hou / ect @ ect , pat clynes / corp / enron @ enron , stacey
|
8 |
+
neuweiler / hou / ect @ ect
|
9 |
+
cc :
|
10 |
+
subject : kleberg plant outages in september - - - - - cornhusker
|
11 |
+
i spoke with michael mazowita / white pine energy , as he said the expected
|
12 |
+
outages are as follows :
|
13 |
+
august 31 st - september lst 12 hours 12 : 00 pm to 12 : 00 am no flow
|
14 |
+
september 25 th - 31 st all days no flow
|
hw/hw1/data/ham/2050.2000-08-28.farmer.ham.txt
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Subject: weekend notes
|
2 |
+
here are my notes , please let me know if you have any questions .
|
3 |
+
weekend of august 26 ) 28 , 2000
|
4 |
+
saturday :
|
5 |
+
? celanese bayport meter 8018 was ramping back up . total nomination of
|
6 |
+
35 , 000 in mops was pathed ) transmitted nom to pops and confirmed .
|
7 |
+
? costilla , meter 9687 was still down 4 , 000 due to wellhead production
|
8 |
+
losses on friday , expected short into the first of the week , possibly longer ,
|
9 |
+
may need to fish the hole to bring the well back up .
|
10 |
+
? costilla pilgreen ) running high h 2 s , causing our valve to shut - in 13 , 000
|
11 |
+
mm , s ( we changed our specs at the valve to accept 8 parts per mil for 30
|
12 |
+
minutes last week , per jill zively ) . louis dreyfus was diverting the well to
|
13 |
+
another pipeline , per the contract that gas has to come to us or be shut - in .
|
14 |
+
we got the well back on saturday afternoon , and all was well .
|
15 |
+
? all meters were updated in pops for satuday , s gas day .
|
16 |
+
? christy w / pg shell lost two units .
|
17 |
+
also , seeing meter 1394 which dels to shell back down from 10 , 000 to 5 , 000 .
|
18 |
+
? patty called re : the epng cuts , found out late afternoon that they are pcc ,
|
19 |
+
pipeline capacity constraints , at the ivalerow meter into pg & e .
|
20 |
+
? joey stanton with duke called regarding some new production coming up . he
|
21 |
+
wanted to sell it into hpl at lonestar / katy for sunday and monday . paged
|
22 |
+
darren , we took the gas , it needs to be priced today . duke let me know that
|
23 |
+
they would flow at a rate of 25 , 000 / hour , and should average approximately
|
24 |
+
12 - 15 , 000 for the day . mark mccoy is working on getting a good meter total
|
25 |
+
from lonestar for sunday , we need to get the deal in sitara and confirm
|
26 |
+
today ' s gas day as well .
|
27 |
+
? regarding pg & e , i do not have final cycle 4 numbers ( they come out around
|
28 |
+
9 pm on the gas day ) .
|
29 |
+
all in all , it was a pretty good weekend , and an educational one . gas
|
30 |
+
control did a great job communicating and assisting to resolve issues .
|
31 |
+
please check all meters impacted to make sure that i pop , d and mop , d
|
32 |
+
correctly .
|
33 |
+
thank you ,
|
34 |
+
mary jane
|