MERGE_UNRST_FILES

Read two UNRST files and export a merged version. This is useful in cases where history and prediction are run separately and one wants to calculate differences across dates in the two files. One should give hist file as first positional argument and pred file as the second positional argument (i.e. in the order of smallest to largest report step numbers).

usage: merge_unrst_files [-h] [-o OUTPUT] [-v] UNRST1 UNRST2

Positional Arguments

UNRST1

UNRST file 1, history part

UNRST2

UNRST file 2, prediction part

Named Arguments

-o, --output

Name of the merged UNRST file

Default: “MERGED.UNRST”

-v, --version

show program’s version number and exit