You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: