sfcta / simwrapper_topsheet

Interactive model run topsheet implemented in Simwrapper
0 stars 2 forks source link

Enable running from central script / geodata store #9

Open sdrewc opened 3 weeks ago

sdrewc commented 3 weeks ago

@weiwang108

Add option to set script and geodata file locations. By default, I'd like to be able to run these scripts from within any model run directory, only copying in the "topsheet_run.bat" file and the "topsheet.ctl" file. Currently, I also need to copy in the "data", "geo" and "scripts" folders. To fix this, the "data", "geo" and "scripts" folder locations should be configurable within the .ctl file. You probably also need to change the input references in the simwrapper and vega lite files to replace the paths, which are currently hard-coded relative paths, with paths taken from the .ctl file

weiwang108 commented 3 weeks ago

Got it, I will fix it soon.