equinor / semeio

Semeio is a collection of jobs and workflow jobs used in ert (https://github.com/equinor/ert).
https://github.com/equinor/semeio
GNU General Public License v3.0
10 stars 27 forks source link

Default CSVFILE does not work for GENDATA_RFT #147

Closed berland closed 4 years ago

berland commented 4 years ago

The default filename for CSV export from GENDATA_RFT apparently does not work:

/scratch/fmu/havb/py3_r001_reek/realization-0/iter-0]$ grep CSVFILE jobs.json 
  "argList" : ["-e","eclipse/model/PY3_R001_REEK-0","-t","/project/fmu/public/reek/resmod/ff/2019a/r001/ert/model/../input/observations/rft/","-w","/project/fmu/public/reek/resmod/ff/2019a/r001/ert/model/../input/observations/rft/well_date_rft.txt","-z","/project/fmu/public/reek/resmod/ff/2019a/r001/ert/model/../input/observations/rft/layer_zone_table.txt","-c","<CSVFILE>"],

where <CSVFILE> above should be gendata_rft.csv according to the job configuration.

berland commented 4 years ago

Solved by #148