Configuration Parameters
Analytical Parameters
Each run is based on a set of analytical parameters. These parameters are defined in the sisepuede.config configuration file.
Analytical Parameter |
Configuration File Parameter |
Default Value |
Information |
Notes |
|---|---|---|---|---|
Area Units |
area_units |
ha |
Default reporting units for land use areas. |
|
Days per Year |
days_per_year |
365.25 |
The number of days in a year; used to convert daily values to annual. |
Any floating number can be specified. |
Discount Rate |
discount_rate |
0.05 |
The discount rate used for analyzing all costs and benefits. This parameter is required and is passed to NemoMod (NemoMod_DiscountRate) to find for the least cost solution. |
|
Emissions Mass |
emissions_mass |
MT |
Represents the emissions mass used to report out emissions in co2e. MT = megatons; GT = gigatons |
|
Energy Units |
energy_units |
PJ |
Units of energy to report out (based on joules). Available units include kJ, MJ, GJ, TJ, and PJ. |
|
Energy Units NemoMod |
energy_units_nemomod |
PJ |
|
|
Global Warming Potential |
global_warming_potential |
100 |
More information on Global Warming Potential (GWP) can be found from the EPA. |
Default is 100. Acceptable values are 20, 100, and 500. See IPCC AR6 WG1 Chapter 7 - Table 7.SM.7 for the source of GWP conversion values. |
Historical Solid Waste Back Projection Number of Back Projection Periods |
historical_back_proj_n_periods |
10 |
Number of periods to back-project when estimating components based on first order decay modeling, including solid waste disposed and wood products harvested before time \(t = 0\). |
|
Historical Harvested Wood Products Method |
historical_harvested_wood_products_method |
back_project |
|
|
Historical Solid Waste Method |
historical_solid_waste_method |
back_project |
|
|
Land Use Reallocation Exhaust Transition Probabilities Directionality |
land_use_reallocation_max_out_directionality |
decrease_only |
Approach to use for “maxing out” transition probabilities for land use classes that transition into pasture and cropland states. Acceptable options are “decrease_only”, “increase_only”, or “decrease_and_increase”. See the SISEPUEDE documentation for additional information. |
|
Length Units |
length_units |
km |
Default units for length. Used in reporting quantities useful to costs and benefits in the Transportation Demand sector. |
|
Monetary Units |
monetary_units |
mm_usd |
Default reporting units for costs and benefits, including NemoMod reports. |
|
NemoMod Solver |
nemomod_solver |
highs |
|
|
NemoMod Time Limit |
nemomod_solver_time_limit_seconds |
300 |
|
Must be an integer. |
NemoMod Time Periods |
nemomod_time_periods |
all |
Set of time periods to run. Acceptable values are “all” (entered without quotes) or pipe-delimitted time periods, e.g., 0|1|2|… |
|
Power Units |
power_units |
GW |
|
|
Region |
region |
first |
Region to run when running DAG (does not affect .project() methods for individual models). Options include “first” (run the first defined region), “all” (run all regions), the name of a region (a valid region defined in attribute_cat_region.csv), or a pipe-delimited list of regions (e.g., region_1|region_2|…|region_n). |
|
Volume Units |
volume_units |
m3 |
Default units for volumes. Used in reporting quantities useful to costs and benefits in the Wastewater Treatment sector. |
Experimental Parameters
SISEPUEDE experiments are governed by additional experimental parameters. These parameters are governed in the sisepuede.config configuration file.
Experimental Parameter |
Configuration File Parameter |
Default Value |
Information |
Notes |
|---|---|---|---|---|
Number of LHS Trials |
num_lhc_samples |
1000 |
Number of Latin Hypercube samples to generate for the experiment. This number governs the number of plausible futures that are generated, which are indexed in most cases as future_id. |
|
Output Method |
output_method |
SQLite |
*CSV: export output tables and associated attribute tables to CSV files in the output directory (indexed by the analysis run id) * SQLite: export all tables to a single SQLite database. |
|
LHC Random Seed |
random_seed |
Optional random seed to specify to generate trials; ensures reproducibility of trials if the number of factors is the same (sampling units). Recommended to specify if data management and space issues are present, as reproducibility ensures that input variables do not have to be stored in a database. |
||
Save Model Inputs |
save_inputs |
False |
Save model inputs for every run? Defaults to False. Note that inputs can be generated on the fly, saving space. |
|
Uncertainty Starting Time Period |
time_period_u0 |
1 |
Time period in which uncertainty begins–note that, in uncertainty fans (spaghetti-plots), uncertainty trajectories will begin diverging at this point in time. |