You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Ert3 supports the option of loading records directly to the database using the command:
ert3 record load [record_name] [record/path/file_name.json]
When this option is used a record is added to the "global" ensemble "experiment/path.ensemble_records " but there is no connection in the database that this record from the global ensemble is connected to a particular ensemble that will be running in the future. Hence webviz-ert does not know that the added record ([record_name] in this example) is part of the global ensemble and not part of the run ensemble.
Scope
Alow visualization of preloaded parameter records
The text was updated successfully, but these errors were encountered:
If I understand correctly, we need to have some way of indicating that this parameter set is not currently supposed to appear as a parameter for the existing ensemble. But is it then supposed to be visible in another way?
Issue
Ert3 supports the option of loading records directly to the database using the command:
ert3 record load [record_name] [record/path/file_name.json]
When this option is used a record is added to the "global" ensemble "experiment/path.ensemble_records " but there is no connection in the database that this record from the global ensemble is connected to a particular ensemble that will be running in the future. Hence webviz-ert does not know that the added record ([record_name] in this example) is part of the global ensemble and not part of the run ensemble.
Scope
Alow visualization of preloaded parameter records
The text was updated successfully, but these errors were encountered: