-
Notifications
You must be signed in to change notification settings - Fork 0
config_reference
The config struct is the single data object that flows through the entire StormSim pipeline. It is built in two stages: first from the user-supplied Excel input file, then augmented at runtime by the MATLAB setup and processing functions. This page documents every field — its type, units, default value, and which structure types it applies to.
Structure types:
- Type 1 — Levee
- Type 2 — Floodwall
- Type 3 — Rubblemound
- Project & Output Settings
- CHS Forcing Data
- Structure Geometry
- Structure Properties
- Response Switches
- Forcing Uncertainty
- MCS Module (LCS Workflow)
- CSR Module (LCS Workflow)
- PROS Module
- Runtime / Code-Added Fields
SS_*.xlsx ──► call_input_parser.m ──► call_environment_setup.m
(parses Excel rows, (derives out_files paths,
adds runtime metadata) enforces type-specific
constraints, sets hotstart
state flags)
│
▼
CHS / Forcing / Response pipeline
(may overwrite bias, uncertainty,
and state flag fields)
Fields in Sections 1–9 originate from the Excel file (Model Variable Symbol column). Fields in Section 10 are set exclusively by MATLAB code and do not appear in the Excel schema.
Applies to all structure types. Sourced from Excel.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
project_name |
string | — | 'Chicago Shoreline GRR' |
All | Project name used in output file headers and plot titles |
struc_id |
string | — | 'R7175_T3' |
All | Structure or transect identifier |
case_name |
string | — | 'Seawall_existing' |
All | Case name; used to name output subdirectory and .mat files |
outfolder |
string | — | 'SS_Outputs_7175_T3' |
All | Root StormSim output folder path (relative or absolute) |
project_datum |
string | — | 'IGLD85' |
All | Vertical datum label used in plot titles and axis labels |
project_CLs |
string | — | '[84 90]' |
All | Confidence limit percentiles to compute (max 4; 50th always included). Entered as a string expression, e.g. '[84 90]'
|
workflow |
integer | — | 1 |
All | StormSim workflow selector: 1=PROS, 2=EVA (alias for 1 at runtime), 3=LCS, 4=PROS-FB |
struc_type |
integer | — |
1 / 2 / 3
|
All | Structure type: 1=Levee, 2=Floodwall, 3=Rubblemound |
storm_sampling |
string | — | 'XC' |
All | Storm sampling scheme: 'XC' (extratropical), 'TC' (tropical), or 'CC' (combined) |
swl_slr |
numeric | m | — | All | Sea level rise applied as a vertical offset to still water level (SWL) |
apply_random_tides |
logical | — | 0 |
All | Apply random tidal sampling to storm SWL: 0=Off, 1=On |
apply_depth_limitation |
logical | — | 1 |
All | Apply depth limitation to incident waves: 0=Off, 1=On |
use_peaks |
logical | — | 0 |
All | Include CHS peaks files in the forcing dataset: 0=Off, 1=On |
use_timeseries |
logical | — | 1 |
All | Include CHS timeseries files in the forcing dataset: 0=Off, 1=On |
create_wlp |
logical | — | 0 |
All | Create Water Level Priority (WLP) peaks dataset (requires both use_peaks=1 and use_timeseries=1): 0=Off, 1=On |
create_whp |
logical | — | 0 |
All | Create Wave Height Priority (WHP) peaks dataset (requires both use_peaks=1 and use_timeseries=1): 0=Off, 1=On |
create_plots |
logical | — | 1 |
All | Generate output visualizations: 0=Off, 1=On |
load_project_forcing |
logical | — | 1 |
All | Load project_forcing from a previously run case instead of re-sampling: 0=sample new, 1=load from ref_case_name
|
ref_case_name |
string | — | 'none' |
All | Name of the reference case to load project_forcing from when load_project_forcing=1. Set to 'none' to load from the current case |
Applies to all structure types. Sourced from Excel.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
storm_duration |
numeric | hrs | 1 |
All | Storm duration used in overtopping volume calculations |
chs_sp_depth |
numeric | m | — | All | CHS savepoint water depth; used as fallback if depth is not found in the h5 file attributes |
chs_ssl_bias_and_uncertainty_file |
string | — | — | All | Relative path to the CHS regional bias and uncertainty .mat file |
chs_grid_file_source |
string | — | — | All | Relative path to the CHS regional grid file folder |
prob_mass_source |
string | — | 'none' |
All | Path to probability masses: CHS folder path or custom .mat file. Set to 'none' to derive from CHS data |
chs_zip |
string | — | — | All | Relative path to the CHS zip archive or custom modeling .mat file containing storm data |
tide_file |
string | — | 'none' |
All | Relative path to tidal record file for random tidal sampling of storm SWL. Set to 'none' if apply_random_tides=0
|
Several fields are structure-type-specific. Sourced from Excel.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
crest_elevation |
numeric | m | — | All | Crest elevation (levee/rubblemound) or top of wall elevation (floodwall) |
crest_width |
numeric | m | — | All | Crest width (levee/rubblemound) or wall thickness (floodwall) |
toe_elevation |
numeric | m | — | Types 1, 3 | Mound toe elevation. Negative values are below the datum zero. Not applicable to Type 2 (floodwall) |
wall_bottom_elevation |
numeric | m | — | Type 2 | Elevation of the bottom of the wall. Only applicable to floodwall (Type 2) |
seaside_slope |
numeric | — | — | Types 1, 3 | Seaward face slope expressed as cot(α). Not applicable to Type 2 |
leeside_slope |
numeric | — | — | Types 1, 3 | Landward face slope expressed as cot(α). Not applicable to Type 2 |
add_berm |
logical | — | 0 |
All | Add a seaward berm to the structure cross-section: 0=No berm, 1=Add berm |
berm_slope |
numeric | — | — | All | Berm slope (seaward and landward assumed equal). Ignored and set to 0 at runtime when add_berm=0
|
berm_width |
numeric | m | 0 |
All | Berm width. Set to 0 at runtime when add_berm=0
|
berm_elevation |
numeric | m | 0 |
All | Berm elevation. Set to toe_elevation (Types 1,3) or wall_bottom_elevation (Type 2) at runtime when add_berm=0
|
Sourced from Excel.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
water_density |
numeric | kg/m³ | 1000 |
All | Water density used in wave force and stability calculations |
roughness_ifactor |
numeric | — | — | All | Roughness influence factor γ_f (EurOtop Table 6.2): 1.0=concrete/asphalt/closed blocks, 0.9=basalt/placed revetment, 0.8=stepped, 0.6=rock/rip-rap, 0.5=gabion mattresses |
armor_delta |
numeric | — | 1.65 |
Types 2, 3 | Armor stone immersed relative density Δ = (ρ_s − ρ_w) / ρ_w |
cem_P |
numeric | — | 0.4 |
Type 3 | Mean value of the notational permeability coefficient P (CEM Fig. VI-5-11) for Hudson/Van der Meer stability |
seaside_mass |
numeric | kg | — | Type 3 | Seaside armor stone mass; used to derive existing Dn50 for damage number calculations |
leeside_mass |
numeric | kg | — | Type 3 | Leeside armor stone mass; used to derive existing Dn50 for damage number calculations |
seaside_design_S |
numeric | — | 0 |
Type 3 | PROS design seaside damage limit state S for stone sizing. Set to 0 to compute required Dn50 |
leeside_design_S |
numeric | — | 0 |
Type 3 | PROS design leeside damage limit state S for stone sizing. Set to 0 to compute required Dn50 |
seaside_S_uls |
numeric | — | 15 |
Type 3 | LCS-CSR seaside ultimate limit state (ULS) damage number |
leeside_S_uls |
numeric | — | 15 |
Type 3 | LCS-CSR leeside ultimate limit state (ULS) damage number |
Control which structural response quantities are computed. Sourced from Excel; some are enforced or overridden at runtime by call_environment_setup.m based on struc_type.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
compute_q |
logical | — | 1 |
All | Compute mean overtopping discharge rate per unit width q (EurOtop): 0=Off, 1=On. Forced to 1 at runtime if compute_nappe=1
|
compute_q_vol |
logical | — | 1 |
All | Compute overtopping discharge volume per unit width (EurOtop, rubblemound only): 0=Off, 1=On. Forced to 0 for workflow=4 |
compute_wave_transmission |
logical | — | 1 |
All | Compute wave transmission coefficient Kt (EurOtop): 0=Off, 1=On |
compute_damaging_depth |
logical | — | 0 |
All | Compute damaging depth response: 0=Off, 1=On |
compute_damaging_depth_Ks |
numeric | — | 1 |
All | Shielding parameter Ks used in damaging depth calculation. Only used when compute_damaging_depth=1
|
compute_damaging_depth_slope |
numeric | — | — | All | Bottom slope tan(β) used in damaging depth calculation. Only used when compute_damaging_depth=1
|
compute_r2p |
logical | — | 1 |
Types 1, 3 | Compute 2% run-up height R2% (EurOtop): 0=Off, 1=On. Not applicable to Type 2 |
compute_dn50_seaside |
logical | — | 1 |
Type 3 | Compute seaward median stone size Dn50 response (Melby momentum flux method): 0=Off, 1=On |
compute_dn50_leeside |
logical | — | 1 |
Type 3 | Compute landward median stone size Dn50 response (Van Gent): 0=Off, 1=On |
compute_dn50_submerged |
logical | — | 1 |
Type 3 | Compute Dn50 responses when the structure is submerged (CEM VI-5-25): 0=Off, 1=On |
compute_p1 |
logical | — | 1 |
Type 2 | Compute surface pressure P1 (Goda): 0=Off, 1=On. Only applicable to Type 2 |
compute_p2_p3 |
logical | — | 1 |
Type 2 | Compute uplift pressure P2 and toe pressure P3 (Goda): 0=Off, 1=On. Only applicable to Type 2 |
compute_nappe |
logical | — | 1 |
Type 2 | Compute nappe responses: 0=Off, 1=On. Only applicable to Type 2. Enabling this forces compute_q=1
|
Uncertainty parameters used by the uncertainty engine. Sourced from Excel. Note: chs_swl_u_a, chs_swl_u_r, chs_swl_b_a, and chs_swl_b_r may be overwritten at runtime by call_chs_storm_quality_check.m when a valid regional bias file is found.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
chs_swl_u_a |
numeric | m | — | All | Still water level (SWL) absolute uncertainty U_a |
chs_swl_u_r |
numeric | — | — | All | Still water level (SWL) proportional uncertainty U_r |
chs_hm0_u_a |
numeric | m | 0.30 |
All | Significant wave height Hm0 absolute uncertainty U_a |
chs_hm0_u_r |
numeric | — | 0.30 |
All | Significant wave height Hm0 proportional uncertainty U_r |
dn50_u |
numeric | m | 0.15 |
All | Median stone size Dn50 uncertainty |
q_u |
numeric | m³/s/m | 0.78 |
All | Mean overtopping discharge uncertainty |
r2p_u |
numeric | m | 0.13 |
All | Run-up R2% uncertainty |
p1_u |
numeric | N/m² | — | Type 2 | Surface pressure P1 uncertainty. Present in all Excel files but only meaningful for Type 2 (Floodwall) |
Only used when workflow=3 (Life Cycle Simulation). Sourced from Excel.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
mcs_nLC |
integer | — | 1000 |
All (workflow=3) | Number of life cycles to simulate in the Monte Carlo simulation |
mcs_nYears |
integer | years | 50 |
All (workflow=3) | Number of years per life cycle |
Cumulative Storm Response (CSR) / Damage Progression Analysis (DPA) settings. Only active when workflow=3. Sourced from Excel.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
csr_call_dpa |
logical | — | 0 |
Type 3 | Activate the CSR-DPA module: 0=Off, 1=On. Only meaningful for Type 3 |
csr_apply_structure_repair |
logical | — | 0 |
Type 3 | Allow structure repair during DPA analysis: 0=Off, 1=On |
csr_compute_S_submerged |
logical | — | 1 |
Type 3 | Compute Dn50 responses when submerged during DPA (CEM VI-5-25): 0=Off, 1=On |
csr_apply_cutoff_correction |
logical | — | 0 |
All | Apply a cutoff elevation correction in DPA: 0=Off, 1=On |
csr_cutoff_offset |
numeric | m | 0 |
All | Cutoff elevation delta for DPA correction. Must be ≥ 0. Only used when csr_apply_cutoff_correction=1
|
Probabilistic Response Output System (PROS) settings. Only active when workflow=1 or workflow=4. Sourced from Excel.
| Field | Type | Units | Default | Applicability | Description |
|---|---|---|---|---|---|
pros_compute_forcing_HC |
integer | — | 1 |
All (workflow=1,4) | Compute hazard curves for waves and water level: 1=On, 0=Off. Forced to 1 at runtime when workflow=4 or when nappe/P2P3 responses are requested |
pros_use_aep |
logical | — | 0 |
All (workflow=1,4) | Hazard curve x-axis convention: 1=Annual Exceedance Probability (AEP), 0=Annual Exceedance Frequency (AEF) |
pros_plot_hc |
logical | — | 1 |
All (workflow=1,4) | Plot individual response hazard curves: 0=Off, 1=On |
pros_plot_forcing_hc_w_pot |
logical | — | 1 |
All (workflow=1,4) | Plot forcing hazard curves with POT sample overlay: 0=Off, 1=On |
pros_plot_prioty_comp |
logical | — | 0 |
All (workflow=1,4) | Plot RB1 priority dataset response comparisons: 0=Off, 1=On |
pros_plot_hc_xsec |
logical | — | 1 |
All (workflow=1,4) | Plot hazard curve cross-section plots: 0=Off, 1=On |
These fields are not present in the Excel input files. They are computed and appended to config by MATLAB setup and processing functions.
| Field | Type | Source File | Description |
|---|---|---|---|
stormsim_input_file |
string | call_input_parser.m |
Absolute path to the Excel input file used for the run |
gravity_constant |
numeric | call_input_parser.m |
Gravitational acceleration constant (9.80665 m/s²) |
temp_path |
string | call_input_parser.m |
Path to temporary working directory created during CHS zip extraction ('Temp' or 'Temp_N'); empty string if no zip |
chs_files_2_convert |
cell (Nx2) | call_input_parser.m |
Cell array of CHS h5 file paths and filenames queued for conversion |
region |
string | call_input_parser.m |
CHS study region identifier parsed from the CHS filename (e.g., 'CHS-GLMH') |
sp_ID |
numeric | call_input_parser.m |
CHS ADCIRC savepoint ID (integer, or [] if not applicable) |
sp_ID_wave |
numeric | call_input_parser.m |
CHS wave model savepoint ID (integer, or [] if not applicable) |
name_prefix |
string | call_input_parser.m |
Base string prefix for naming all output .mat files; includes simulation directory and region |
Nyrs_XC |
numeric | call_input_parser.m |
Number of years in the extratropical storm record; 0 if sampling is TC-only |
Nstm_XC |
numeric | call_input_parser.m |
Number of extratropical storms in record; only set for XC or CC sampling |
u_engine |
logical | call_input_parser.m |
Hotstart state flag: 1 if uncertainty engine has already been applied to project_forcing, 0 otherwise |
f_adjust |
logical | call_input_parser.m |
Hotstart state flag: 1 if forcing adjustments have been applied, 0 otherwise |
compute_dn50_lcbw |
logical | call_input_parser.m |
Compute low-crested breakwater (LCBW) Dn50 stability. Forced to 0 for Types 1–3; reserved for Type 4 |
structure_dir |
numeric | call_input_parser.m |
Structure orientation direction relative to waves (0 = shore-normal). Not yet implemented; hardcoded 0
|
chs_wDir_u_a |
numeric | call_input_parser.m |
Wave direction absolute uncertainty. Not yet implemented; hardcoded 0
|
tide_std |
numeric | call_input_parser.m |
Tidal standard deviation. Not yet implemented; hardcoded 0
|
print_progress |
logical | call_input_parser.m |
Toggle progress output to the command window; always true
|
chs_swl_b_a |
numeric |
call_input_parser.m / call_chs_storm_quality_check.m
|
SWL absolute bias correction. Loaded from a previous saved config if the bias file matches; otherwise computed by call_chs_storm_quality_check.m for TC storms |
chs_swl_b_r |
numeric |
call_input_parser.m / call_chs_storm_quality_check.m
|
SWL proportional bias correction. Same sourcing logic as chs_swl_b_a
|
| Field | Type | Source File | Description |
|---|---|---|---|
out_files |
struct | call_environment_setup.m |
Struct holding all output file paths for the simulation run (see subfields below) |
out_files.storm_and_prob_mass |
string | call_environment_setup.m |
Full path to the transect-level storm + prob_mass .mat file |
out_files.chs_data |
string | call_environment_setup.m |
Full path to the raw CHS_Data .mat file |
out_files.config |
string | call_environment_setup.m |
Full path to the case-level config .mat save file |
out_files.resp_data |
string | call_environment_setup.m |
Full path to the response data .mat file |
out_files.project_forcing |
string | call_environment_setup.m |
Full path to the project_forcing .mat file |
The following fields are overridden at runtime by call_environment_setup.m based on structure type and configuration logic:
| Field | Override Condition | Effect |
|---|---|---|
berm_elevation |
add_berm == 0 |
Set to toe_elevation (Types 1,3) or wall_bottom_elevation (Type 2) |
toe_elevation |
Type 2 and add_berm == 0
|
Set to wall_bottom_elevation
|
berm_slope |
add_berm == 0 |
Forced to 0
|
berm_width |
add_berm == 0 |
Forced to 0
|
compute_q |
compute_nappe == 1 |
Forced to 1 (nappe computation requires q) |
create_wlp |
use_peaks or use_timeseries is 0
|
Forced to 0
|
create_whp |
use_peaks or use_timeseries is 0
|
Forced to 0
|
workflow |
workflow == 2 |
Remapped to 1 (EVA is an alias for PROS at runtime) |
storm_sampling |
TC probability masses not found | Forced to 'XC' as a fallback |
pros_compute_forcing_HC |
workflow == 4 or nappe/P2P3 requested |
Forced to 1
|
compute_q_vol |
workflow == 4 |
Forced to 0 (cannot integrate q hazard curve in FB mode) |
| Field | Type | Description |
|---|---|---|
chs_swl_b_a |
numeric | Overwrites the value set by call_input_parser.m with the regional bias value for TC storms |
chs_swl_b_r |
numeric | Overwrites the value set by call_input_parser.m with the regional proportional bias for TC storms |
chs_swl_u_a |
numeric | Overwrites the Excel-sourced value with the regionally calibrated SWL absolute uncertainty |
chs_swl_u_r |
numeric | Overwrites the Excel-sourced value with the regionally calibrated SWL proportional uncertainty |
Note: The authoritative schema for user-configurable fields is the
SS_*.xlsxExcel input files (Model Variable Symbolcolumn). This document is derived fromStormSim_Librarysource code and the three Excel input files (levee, floodwall, rubblemound).