oasislmf.computation.hooks.pre_loss =================================== .. py:module:: oasislmf.computation.hooks.pre_loss Classes ------- .. autoapisummary:: oasislmf.computation.hooks.pre_loss.PreLoss Module Contents --------------- .. py:class:: PreLoss(**kwargs) Bases: :py:obj:`oasislmf.computation.base.ComputationStep` Computation step that will be call just before loss compuation. On the platform it will be called on each machine performing the loss calculation, Add the ability to specify a model specific step that will modify or expand on the loss calculation input file on each worker. .. py:attribute:: step_params .. py:attribute:: run_dir_key :value: 'pre-loss' .. py:method:: get_exposure_data_config() .. py:method:: run() import pre_loss_module and call the run method