Re: [Opm] flow: Usage of restart utility

2016-06-09 Thread Joakim Hove
>
>
> My open question is, what is meant by time step. I assume that this is
> the simulation step number in the ouput of flow.



OK;

this is my mental picture of the timeline in an ECLIPSE simulation:


X  : Report step - given with the DATES or TSTEP kewyord in the Schedule
section of the input file.
 |  :  A timestep chosen by the adaptive timestep algorithm

X---|--||---|--X--|---||-X|X
[](]( ]( ]
0  1 2 3

This is a simulation with three report steps 1,2 & 3 and in addition there
is an initial report step 0 which only contains the initial equilibrium
solution. Observe the half open intervals (...] indicated under the
timeline, there we see that the results which 'happen'  in the timeinterval
(R-1,R] are attached to report step R - but the report step 0 is a
singularity - spanning the time interval [0,0]. Understanding these
intervals is most important when it comes to summary files, where we have
results for all simulator timesteps - but they are "attached" to report
steps as indicated above.

All IO configuration is in terms of report steps, so the comment
s
you
linked to are unfortunately misleading - every single[1] occurence of
'timestep' in the RPTRST configuration should be replaced with REPORT STEP.

HTH - Joakim

 [1]: Of course - there is always an exception, there  is a RPTRST setting
( Ithink it is BASIC=6) which will actually get utput for every simulator
timestep - that is not supported in flow.
___
Opm mailing list
Opm@opm-project.org
http://opm-project.org/cgi-bin/mailman/listinfo/opm


Re: [Opm] flow: Usage of restart utility

2016-06-08 Thread Markus Blatt
Hi,
On Wed, Jun 08, 2016 at 02:21:01PM +0200, Markus Blatt wrote:
> 
> I am having a hard time finding out that at what time step number of a
> report step. I tried a few, but these were all wrong.

Joakim helped me a bit and brought me on the right track:

The information is "encrypted" in RPTRST. See
https://github.com/OPM/opm-parser/blob/7ef3a7b4c1db3ff99dc5bf5fbb6ee6ce8504c8b7/opm/parser/eclipse/EclipseState/IOConfig/IOConfig.hpp#L38-L115
for some documentation.

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
Opm@opm-project.org
http://opm-project.org/cgi-bin/mailman/listinfo/opm