#5652 Support PP_INP for WBS LAS-import as well as PP_RES_INP and POR_RES_INP

This commit is contained in:
Gaute Lindkvist
2020-03-10 14:39:49 +01:00
parent 0ad779280a
commit 9fb2fd0e56

View File

@@ -239,6 +239,7 @@ bool RigWbsParameter::operator<( const RigWbsParameter& rhs ) const
RigWbsParameter RigWbsParameter::PP_Reservoir()
{
SourceVector sources = {{GRID, SourceAddress( "POR-Bar", "", RiaWellLogUnitTools::barUnitString() )},
{LAS_FILE, SourceAddress( "PP_INP", "", RiaWellLogUnitTools::sg_emwUnitString() )},
{LAS_FILE, SourceAddress( "PP_RES_INP", "", RiaWellLogUnitTools::sg_emwUnitString() )},
{LAS_FILE, SourceAddress( "POR_RES_INP", "", RiaWellLogUnitTools::gPerCm3UnitString() )},
{ELEMENT_PROPERTY_TABLE, SourceAddress( "POR", "", RiaWellLogUnitTools::barUnitString() )},