Hi, I am currently failing to force flow to write the initial state of the simulation. Basically, I am forcing flow to abort after https://github.com/OPM/opm-simulators/blob/afa64d98759ec25a096acb80d6c588fc58ed1646/opm/autodiff/SimulatorBase_impl.hpp#L169-L171, but some the EclipseWriter does not create *.UNRST file.
The test case that I want to run is spe9 with the following modifications $ git diff SPE9.DATAdiff --git a/spe9/SPE9.DATA b/spe9/SPE9.DATA index 97f2a11..843666c 100644 --- a/spe9/SPE9.DATA +++ b/spe9/SPE9.DATA @@ -409,7 +409,11 @@ WWPR SCHEDULE RPTRST - 'BASIC=4' / + 'BASIC=1' / + +RPTSOL + RESTART=2 / + WELSPECS -- Column 3: I-value of well head or heel -- Column 4: J-value of well head or heel $ But I do neither see any of the state variables with ResInsight nor is there a *.UNRST file created. The change concerning RPTSOL is inspired by http://ert.nr.no/ert/index.php?title=Preparing_an_ECLIPSE_reservoir_model_for_use_with_enkf&oldid=276#Output_of_inital_restart_file How do I need to change the eclipse file to get the initial state written? Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 _______________________________________________ Opm mailing list [email protected] http://opm-project.org/cgi-bin/mailman/listinfo/opm
