parflow.tools.core

core module

This module provide the core objects for controlling ParFlow.

  • A Run() object for configuring and running ParFlow simulations.

  • A check_parflow_execution(out_file) function to parse output file

  • A get_current_parflow_version() function to extract current ParFlow version

Functions

check_parflow_execution(out_file)

Helper function that can be used to parse ParFlow output file

get_current_parflow_version()

Helper function to extract ParFlow version

get_process_args()

General processing of script arguments

update_run_from_args(run, args)

Push processed args onto run properties.

Classes

Run(name[, basescript])

Main object that can be used to define a ParFlow simulation