pyopmnearwell.visualization.reading module
” Script to read the output files
- pyopmnearwell.visualization.reading.create_arrays_opm(dic, study)
Function to create the required numpy arrays
- Args:
dic (dict): Global dictionary with required parameters
- pyopmnearwell.visualization.reading.create_arrays_resdata(dic, study)
Function to create the required numpy arrays
- Args:
dic (dict): Global dictionary with required parameters str (study): Name of the folder containing the results int (salt): Indicator for salt precipitation (Add if L396 uncommented)
- Returns:
dic (dict): Global dictionary with new added parameters
- pyopmnearwell.visualization.reading.handle_smsp_time(dic, study)
Function to chandle the times in the summary files
- Args:
dic (dict): Global dictionary with required parameters str (study): Name of the folder containing the results
- Returns:
dic (dict): Global dictionary with new added parameters
- pyopmnearwell.visualization.reading.read_opm(dic)
Function to read the output files using the Python opm package
- Args:
dic (dict): Global dictionary with required parameters
- Returns:
dic (dict): Global dictionary with new added parameters
- pyopmnearwell.visualization.reading.read_resdata(dic)
Function to read the output files using the Python resdata package
- Args:
dic (dict): Global dictionary with required parameters
- Returns:
dic (dict): Global dictionary with new added parameters
- pyopmnearwell.visualization.reading.read_simulations(dic)
Function to read the generated output files
- Args:
dic (dict): Global dictionary with required parameters
- Returns:
dic (dict): Global dictionary with new added parameters