mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#820 Use TVDMSL as channel name for TVD
This commit is contained in:
parent
9041e4a582
commit
ba0a3b53f5
@ -284,7 +284,7 @@ bool RigWellLogFile::exportToLasFile(const RimWellLogCurve* curve, const QString
|
|||||||
|
|
||||||
if(curveData->tvDepths().size())
|
if(curveData->tvDepths().size())
|
||||||
{
|
{
|
||||||
lasFile.AddLog("TVD", "M", "True vertical depth in meters", curveData->tvDepths());
|
lasFile.AddLog("TVDMSL", "M", "True vertical depth in meters", curveData->tvDepths());
|
||||||
}
|
}
|
||||||
|
|
||||||
lasFile.AddLog(wellLogChannelName.trimmed().toStdString(), "NO_UNIT", "", wellLogValues);
|
lasFile.AddLog(wellLogChannelName.trimmed().toStdString(), "NO_UNIT", "", wellLogValues);
|
||||||
|
Loading…
Reference in New Issue
Block a user