8 def setup(self, config, bg, obslist):
10 bgconf[
'date'] =
'{{current_cycle}}'
11 bgfile = os.path.join(config[
'datadir'],
13 'forecast.{{previous_cycle}}.{{window_offset}}')
14 bgconf[
'filename'] = bgfile
16 fnameout = config[
'workdir']/ewok/background.yaml
17 yaml.dump(bgconf, fnameout)
19 self.
commandcommand =
'path/to/actual/runtime/qg/getbg.py'
def setup(self, config, bg, obslist)