equinor / fmu-sumo-sim2sumo

Upload files from reservoir simulators to azure assisted by sumo
https://fmu-sumo-sim2sumo.readthedocs.io/en/latest/
Apache License 2.0
1 stars 1 forks source link

Make calls to res2df asyncronous? #82

Open daniel-sol opened 2 months ago

daniel-sol commented 2 months ago

The tasks of sim2sumo can divided into two parts:

  1. Extract data with res2df
  2. Upload results to Sumo

The second part is allready set up with concurrency, Should be tested if there are imporant gains with doing the same..