#12017 Add caching of well target result data

Write data to welltargetdata.GRDECL in a subfolder of the project. Import this data when project is load. The data in this cache is owerwritten when the project is saved.
This commit is contained in:
Magne Sjaastad
2024-12-23 11:53:49 +01:00
parent 1cdbffb2c7
commit c4c4078e09
5 changed files with 114 additions and 87 deletions

View File

@@ -757,7 +757,7 @@ RimRegularGridCase* RigWellTargetCandidatesGenerator::generateEnsembleCandidates
RimRegularGridCase* targetCase = new RimRegularGridCase;
targetCase->setBoundingBox( boundingBox );
targetCase->setCellCount( resultGridCellCount );
targetCase->createModel( "" );
targetCase->createModel();
std::vector<int> occurrence;