Well datum depth is loaded from SWEL

This commit is contained in:
Joakim Hove
2020-03-03 08:34:04 +01:00
parent e1bf7b2298
commit e6af67e897

View File

@@ -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])),