Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Drogon configuration not matching the webviz schema #97

Open
asnyv opened this issue Sep 8, 2021 · 0 comments
Open

Example Drogon configuration not matching the webviz schema #97

asnyv opened this issue Sep 8, 2021 · 0 comments

Comments

@asnyv
Copy link
Collaborator

asnyv commented Sep 8, 2021

Custom keys in the example testdata configuration do not match the schema generated by webviz schema, and increases risk of users defining custom keys that we later want to use ourselves:

dm_ensembles: &dm_ensembles
- sens_run
# Ensembes used for history matching analysis
hm_ensembles: &hm_ensembles
- iter-0
- iter-1
- iter-2
- iter-3
# Shared settings
obsfile: &obsfile ../01_drogon_ahm/share/observations/tables/ert_observations.yml
scalfile: &scalfile ../01_drogon_ahm/realization-0/iter-0/rms/output/pyscal/pyscal_config_lowbasehigh.csv
fipfile: &fipfile ../01_drogon_ahm/realization-0/iter-0/share/results/tables/fip.yml
segyfiles: &segyfiles
- ../01_drogon_ahm/realization-0/iter-0/share/results/seismic/seismic--amplitude_depth--20180701_20180101.segy
- ../01_drogon_ahm/realization-0/iter-0/share/results/seismic/seismic--amplitude_depth--20200701_20190701.segy
gridfile: &gridfile ../01_drogon_ahm/realization-0/iter-0/share/results/grids/geogrid.roff
gridparameterfiles: &gridparameterfiles
- ../01_drogon_ahm/realization-0/iter-0/share/results/grids/geogrid--phit.roff
- ../01_drogon_ahm/realization-0/iter-0/share/results/grids/geogrid--facies.roff
surfacefiles: &surfacefiles
- ../01_drogon_ahm/realization-0/iter-0/share/results/maps/topvolon--ds_extract_geogrid.gri
- ../01_drogon_ahm/realization-0/iter-0/share/results/maps/toptherys--ds_extract_geogrid.gri
- ../01_drogon_ahm/realization-0/iter-0/share/results/maps/topvolantis--ds_extract_geogrid.gri
- ../01_drogon_ahm/realization-0/iter-0/share/results/maps/basevolantis--ds_extract_geogrid.gri
surfacenames: &surfacenames
- Top Volon
- Top Therys
- Top Volantis
- Base Volantis
formationfile: &formationfile ../01_drogon_ahm/realization-0/iter-0/share/results/tables/formations_res_only.csv
faultlinefile: &faultlinefile ../01_drogon_ahm/realization-0/iter-0/share/results/polygons/toptherys--gl_faultlines_extract_postprocess.csv
wellfolder: &wellfolder ../01_drogon_ahm/realization-0/iter-0/share/results/wells
meanmap_colors: &meanmap_colors
- "#7f3b08"
- "#b35806"
- "#e08214"
- "#fdb863"
- "#fee0b6"
- "#f7f7f7"
- "#d8daeb"
- "#b2abd2"
- "#8073ac"
- "#542788"
- "#2d004b"
rmsmap_colors: &rmsmap_colors
- "#fff7ec"
- "#fee8c8"
- "#fdd49e"
- "#fdbb84"
- "#fc8d59"
- "#ef6548"
- "#d7301f"
- "#b30000"
- "#7f0000"

suggestion:
Include a new dict key like custom_settings, app_settings or etc where the users can define whatever they want, and which is included in the autogenerated webviz schema from webviz-config as a reserved key that we will not use for anything else later.

-> if included, we will need a PR in webviz-config

@anders-kiaer anders-kiaer moved this to Backlog 📝 in Webviz Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog 📝
Development

No branches or pull requests

1 participant