EPCCed / wee_archie

BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Configuration to be parseable and optional from database #2

Open agngrant opened 8 years ago

agngrant commented 8 years ago

Rewrite configuration for simulation_runner.py

Need to be able to specify in simulation creation what the prefixes and suffixes and options are

Not able to do it for all but for config and output should be do

Make Configuration a setup option

Need to config for

output location config location

output basefilename

example:

output=output config=cfile basefilename=outreach.nc

get config

parse config options

if output is not none append with —=value else append default with value if config is not none append with —=configlocation else append with default with value