-- This is the forward model job which calls Completor.
-- It is called from the ERT config file as a regular forward model.

-- Arguments:
--     CASE: Completor configuration file (*.case file) describing completion configuration.
--     INPUT_SCH: Tubing schedule file defining multi-segmented well in terms of WELSPECS, WELSEGS, COMPSEGS, COMPDAT.
--     OUTPUT_SCH: Well schedule generated by Completor, including advanced completion.

EXECUTABLE  completor

ARGLIST      -i <CASE> -s <INPUT_SCH> -o <OUTPUT_SCH>

MIN_ARG    2
MAX_ARG    3

ARG_TYPE 0 STRING
ARG_TYPE 1 STRING
ARG_TYPE 2 STRING
