Closed klindsay28 closed 4 years ago
implement _pop_nl_var_exists, perhaps
_pop_nl_var_exists
cmd = ["grep", "^ *" + var_name + " *=", nl_fname] return subprocess.call(cmd) == 0
use _pop_nl_var_exists("tavg_freq_opt(1)") to check for that specification of tavg_freq_opt_0
_pop_nl_var_exists("tavg_freq_opt(1)")
tavg_freq_opt_0
implement
_pop_nl_var_exists
, perhapsuse
_pop_nl_var_exists("tavg_freq_opt(1)")
to check for that specification oftavg_freq_opt_0