ResInsight icon indicating copy to clipboard operation
ResInsight copied to clipboard

2020-06-0: Issue Loading Observed Data Based on Time Using CSV

Open OPMUSER opened this issue 3 years ago • 2 comments
trafficstars

I'm trying to load historical observed data, but the load keeps on failing

image

CSV file attached. SPE10-MOD01-UNSW-RESULTS.csv

OPMUSER avatar Aug 10 '22 08:08 OPMUSER

We do not support the format you are using in this file. ResInsight expects a date with an optional time specification. See link below for more details.

I assume there is a start date related to the TIME column, where is this info available?

https://resinsight.org/import/observeddata/

magnesj avatar Aug 10 '22 11:08 magnesj

Two many types of time I think. :-)

After some more testing, this works:

1                                                                                                                                  
 -------------------------------------------------------------------------------------------------------------------------------   
 SUMMARY OF RUN SPE10-MODEL-01 UNSW RESULTS FROM PAPER                                        
 -------------------------------------------------------------------------------------------------------------------------------   
 TIME         FOPT                                                                                                                 
 DAYS         STB                                                                                                                  
                                                                                                                                   
                                                                                                                                   
 -------------------------------------------------------------------------------------------------------------------------------   
 0.000        0.000
 41.241       336.574
 114.786      1840.140
 171.929      3159.521
 217.308      4450.919

So we should be able to use CSV as well. SPE10-MOD01-UNSW-RESULTS.zip

OPMUSER avatar Aug 10 '22 12:08 OPMUSER