mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Write initial values to eclipse format output.
This yields output files that have the same behaviour as eclipse in terms of number of steps, and what the steps mean.
This commit is contained in:
parent
f159aeaa7c
commit
436624f662
@ -315,6 +315,7 @@ namespace Opm
|
||||
WellState& well_state)
|
||||
{
|
||||
eclipseWriter_.writeInit(timer, state, well_state);
|
||||
eclipseWriter_.writeTimeStep(timer, state, well_state);
|
||||
|
||||
// Initialisation.
|
||||
std::vector<double> porevol;
|
||||
|
Loading…
Reference in New Issue
Block a user