oasislmf.computation.hooks.post_file_gen ======================================== .. py:module:: oasislmf.computation.hooks.post_file_gen Classes ------- .. autoapisummary:: oasislmf.computation.hooks.post_file_gen.PostFileGen Module Contents --------------- .. py:class:: PostFileGen(**kwargs) Bases: :py:obj:`oasislmf.computation.base.ComputationStep` Computation step that will be call just after oasis file generation. On the platform it will be called on a single machine before the files are copied on the several worker for the loss calculation Add the ability to specify a model specific step that will modify or expand on the loss calculation input file .. py:attribute:: step_params .. py:attribute:: run_dir_key :value: 'pre-loss' .. py:method:: get_exposure_data_config() .. py:method:: run() import post_file_gen_module and call the run method