src.main

Created on April 1, 2024 @author: wangc

This module is the POEM Template interface, which use the user provided input XML file to construct the corresponding RAVEN workflows i.e. RAVEN input XML file.

Attributes

logger

fh

formatter

Functions

runWorkflow(destination)

Runs the workflow at the destination.

main()

Module Contents

src.main.logger[source]
src.main.fh[source]
src.main.formatter[source]
src.main.runWorkflow(destination)[source]

Runs the workflow at the destination. @ In, destination, str, path and filename of RAVEN input file @ Out, res, int, system results of running the code

src.main.main()[source]