Go to the source code of this file.
Namespaces | |
hwrf_pull_inputs | |
Functions | |
def | hwrf_pull_inputs.parse_arguments () |
def | hwrf_pull_inputs.make_conf (cycle) |
def | hwrf_pull_inputs.expand_lists (inputs, stack, names, lists) |
def | hwrf_pull_inputs.pull_command (inputs, dataset, atime, lists, args) |
def | hwrf_pull_inputs.make_input_list (conf, inputstream) |
def | hwrf_pull_inputs.dump_list (inputs) |
def | hwrf_pull_inputs.transfer_inputs (inputs, conf, cycle) |
def | hwrf_pull_inputs.main () |
Variables | |
hwrf_pull_inputs.inputscript = None | |
The script from which the input list is read. More... | |
hwrf_pull_inputs.outputdir = None | |
The output directory where data will reside. More... | |
hwrf_pull_inputs.cycles = None | |
The list of YYYYMMDDHH cycles to pull. More... | |
hwrf_pull_inputs.WORKhwrf = None | |
Scrub area, the WORKhwrf variable in the [config] section of conf. More... | |
hwrf_pull_inputs.logger = None | |
The logging.Logger object for logging messages. More... | |
list | hwrf_pull_inputs.conf_input_list |
A list of input files, relative to parm, to read in when making conf. More... | |