iwfm.calib.write_overwrite_file¶
- iwfm.calib.write_overwrite_file(overwrite_file, in_lines, parnodes, nlay, parvals, fp, ctime, verbose=False)[source]¶
Receive a list of parameters and write them to an IWFM-2015 overwrite file.
From REAL2IGSM.F90 by Matt Tonkin, with modifications by others
- Parameters:
overwrite_file (str) – Overwrite file name
in_lines (list) – each item is one line from the existing (template) overwrite file
parnodes (list) – Node numbers corresponding to parvals items
nlay (int) – Number of model layers
parvals (list) – New parameter values
fp (list) – Multiplier factors
ctime (str) – Time step in DSS format
verbose (bool, default=False) – Print to screen?