-
Notifications
You must be signed in to change notification settings - Fork 12
Occupancy Types
Occupancy types are utilized to define the characteristics of a group of structures in a structure inventory. An example would be single family residential structures with one story and no basement. The default name for that class of structures is called "RES1-1SNB" or "Residential 1, one story no basement". Structures in this grouping are generally similar in their susceptibility to structure and content damages from natural hazards.
For any inventory there is likely a variety of occupancy types that describe the main groupings of structures for the structure inventory. The go-consequences library comes with a default set of approximately 40 occupancy types. The list of occupancy types are described by the struct OccupancyTypesContainer. This struct simply exists to provide a single struct to manage access to the map of occupancy types based on the names stored in the structure inventory. The high level organizational struct stores a map of string (the name of the occupancy type) and an OccupancyTypeStochastic. The occupancy type is stored as an OccupancyTypeStochastic to allow attributes of the occupancy type to be stored as distributions. From an OccupancyTypeStochastic an OccupancyTypeDeterministic can be generated based off of a random sample or off of the central tendencies of the distributions that represent the occupancy type.
An OccupancyTypeStochastic is described by the following attributes:
- A name
- A map of string and DamageFunctionFamilyStochastic
The string representation in the map is for a component of an occupancy type, this allows a variety of damage function families to be described for various components that compose an occupancy type. Examples are "structure", "contents", "car", or "other".
A DamageFunctionFamilyStochastic contains a map of hazard.Parameter and a DamageFunctionStochastic. The hazard.Parameter represents a compound hazard for example, Depth and Salinity, or Depth Salinity and MediumWave, or only Depth. This allows a variety of damage functions to be stored (with uncertainty) for each component of an occupancy type.
A DamageFunctionStochastic stores:
- A source
- A damage driving parameter
- An UncertaintyPairedData
The source describes where the damage function comes from, (e.g. the USACE Economic Guidance Memorandum for Single Family Residential structures, or the FEMA coastal PFRA curves). The damage driving parameter signals the type representation on the x axis of the uncertainty paired data function, the y value is always a continuous distribution of percent damage. An example DamageFunctionStochastic is serialized below in JSON format, in this case the y distributions are defined by a trangular distribution and the damage driving parameter is erosion.
{
"source": "NACCS Coastal Erosion Contents Curve bhrercn",
"damagedriver": "erosion",
"damagefunction": {
"xvalues": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100],
"ydistributions": [{
"type": "TriangularDistribution",
"parameters": {
"min": 0,
"mostlikely": 0,
"max": 0.5
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 0.5,
"mostlikely": 1,
"max": 2.25
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 0.5,
"mostlikely": 1.75,
"max": 4.5
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 0.5,
"mostlikely": 4.7,
"max": 5.5
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 0.75,
"mostlikely": 4.8,
"max": 6.5
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 0.75,
"mostlikely": 5,
"max": 8
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 0.75,
"mostlikely": 7.25,
"max": 9
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 1,
"mostlikely": 7.85,
"max": 10
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 2,
"mostlikely": 8,
"max": 11
}
}, {
"type": "TriangularDistribution",
"parameters": {
"min": 3.5,
"mostlikely": 8,
"max": 11
}
}]
}
}
| occtype | componenttype | compoundhazard | damageDriver | source |
|---|---|---|---|---|
| RES1-1SNB | contents | depth | depth | EGM damage functions |
| RES1-1SNB | contents | erosion | erosion | NACCS (OsNbErCn) |
| RES1-1SNB | contents | salinity, depth | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB | contents | waveheight, highwaveheight, depth | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB | contents | waveheight, depth, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB | contents | default | depth | EGM damage functions |
| RES1-1SNB | structure | depth | depth | EGM damage functions |
| RES1-1SNB | structure | erosion | erosion | NACCS (OsNbErSt) |
| RES1-1SNB | structure | salinity, depth | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB | structure | waveheight, highwaveheight, depth | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB | structure | waveheight, depth, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB | structure | default | depth | EGM damage functions |
| RES1-3SWB | structure | default | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| RES1-3SWB | structure | depth | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| RES1-3SWB | contents | default | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| RES1-3SWB | contents | depth | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| COM2 | contents | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM2 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM2 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM2 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM2 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM2 | structure | erosion | erosion | NACCS (CeErSt) |
| COM2 | structure | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM2 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| COM8 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM8 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM8 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM8 | contents | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM8 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM8 | structure | erosion | erosion | NACCS (CeErSt) |
| COM8 | structure | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM8 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| IND1 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| IND1 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| IND1 | structure | erosion | erosion | NACCS (CeErSt) |
| IND1 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| IND1 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| IND1 | contents | erosion | erosion | NACCS (CeErNPCn) |
| IND2 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| IND2 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| IND2 | structure | erosion | erosion | NACCS (CeErSt) |
| IND2 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| IND2 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| IND2 | contents | erosion | erosion | NACCS (CeErNPCn) |
| IND5 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| IND5 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| IND5 | structure | erosion | erosion | NACCS (CeErSt) |
| IND5 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| IND5 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| IND5 | contents | erosion | erosion | NACCS (CeErNPCn) |
| RES6 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES6 | contents | erosion | erosion | NACCS (TsrNbErCn) |
| RES6 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES6 | structure | erosion | erosion | NACCS (TsrNbErSt) |
| RES6 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES6 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| APT | contents | erosion | erosion | NACCS (BhrErCn) |
| APT | structure | erosion | erosion | NACCS (BhrErSt) |
| COM7 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM7 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM7 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM7 | contents | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM7 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM7 | structure | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM7 | structure | erosion | erosion | NACCS (CeErSt) |
| COM7 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| PUB-Masonry | contents | erosion | erosion | NACCS (CeErNPCn) |
| PUB-Masonry | structure | erosion | erosion | NACCS (CeErSt) |
| RES1-2SNB-PIER | contents | salinity, depth, waveheight, highwaveheight | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB-PIER | contents | default | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB-PIER | contents | depth, waveheight, mediumwaveheight | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB-PIER | contents | depth, salinity | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB-PIER | structure | depth, waveheight, highwaveheight, salinity | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB-PIER | structure | default | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB-PIER | structure | salinity, depth | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB-PIER | structure | depth, waveheight, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage curves |
| RES5 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES5 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES5 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES5 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| IND3 | contents | erosion | erosion | NACCS (CeErNPCn) |
| IND3 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| IND3 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| IND3 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| IND3 | structure | erosion | erosion | NACCS (CeErSt) |
| IND3 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| AGR1 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| AGR1 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| AGR1 | contents | erosion | erosion | NACCS (CeErNPCn) |
| AGR1 | structure | erosion | erosion | NACCS (CeErSt) |
| AGR1 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| AGR1 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM1 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM1 | contents | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM1 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM1 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM1 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| COM1 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM1 | structure | erosion | erosion | NACCS (CeErSt) |
| COM1 | structure | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM9 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM9 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM9 | contents | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM9 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM9 | structure | erosion | erosion | NACCS (CeErSt) |
| COM9 | structure | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM9 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| COM9 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| EDU2 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| EDU2 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| EDU2 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| EDU2 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| GOV2 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| GOV2 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| GOV2 | contents | erosion | erosion | NACCS (CeErNPCn) |
| GOV2 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| GOV2 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| GOV2 | structure | erosion | erosion | NACCS (CeErSt) |
| RES2 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES2 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES2 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES2 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES4 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES4 | structure | erosion | erosion | NACCS (BhrErSt) |
| RES4 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES4 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES4 | contents | erosion | erosion | NACCS (BhrErCn) |
| RES4 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM6 | contents | erosion | erosion | NACCS (BhrErCn) |
| COM6 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM6 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM6 | contents | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM6 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM6 | structure | erosion | erosion | NACCS (BhrErSt) |
| COM6 | structure | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM6 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| GOV1 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| GOV1 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| GOV1 | contents | erosion | erosion | NACCS (CeErNPCn) |
| GOV1 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| GOV1 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| GOV1 | structure | erosion | erosion | NACCS (CeErSt) |
| RES1-2SNB | contents | erosion | erosion | NACCS (TsrNbErCn) |
| RES1-2SNB | contents | waveheight, depth, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB | contents | salinity, waveheight, highwaveheight, depth | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB | contents | default | depth | EGM Depth Damage Curve |
| RES1-2SNB | contents | depth | depth | EGM Depth Damage Curve |
| RES1-2SNB | contents | depth, salinity | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB | structure | waveheight, depth, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB | structure | depth, salinity | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB | structure | erosion | erosion | NACCS (TsrNbErSt) |
| RES1-2SNB | structure | depth, waveheight, highwaveheight, salinity | depth | FEMA coastal PFRA damage curves |
| RES1-2SNB | structure | default | depth | EGM Depth Damage Curve |
| RES1-2SNB | structure | depth | depth | EGM Depth Damage Curve |
| RES1-SLNB | structure | default | depth | EGM Depth Damage Curve |
| RES1-SLNB | structure | depth | depth | EGM Depth Damage Curve |
| RES1-SLNB | structure | erosion | erosion | NACCS (TsrBErSt) |
| RES1-SLNB | contents | erosion | erosion | NACCS (TsrBErCn) |
| RES1-SLNB | contents | default | depth | EGM Depth Damage Curve |
| RES1-SLNB | contents | depth | depth | EGM Depth Damage Curve |
| RES3D | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3D | contents | erosion | erosion | NACCS (BhrErCn) |
| RES3D | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES3D | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES3D | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3D | structure | erosion | erosion | NACCS (BhrErSt) |
| PUB-Wood | contents | erosion | erosion | NACCS (CeErNPCn) |
| PUB-Wood | structure | erosion | erosion | NACCS (CeErSt) |
| REL1 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| REL1 | contents | erosion | erosion | NACCS (CeErNPCn) |
| REL1 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| REL1 | structure | erosion | erosion | NACCS (CeErSt) |
| REL1 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| REL1 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES1-1SWB | contents | salinity, depth, waveheight, highwaveheight | depth | FEMA coastal PFRA damage functions |
| RES1-1SWB | contents | default | depth | EGM Depth Damage Curve |
| RES1-1SWB | contents | depth | depth | EGM Depth Damage Curve |
| RES1-1SWB | contents | depth, salinity | depth | FEMA coastal PFRA damage curves (combined finished and unfinished basement) |
| RES1-1SWB | contents | mediumwaveheight, salinity, waveheight, depth | depth | FEMA coastal PFRA damage curves (combined finished and unfinished basement) |
| RES1-1SWB | contents | erosion | erosion | NACCS (SsrBErCn) |
| RES1-1SWB | structure | depth, salinity | depth | FEMA coastal PFRA damage curves (combined finished and unfinished basement) |
| RES1-1SWB | structure | erosion | erosion | NACCS (SsrBErSt) |
| RES1-1SWB | structure | depth, waveheight, highwaveheight, salinity | depth | FEMA coastal PFRA damage functions |
| RES1-1SWB | structure | waveheight, depth, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage curves (combined finished and unfinished basement) |
| RES1-1SWB | structure | default | depth | EGM Depth Damage Curve |
| RES1-1SWB | structure | depth | depth | EGM Depth Damage Curve |
| COM4 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM4 | contents | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM4 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM4 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM4 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM4 | structure | erosion | erosion | NACCS (CeErSt) |
| COM4 | structure | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM4 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| EDU1 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| EDU1 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| EDU1 | contents | erosion | erosion | NACCS (CeErNPCn) |
| EDU1 | structure | erosion | erosion | NACCS (CeErSt) |
| EDU1 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| EDU1 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| HIGH | contents | erosion | erosion | NACCS (BhrErCn) |
| HIGH | structure | erosion | erosion | NACCS (BhrErSt) |
| IND | contents | erosion | erosion | NACCS (CeErNPCn) |
| IND | structure | erosion | erosion | NACCS (CeErSt) |
| PUB | contents | erosion | erosion | NACCS (CeErNPCn) |
| PUB | structure | erosion | erosion | NACCS (CeErSt) |
| RES1-3SNB | contents | default | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| RES1-3SNB | contents | depth | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| RES1-3SNB | contents | erosion | erosion | NACCS (TsrNbErCn) |
| RES1-3SNB | structure | erosion | erosion | NACCS (TsrNbErSt) |
| RES1-3SNB | structure | default | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| RES1-3SNB | structure | depth | depth | HEC-FIA Depth Damage Curve (Based on 2story EGM) |
| RES3A | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES3A | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3A | contents | erosion | erosion | NACCS (BhrErCn) |
| RES3A | structure | erosion | erosion | NACCS (BhrErSt) |
| RES3A | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES3A | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3C | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES3C | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3C | contents | erosion | erosion | NACCS (BhrErCn) |
| RES3C | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3C | structure | erosion | erosion | NACCS (BhrErSt) |
| RES3C | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES1-SLWB | structure | default | depth | EGM Depth Damage Curve |
| RES1-SLWB | structure | depth | depth | EGM Depth Damage Curve |
| RES1-SLWB | contents | default | depth | EGM Depth Damage Curve |
| RES1-SLWB | contents | depth | depth | EGM Depth Damage Curve |
| RES3B | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES3B | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3B | contents | erosion | erosion | NACCS (BhrErCn) |
| RES3B | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES3B | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3B | structure | erosion | erosion | NACCS (BhrErSt) |
| RES3E | contents | erosion | erosion | NACCS (BhrErCn) |
| RES3E | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES3E | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3E | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES3E | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3E | structure | erosion | erosion | NACCS (BhrErSt) |
| COM | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM | structure | erosion | erosion | NACCS (CeErSt) |
| COM10 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM10 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM10 | contents | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM10 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| COM10 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM10 | structure | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM3 | contents | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM3 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM3 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM3 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM3 | structure | depth, salinity | depth | NACCS combined curves for commercial structures |
| COM3 | structure | erosion | erosion | NACCS (CeErSt) |
| COM3 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| COM3 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM5 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| COM5 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| COM5 | contents | erosion | erosion | NACCS (CeErNPCn) |
| COM5 | contents | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM5 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| COM5 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| COM5 | structure | salinity, depth | depth | NACCS combined curves for commercial structures |
| COM5 | structure | erosion | erosion | NACCS (CeErSt) |
| IND4 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| IND4 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| IND4 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| IND4 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3F | contents | erosion | erosion | NACCS (BhrErCn) |
| RES3F | contents | default | depth | HEC-FIA damage functions (Galveston) |
| RES3F | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| RES3F | structure | erosion | erosion | NACCS (BhrErSt) |
| RES3F | structure | default | depth | HEC-FIA damage functions (Galveston) |
| RES3F | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| SFRM-B | contents | erosion | erosion | NACCS (TsrBErCn) |
| SFRM-B | structure | erosion | erosion | NACCS (TsrBErSt) |
| IND6 | contents | default | depth | HEC-FIA damage functions (Galveston) |
| IND6 | contents | depth | depth | HEC-FIA damage functions (Galveston) |
| IND6 | contents | erosion | erosion | NACCS (CeErNPCn) |
| IND6 | structure | default | depth | HEC-FIA damage functions (Galveston) |
| IND6 | structure | depth | depth | HEC-FIA damage functions (Galveston) |
| IND6 | structure | erosion | erosion | NACCS (CeErSt) |
| RES1-1SNB-PIER | contents | depth, waveheight, highwaveheight, salinity | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB-PIER | contents | default | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB-PIER | contents | depth, salinity | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB-PIER | contents | depth, waveheight, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB-PIER | structure | default | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB-PIER | structure | salinity, depth | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB-PIER | structure | salinity, mediumwaveheight, waveheight, depth | depth | FEMA coastal PFRA damage functions |
| RES1-1SNB-PIER | structure | depth, waveheight, highwaveheight, salinity | depth | FEMA coastal PFRA damage functions |
| RES1-2SWB | structure | erosion | erosion | NACCS (TsrBErSt) |
| RES1-2SWB | structure | salinity, depth, waveheight, highwaveheight | depth | FEMA coastal PFRA damage curves |
| RES1-2SWB | structure | salinity, depth | depth | FEMA coastal PFRA damage curves (combined with and without finished basement) |
| RES1-2SWB | structure | default | depth | EGM Depth Damage Curve |
| RES1-2SWB | structure | depth | depth | EGM Depth Damage Curve |
| RES1-2SWB | structure | waveheight, depth, mediumwaveheight, salinity | depth | FEMA coastal PFRA damage curves (combined with and without finished basement) |
| RES1-2SWB | contents | erosion | erosion | NACCS (TsrBErCn) |
| RES1-2SWB | contents | salinity, depth, waveheight, highwaveheight | depth | FEMA coastal PFRA damage curves |
| RES1-2SWB | contents | default | depth | EGM Depth Damage Curve |
| RES1-2SWB | contents | depth | depth | EGM Depth Damage Curve |
| RES1-2SWB | contents | depth, salinity | depth | FEMA coastal PFRA damage curves (combined with and without finished basement) |
| RES1-2SWB | contents | mediumwaveheight, salinity, depth, waveheight | depth | FEMA coastal PFRA damage curves (combined with and without finished basement) |
| SFR1-B | contents | erosion | erosion | NACCS (OsNbErCn) |
| SFR1-B | structure | erosion | erosion | NACCS (OsNbErSt) |