From ed20b318cb18ce9072e2a1735c29ab7a390630da Mon Sep 17 00:00:00 2001 From: Jorge Sicacha Date: Wed, 24 Jan 2024 09:25:09 +0100 Subject: [PATCH] Add sample config file for CO2 mass maps per phase --- tests/yaml/config_co2_mass_phases.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/yaml/config_co2_mass_phases.yml diff --git a/tests/yaml/config_co2_mass_phases.yml b/tests/yaml/config_co2_mass_phases.yml new file mode 100644 index 0000000..dcb06a1 --- /dev/null +++ b/tests/yaml/config_co2_mass_phases.yml @@ -0,0 +1,21 @@ +input: + eclroot: tests/data/reek/REEK + grid: $eclroot.EGRID + + + properties: + #- source: $eclroot.UNRST + # name: "SWAT" + # lower_threshold: 1e-12 + +co2_mass_settings: + unrst_source: $eclroot.UNRST + init_source: $eclroot.INIT + maps: "dissolved_co2" + +output: + mapfolder: tmp + +computesettings: + aggregation: "sum" +