-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CO2Leakage: Improve containment plots (#1226)
* Improve CO2 containment plots The script generating CO2 containment data was updated and this commit ensures that the new format is read and presented properly. This includes: - Hide the plots if the data fails to load or is missing - CO2 amounts can be scaled to Mtons/fraction - Updated default 'map_attributes_names' to be consistent with recent changes in xtgeoapp_grd3dmaps - Parsing and visualization of boundary polygon has been improved - New "UNSMRY" plot aimed to show unified summary data from Pflotran or Eclipse - Support for visualizing multi polygon boundary files Other improvements: - Added option of hazardous polygon. This creates a new category "hazardous" in the containment plots (colored red). Changed color of "outside" from red to blue and color of "inside" from blue to green. - Removed mobile gas plot - Added a plot showing the contained co2 for a particular realization - Add containment plots to UNSMRY-graph, plus numerical values for differences - Add two volume types to options in Graph Settings: Source. This will use volume data (instead of mass), if available. - Change how fraction/normalization is used as unit, divide by the maximum value across all realizations, instead of scaling each realization independently. - Various minor visual changes, plot titles etc Remove some print. * CO2Leakage: pylint fixes. * CO2Leakage: Fix isort error messages. * CO2Leakage: mypy fixes. --------- Co-authored-by: Vegard Berg Kvernelv <[email protected]>
- Loading branch information
1 parent
8e3677f
commit efa2852
Showing
9 changed files
with
906 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.