Skip to content

Instantly share code, notes, and snippets.

@alfbr
Created October 7, 2013 08:12
Show Gist options
  • Save alfbr/6864218 to your computer and use it in GitHub Desktop.
Save alfbr/6864218 to your computer and use it in GitHub Desktop.
Console output from cpchop
$ cpchop gridfilename=EightCells.grdecl
gridfilename found at /, value is EightCells.grdecl
Keyword found: SPECGRID
Keyword found: COORD
Keyword found: ZCORN
Keyword found: ACTNUM
Keyword found: PERMX
Keyword found: PORO
Keyword found: NTG
Keyword found: SATNUM
Integer fields:
ACTNUM
SATNUM
Float fields:
COORD
PERMX
PORO
ZCORN
Special fields:
Epoch 0
SPECGRID
Parsed grdecl file with dimensions (2, 2, 2)
imin not found. Using default value '0'.
imax not found. Using default value '2'.
jmin not found. Using default value '0'.
jmax not found. Using default value '2'.
zmin not found. Using default value '0'.
zmax not found. Using default value '1'.
subsamples not found. Using default value '1'.
ilen not found. Using default value '2'.
jlen not found. Using default value '2'.
zlen not found. Using default value '1'.
upscale not found. Using default value 'true'.
bc not found. Using default value 'fixed'.
resettoorigin not found. Using default value 'true'.
seed not found. Using default value '0'.
outputprecision not found. Using default value '8'.
filebase not found. Using default value ''.
resultfile not found. Using default value ''.
minperm not found. Using default value '1e-09'.
dips not found. Using default value 'false'.
azimuthdisplacement not found. Using default value '0'.
mincellvolume not found. Using default value '1e-09'.
satnumvolumes not found. Using default value 'false'.
surfaceTension not found. Using default value '11'.
endpoints not found. Using default value 'false'.
cappres not found. Using default value 'false'.
rock_list not found. Using default value 'no_list'.
anisotropicrocks not found. Using default value 'false'.
z_tolerance not found. Using default value '0'.
residual_tolerance not found. Using default value '1e-08'.
linsolver_verbosity not found. Using default value '0'.
linsolver_type not found. Using default value '1'.
Chopping subsample, i: (0--2) j: (0--2) z: (0--1)
Attempting to use an MPI routine before initializing MPICH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment