Everglades Landscape Model (ELM) Home Page |
#include <globals.h>
Data Fields | |
char | S_ParmName [30] |
int | S_ParmRelVal |
float | S_ParmVal |
This is used for standard runs, sensitivity analyses, and others (e.g., stochastic processes) in future
Definition at line 42 of file globals.h.
|
Sensitivity: Name of the sensitivity parameter being varied for this run (must exactly match a model parameter in either the global or habitat-specific parameter dbases) Definition at line 43 of file globals.h. Referenced by BIRstats_date(), get_parmf(), main(), and SensiParm_list(). |
|
Sensitivity: indicator of current value of relative range in sensitivity parm values: nominal (0), low (1), or high (2) Definition at line 45 of file globals.h. Referenced by get_parmf(), main(), and SensiParm_list(). |
|
Sensitivity: current value of parameter (used only for output) Definition at line 46 of file globals.h. Referenced by BIRstats_date(), get_global_parm(), and get_hab_parm(). |