Hello MRST users,
I am having trouble retrieving data in wellsols, especially on cumulative value data. I already have a line of code like this:
T = convertTo(cumsum(schedule.step. val), years);
[qWs, qOs, qGs, bhp] = wellSolToVector(wellSols);
On plotWellSols it can bring up the cumulative value in this case I need (qWs, qOs, qGs), and when I set the use Timestep by using the unit system field, and choose the option based on (day or year) why does the cumulative value change, how do I convert or calculate it from the qWs, qOs, qGs values that I already have in wellSols?
Thank you