From 761eaecb451e878be546a5624f8f26019b507106 Mon Sep 17 00:00:00 2001 From: "Oddvar Lia (ST MSU GEO)" Date: Fri, 27 Sep 2024 00:20:15 +0200 Subject: [PATCH] Updated pyproject.toml and removed unnecessary files --- .../field_statistics/FIELD_STATISTICS | 23 -------- .../field_statistics/field_param_stat.yml | 59 ------------------- .../field_statistics/wf_field_statistics | 2 - 3 files changed, 84 deletions(-) delete mode 100644 src/subscript/field_statistics/FIELD_STATISTICS delete mode 100644 src/subscript/field_statistics/field_param_stat.yml delete mode 100644 src/subscript/field_statistics/wf_field_statistics diff --git a/src/subscript/field_statistics/FIELD_STATISTICS b/src/subscript/field_statistics/FIELD_STATISTICS deleted file mode 100644 index 03d8afbca..000000000 --- a/src/subscript/field_statistics/FIELD_STATISTICS +++ /dev/null @@ -1,23 +0,0 @@ --- Workflow job for ERT to calculate: --- Mean and standard deviatons of specified continuous 3D parameters. --- Estimate of facies probabilities from discrete 3D parameter for facies. --- The input realizations are found under: --- /realization-*/iter-*/share/results/grids/geogrid--.roff --- The output mean and standard deviations and facies probability estimates are saved --- under a directory specified by the user. -INTERNAL False -EXECUTABLE ../scripts/field_statistics.py - -MIN_ARG 6 -ARG_TYPE 0 STRING -ARG_TYPE 1 STRING -ARG_TYPE 2 STRING -ARG_TYPE 3 STRING -ARG_TYPE 4 STRING -ARG_TYPE 5 STRING -ARG_TYPE 6 STRING -ARG_TYPE 7 STRING - - - - diff --git a/src/subscript/field_statistics/field_param_stat.yml b/src/subscript/field_statistics/field_param_stat.yml deleted file mode 100644 index 7bf22bf83..000000000 --- a/src/subscript/field_statistics/field_param_stat.yml +++ /dev/null @@ -1,59 +0,0 @@ -# Configuration file for script wf_field_param_statistics.py -field_stat: - # Number of realizations for specified ensemble - # Required. - nreal: 100 - - # Iteration numbers from ES-MDA in ERT (iteration = 0 is initial ensemble, - # usually iteration=3 is final updated ensemble) - # Required. - iterations: [0, 3] - - # Selected set of zone names to use in calculations of statistics. - # Must be one or more of the defined zones. - # Require at least one zone to be selected. - use_zones: ["Valysar", "Therys", "Volon"] - - # Zone numbers with zone name dictionary - zone_code_names: - 1: "Valysar" - 2: "Therys" - 3: "Volon" - - # For each zone specify either Proportional, Top_conform or Base_conform - # as grid conformity. - # Conformity can be checked by opening the RMS job that has created - # the geogrid and check the grid settings for grid layers. - # Proportional means that number of layers is specified. - # Top or base conform means that grid cell thickness is specified. - # Required (but only for zones you want to use) - zone_conformity: - "Valysar": "Proportional" - "Therys": "Top_conform" - "Volon": "Proportional" - - # For each zone specify which discrete parameter to use to calculate - # facies probability estimates. - # Possible names are those found in the - # share/results/grids/geogrid--.roff - # files that are of discrete type. - # This key can be omitted or some of the lines specifying parameters - # for a zone if you don't want to use it. - discrete_property_param_per_zone: - "Valysar": ["facies"] - "Therys": ["facies"] - "Volon": ["facies"] - - # For each zone specify which continuous parameter to use to - # calculate estimate of mean and stdev over ensemble. - # Possible names are those found in the - # share/results/grids/geogrid--.roff - # files that are of continuous type - # This key can be omitted or some of the lines specifying - # parameters for a zone if you don't want to use it. - continuous_property_param_per_zone: - "Valysar": ["phit"] - "Therys": ["phit"] - - # Size of ertbox grid for (nx, ny, nz) - ertbox_size: [92, 146, 66] \ No newline at end of file diff --git a/src/subscript/field_statistics/wf_field_statistics b/src/subscript/field_statistics/wf_field_statistics deleted file mode 100644 index c83727b3d..000000000 --- a/src/subscript/field_statistics/wf_field_statistics +++ /dev/null @@ -1,2 +0,0 @@ -FIELD_STATISTICS -c -p -e // -r -