Commit Graph

15 Commits

Author SHA1 Message Date
Gaute Lindkvist
b4aaaa98e9 Update analysis and correlation plots when closing derived cases 2020-09-15 15:20:18 +02:00
Gaute Lindkvist
dbec9dd3a5 Fix saving derived ensemble analysis plots and improve delta labels 2020-09-10 10:49:30 +02:00
Gaute Lindkvist
7cf24d02ff Improve the way we automatically name ensembles and cases 2020-09-07 14:08:23 +02:00
Kristian Bendiksen
c016c02e40 Replace RiaApplication::instance()->project() with RimProject::current().
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
92f4e6278c Fix signed/unsigned comparison. 2020-04-30 12:46:50 +02:00
Magne Sjaastad
a10641cf28 Delta summary : Fix computations for fixed time step
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-17 13:54:18 +02:00
Magne Sjaastad
8e89015cd5 Delta Summary Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Magne Sjaastad
ff5cc86935 Delta Ensemble Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Jacob Støren
8cd25b0111 Refactor case difference calculation into a static method
To reuse in Analysis Plots
2020-03-30 08:57:59 +02:00
Magne Sjaastad
9ef51a5e98 Delta case : Create delta case from two selected cases 2020-03-19 12:19:23 +01:00
Magne Sjaastad
b01d826acf Delta case : Improve name of delta case based on input cases 2020-03-19 12:19:23 +01:00
Magne Sjaastad
d6a1f79135 Derived Summary Case : Make sure union of available addresses are used 2020-02-13 12:37:42 +01:00
Magne Sjaastad
54bb752682 Derived Summary Case : Allow missing data for either of the two source cases 2020-02-13 12:37:42 +01:00
Magne Sjaastad
10f0abc9b5 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Magne Sjaastad
dfe6d0b94e Add derived summary case ()
*  Derived Summary Case : Refactor ensemble summary case

- Refactor ensemble summary case to be able to us as standalone derived summary case
- rename to RimDerivedSummaryCase
- allow negative values in well disk visualization

*  Derived Summary Case : Add feature to create derived case
*  Well Disks : Add scaling factor
2020-02-10 07:13:04 +01:00