mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user