oasislmf.pytools.pla.manager

Module Contents

Functions

run(run_dir, file_in, file_out, input_path, ...)

Execute the main Post Loss Amplification workflow.

Attributes

oasislmf.pytools.pla.manager.logger[source]
oasislmf.pytools.pla.manager.run(run_dir, file_in, file_out, input_path, static_path, secondary_factor, uniform_factor)[source]

Execute the main Post Loss Amplification workflow.

Args:

run_dir (str): the directory of where the process is running file_in (str): file name of input stream file_out (str): file name of output streak input_path (str): path to amplifications.bin static_path (str): path to lossfactors.bin secondary_factor (float): secondary factor to apply to post loss

amplification

uniform_factor (float): uniform factor to apply across all losses

Returns:

0 (int): if no errors occurred