Well datum depth is loaded from SWEL
This commit is contained in:
@@ -67,7 +67,7 @@ RstWell::RstWell(const ::Opm::UnitSystem& unit_system,
|
||||
hist_lrat_target( unit_system.to_si(M::liquid_surface_rate, swel[VI::SWell::HistLiqRateTarget])),
|
||||
hist_grat_target( unit_system.to_si(M::gas_surface_rate, swel[VI::SWell::HistGasRateTarget])),
|
||||
hist_bhp_target( unit_system.to_si(M::pressure, swel[VI::SWell::HistBHPTarget])),
|
||||
datum_depth( unit_system.to_si(M::length, xwel[VI::SWell::DatumDepth])),
|
||||
datum_depth( unit_system.to_si(M::length, swel[VI::SWell::DatumDepth])),
|
||||
oil_rate( unit_system.to_si(M::liquid_surface_rate, xwel[VI::XWell::OilPrRate])),
|
||||
water_rate( unit_system.to_si(M::liquid_surface_rate, xwel[VI::XWell::WatPrRate])),
|
||||
gas_rate( unit_system.to_si(M::gas_surface_rate, xwel[VI::XWell::GasPrRate])),
|
||||
|
||||
Reference in New Issue
Block a user