[CON Devel] Re-running an area run

Seib, Broc bseib at purdue.edu
Thu Sep 28 08:00:39 PDT 2006


What is the minimum of concept commands I need to execute to do a second
area run, except focusing on another state? All the other data and
parameters stay the same. Currently I am attempting for each run:

  ## Import new run control file
  ./concept import_control -n ${DBNAME} -s ${SCENARIO} -c
${SOMEDIR}/run_control.txt

  ## run grid definition to create an empty grid based on the run
control inputs
  ## (In this cmd, $OUTDIR arg is required, but gets ignored
internally.)
  ./concept run_grid_definition_model -n ${DBNAME} -s ${SCENARIO} -d
${OUTDIR}

  ## start the run
  ./concept run_area_model -n ${DBNAME} -s ${SCENARIO} -d ${OUTDIR}


However, it seems to remember the i,j diminsions of the prior run.
Clearly I am missing a command or need to nuke a table or something.

Can someone help shed some light on this?

Thanks
-Broc


More information about the Devel mailing list