ahmilb@houu64$bhproffread
BHPROFFREAD - export reservoir properties from a ROFF model
bhproffread [optional parameters]
Required Parameters: None
Optional Parameters:
model=model.roff Name of ROFF model, must be binary format
dir=/tmp Directory to use for output traces
keys=ep,cdp Header keys to use for sort keys
offsets=1,1 Initial value to assign to keys
Row and column number start with 0, so the
first primary,secondary keys default to 1,1
scalars=1,1 Multipliers to apply to model node indices
to get resulting key values
The primary key value is assigned as
value = offset + factor * ix, where
ix is the model X node index
The secondary key value is assigned as
value = offset + factor * iy, where
iy is the model Y node index
verbose=0 Use non-zero for detailed printout
All of the properties in the model are exported to a single SU
dataset named 'model'.su Each trace contains np*nz+nz+1
samples, consisting of the first property value at each depth,
followed by the secondary property value at each depth, etc.,
followed by the depths of each layer top, followed by the last
bottom depth The X,Y coordinates are stored in trace headers
gx,gy