ogs5py.tools.script

Script generator for ogs5py.

Generator

gen_script(ogs_class[, script_dir, ...])

Generate a python script for the given model.

Helpers

formater(val)

Format values as string.

get_line(cont_line)

Create content line for the script.

tab(num)

Get tab indentation.

add_block_file(block_file, script[, ...])

Add block-file creation to script.

add_load_file(load_file, script[, ogs_cls_name])

Add a file to be loaded from a script.

add_list_file(list_file, script, typ[, ...])

Add a listed file to be loaded from a script.