Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ert/bin/workflows/xhook_copy_preprocessed_dataio_sumo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
WF_COPY_PREPROCESSED_DATAIO <SCRATCH>/<USER>/<CASE_DIR> <CONFIG_PATH> ../../share/preprocessed/maps "--verbosity" WARNING

--activate this line for uploading to sumo:
SUMO_UPLOAD <SCRATCH>/<USER>/<CASE_DIR> "<SCRATCH>/<USER>/<CASE_DIR>/share/observations/maps/*.gri" <SUMO_ENV>
SUMO_UPLOAD <SCRATCH>/<USER>/<CASE_DIR>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


-- Sumo variables
DEFINE <SUMO_ENV> prod
DEFINE <SUMO_CASEPATH> <SCRATCH>/<USER>/<CASE_DIR>

-- Load and run hook workflow for creating case metadata and registering case on Sumo
Expand Down
1 change: 0 additions & 1 deletion ert/model/drogon_dst.ert
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ LOAD_WORKFLOW ../bin/workflows/wf_dpdt2yml

-----------------------------------------
---- Worklow that creates the case metadata and registers on Sumo (optional)
DEFINE <SUMO_ENV> prod
DEFINE <SUMO_CASEPATH> <SCRATCH>/<USER>/<CASE_DIR>
LOAD_WORKFLOW ../bin/workflows/xhook_create_case_metadata

Expand Down