CompOpt4Apps / IanHydroframeWork

0 stars 0 forks source link

Parflow estimator upgrades #22

Open ian-bertolacci opened 4 years ago

ian-bertolacci commented 4 years ago

For #6 Need the following upgrades:

  1. Add flag to set ignoring of script exit code (--ignore-script-exit-code)
  2. Capture runname in pfrun
  3. handle multiple pfruns (the use of multiple pfruns may be limited to test cases, but this is very easy to handle)
  4. Better handle other tcl commands in one of two ways: a. comment any lines that do not start with a set or pfset command (easy, but ignores possible input effects which may be necessary to calculate parameters). b. individually handle pf* commands (tedious, prone to breaking, but potential to handle input effects)
ian-bertolacci commented 4 years ago

1 and 3 handled in 1929e9ba720a9a7226d8a66bd60c8509f3cf349c