mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
20 lines
652 B
Groff
20 lines
652 B
Groff
.TH GRDECLDIPS "1" "October 2023" "grdecldips 2023.10" "User Commands"
|
|
.SH NAME
|
|
grdecldips \- Compute dip for cells
|
|
.SH SYNOPSIS
|
|
grdecldips gridfilename=cornerpointgrid.grdecl [option=value]
|
|
.SH DESCRIPTION
|
|
Utility for computing dip cell by cell.
|
|
|
|
Example usage:
|
|
|
|
grdecldips gridfilename=grid.grdecl mincellvolume=1e-8 listallcells=false output=filename.txt
|
|
.SH OPTIONS
|
|
\fBmincellcolume\fR Only compute dip for cells with volume larger than specified volume.
|
|
.br
|
|
\fBlistallcells\fR Boolean for listing all cells.
|
|
.br
|
|
\fBoutput\fR File name to print output.
|
|
.SH "REPORTING BUGS"
|
|
Report on github repository <https://github.com/OPM/opm-upscaling/issues>
|