Classes | |
| class | FASTConfig |
| class | MorrisConfig |
| class | PSAConfig |
| class | PSAOutputs |
Functions | |
| def | get_psa_config () |
Base configuration of Parameters Sensitivity Analysis.
@author : Liangjun Zhu
@changelog:
- 17-12-22 - lj - initial implementation.
- 18-01-11 - lj - integration of screening method and variant-based method.
- 18-02-09 - lj - compatible with Python3.
- 18-07-10 - lj - Extract a common parse class for SEIMS model, `ParseSEIMSConfig`.
| def seims.parameters_sensitivity.config.get_psa_config | ( | ) |
Parse arguments.
Returns:
cf: ConfigParse object of *.ini file
mtd: Parameters sensitivity method name, currently, 'morris' and 'fast' are supported.