mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Report Guiderate Values in Strict SI Units
The output layer expects its input values to be strictly SI, but we know that the GuideRate container's values are in output units.
This commit is contained in:
parent
b6c4b2e509
commit
517db198f8
@ -1202,7 +1202,7 @@ getGuideRateValues(const GuideRate::RateVector& qs,
|
||||
{
|
||||
auto getGR = [this, &wgname, &qs](const GuideRateModel::Target t)
|
||||
{
|
||||
return this->guideRate_.get(wgname, t, qs);
|
||||
return this->guideRate_.getSI(wgname, t, qs);
|
||||
};
|
||||
|
||||
// Note: GuideRate does currently (2020-07-20) not support Target::RES.
|
||||
|
Loading…
Reference in New Issue
Block a user