Skip to content

Commit

Permalink
add Komodo testing section to readme (#18)
Browse files Browse the repository at this point in the history
* add Komodo testing section to readme
* add note about the Explorer when testing on top of Komodo
  • Loading branch information
equinor-ruaj authored Nov 23, 2023
1 parent 697ff37 commit 368f608
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,22 @@ FORWARD_MODEL ECLIPSE100(...)
--Note: SIM2SUMO must come after ECLIPSE100
FORWARD_MODEL SIM2SUMO(<S2S_CONFIG_PATH>=path/to/config/file)
```


## Testing on top of Komodo
Sim2sumo and [sumo uploader](https://github.com/equinor/fmu-sumo-uploader) are both installed under `fmu/sumo/`.
This means that the uploader must also be installed to test a new version of sim2sumo on top of Komodo.

Example: Installing sim2sumo from `mybranch` on top of Komodo bleeding
```
< Create a new komodo env from komodo bleeding >
< Activate the new env >
pip install git+https://github.com/equinor/fmu-sumo-sim2sumo.git@mybranch
pip install git+https://github.com/equinor/fmu-sumo-uploader.git
```

The [Explorer](https://github.com/equinor/fmu-sumo) is also installed under `fmu/sumo`. Meaning that if the testing scenario includes the Explorer then it should also be installed on top of Komodo.
```
pip install git+https://github.com/equinor/fmu-sumo.git
```

0 comments on commit 368f608

Please sign in to comment.