boa.wrapper_utils#
Optimization wrapper for FETCH3.
These functions provide the interface between the optimization tool and FETCH3 - Setting up optimization experiment - Creating directories for model outputs of each iteration - Writing model configuration files for each iteration - Starting model runs for each iteration - Reading model outputs and observation data for model evaluation - Defines objective function for optimization, and other performance metrics of interest - Defines how results of each iteration should be evaluated
Functions
Return a directory for a trial, Trial directory is named with the trial index. |
|
Read experiment configuration yml file for setting up the optimization. |
|
Creates directory for the experiment and returns the path. |
|
Create a directory for a trial, and return the path to the directory. |
|
Write model configuration file for each trial (model run). |