mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8240 Improve error message when well path is not crossing sea level
This commit is contained in:
@@ -189,9 +189,11 @@ void RicNewWellBoreStabilityPlotFeature::onActionTriggered( bool isChecked )
|
|||||||
}
|
}
|
||||||
if ( wellPathGeometry->rkbDiff() == HUGE_VAL )
|
if ( wellPathGeometry->rkbDiff() == HUGE_VAL )
|
||||||
{
|
{
|
||||||
RiaLogging::error( QString( "The well path %1 has no datum elevation and we cannot estimate TVDRKB. Cannot "
|
RiaLogging::error(
|
||||||
"create a Well Bore Stability Plot" )
|
QString( "The well path %1 has no datum elevation and we cannot estimate TVDRKB. Cannot "
|
||||||
.arg( wellPath->name() ) );
|
"create a Well Bore Stability Plot\nTo solve this issue, please activate the Property Editor, "
|
||||||
|
"select Well Targets and activate Generate Well Target at Sea Level" )
|
||||||
|
.arg( wellPath->name() ) );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user