Markus Blatt
1ab30d9182
Fix typos: spesific -> specific
2022-11-01 23:32:24 +01:00
Markus Blatt
330ef3c26a
Updated manpages
2022-11-01 23:32:24 +01:00
Markus Blatt
5dc5cd10b6
Cleanup, update and improve man pages for 2022.04
2022-04-20 22:09:17 +02:00
Joakim Hove
fb012786c3
Address final review comments in pyaction.tex and actionx.tex
2022-02-11 11:31:31 +01:00
Joakim Hove
a8656a9bbd
Address final review comments in udq.tex
2022-02-10 07:55:04 +01:00
Joakim Hove
8c95c64e9b
PYACTION polish II
2022-02-10 07:25:12 +01:00
Joakim Hove
b8cecd9ce4
Pyaction polish I
2022-02-10 07:25:12 +01:00
Joakim Hove
a62c3ae162
Actionx polish II
2022-02-10 07:25:12 +01:00
Joakim Hove
4e7bcd16b9
Actionx polish I
2022-02-10 07:25:12 +01:00
Joakim Hove
b20baa0c8e
UDQ polish II
2022-02-10 07:25:12 +01:00
Joakim Hove
d89f92d52f
Polish of UDQ chapter
2022-02-10 07:25:12 +01:00
Joakim Hove
148a54a7a6
Add section about problems with parallel and actionx
2022-02-10 07:25:12 +01:00
Joakim Hove
7d51e996d9
Update information about ACTIONX + WELPI
2022-02-10 07:25:12 +01:00
Joakim Hove
832b351bb3
Edit sentence about wrapping and embedding
2022-02-10 07:25:12 +01:00
Joakim Hove
de3e639196
More about PYACTION security
2022-02-10 07:25:12 +01:00
Joakim Hove
8370bf152a
Written more about the ACTIONX + PYACTION interaction
2022-02-10 07:25:12 +01:00
Joakim Hove
b6731ba8c7
Add two \label{..} expressions
2022-02-10 07:25:12 +01:00
Joakim Hove
411682c466
Slightly rewritten paragraph about ACTIONX <-> simulator interaction
2022-02-10 07:25:12 +01:00
Joakim Hove
f869df0255
PYACTION updates
2022-02-10 07:25:12 +01:00
Joakim Hove
8a2c30c7ba
More Python doc
2022-02-10 07:25:12 +01:00
Joakim Hove
53dd18a92c
Start adding documentation for the PYACTION keyword
2022-02-10 07:25:12 +01:00
Joakim Hove
f61e573a19
Minor formatting
2022-02-10 07:25:12 +01:00
Joakim Hove
fafebfdc5d
Fix will -> well
2022-02-10 07:25:12 +01:00
Joakim Hove
ff13b32da0
More about opm-common <-> opm-simulators interaction for Actionx
2022-02-10 07:25:12 +01:00
Joakim Hove
a403a31f16
Add ref to ref manual
2022-02-10 07:25:12 +01:00
Joakim Hove
627faea4e5
More ACTIONX doc work
2022-02-10 07:25:12 +01:00
Joakim Hove
7056c5f879
Changes to ACTIONX section
2022-02-10 07:25:12 +01:00
Joakim Hove
9e78155222
More on actionx execution model
2022-02-10 07:25:12 +01:00
Joakim Hove
b2e9790204
Actionx reformatting
2022-02-10 07:25:12 +01:00
Joakim Hove
8e94f2ec3b
More ACTIONX documentation
2022-02-10 07:25:12 +01:00
Joakim Hove
bbd58ab2a3
More actionx doc
2022-02-10 07:25:12 +01:00
Joakim Hove
b04ea92a32
More work ....
2022-02-10 07:25:12 +01:00
Joakim Hove
6741b34ab0
Actionx documentation updates
2022-02-10 07:25:12 +01:00
Joakim Hove
9693d8a2bd
Small updates in UDQ text
2022-02-10 07:25:12 +01:00
Joakim Hove
8a06db36c3
Add some details about forward referencing of wells (and groups)
2022-02-10 07:25:12 +01:00
Joakim Hove
8837e4cd38
Some more details about parallel
2022-02-10 07:25:12 +01:00
Joakim Hove
8d7d185976
Review comment
2022-02-10 07:25:12 +01:00
Joakim Hove
6d03ae8166
Started on section with parallel info for UDQ
2022-02-10 07:25:12 +01:00
Joakim Hove
3ca273c7d5
Rewrite section about forward referencing wells in actionx
2022-02-10 07:25:12 +01:00
Joakim Hove
82d748386c
Remove superfluos 'from'
2022-02-10 07:25:12 +01:00
Joakim Hove
3731230049
Add UDQ and ACTIONX documentation for technical manual
2022-02-10 07:25:12 +01:00
Joakim Hove
aede532b9a
Filesystem rename parser/eclipse/ input/eclipse
2022-01-02 14:32:14 +01:00
Joakim Hove
24f31e6358
Add application rst_deck
2021-09-24 14:19:25 +02:00
Markus Blatt
50ec3bca05
Spelling fixes pointed out by lintian.
2021-06-15 21:11:36 +02:00
Markus Blatt
b24ca0519c
Added manpages for all executables.
...
Debian policy says that each executable should have a man page.
This should remove the lintian warning about missing man pages.
Man pages have been created by the following command:
declare -A short_desc
short_desc['compareECL']='Comparator for Eclipse files'
short_desc['convertECL']='Converter for Eclipse files (binary <-> formatted format)'
short_desc['opmhash']='Hasher for summary keywords in Eclipse files'
short_desc['opmpack']='Validator and printer of deck in Eclipse files without comments'
short_desc['summary']='Printer for summary keys in Eclipse summary files'
for key in "${!short_desc[@]}"; do
help2man -h "-h" --version-string="2020.04" --no-discard-stderr -n "${short_desc[$key]}" $key >\
$key.1
done
Gbp-Pq: Name 0005-Added-manpages-for-all-executables.patch
2021-04-06 22:56:59 +02:00
Håvard Berland
81701b72ba
Clean up item names in json for WCONHIST
...
Consistency with other keywords
Change corresponding code that reads this.
2020-01-16 13:45:02 +01:00
Alf B. Rustad
e8dea65435
typo
2015-06-18 12:06:38 +02:00
Alf B. Rustad
d8782650c3
Added information on Json for the uninformed.
2015-06-18 09:19:44 +02:00
Joakim Hove
24b8ca5f69
Removing old stale text file
2015-05-29 12:00:00 +02:00
Joakim Hove
1d04d98fc8
Deleted old stale txt file
2015-05-29 11:59:12 +02:00