Showing posts with label ICM SWMM Snow Pack Variable Names for SQL and Ruby Scripts. Show all posts
Showing posts with label ICM SWMM Snow Pack Variable Names for SQL and Ruby Scripts. Show all posts

Sunday, January 15, 2023

ICM SWMM Snow Pack Variable Names for SQL and Ruby Scripts

    The file "opwrowobjectlayoutswmm.xml" is a data file used by the Integrated Urban Water Management Model (ICM) software. The ICM software is used to simulate and analyze the performance of stormwater management systems, including the design and operation of stormwater collection and conveyance systems.

The file "opwrowobjectlayoutswmm.xml" contains variable names specific to the SWMM (Storm Water Management Model) conduit feature in the ICM software. These variable names are used in SQL and Ruby scripts, which are programming languages used to manipulate and analyze the data generated by the ICM software.

These variable names are used to represent the different attributes of a snowpack within the ICM software and the SQL and Ruby scripts allow users to access and manipulate that data in a variety of ways.

<table name="sw_snow_pack">
<group name="Snow pack definition">
id
</group>
<group name="Plowable snow pack">
plow_min_melt
plow_max_melt
plow_base_temp
plow_free_water
plow_snow_depth
plow_initial_free_water
fraction_plowable
</group>
<group name="Impervious snow pack">
imp_min_melt
imp_max_melt
imp_base_temp
imp_free_water
imp_snow_depth
imp_initial_free_water
imp_100_cover
</group>
<group name="Pervious snow pack">
perv_min_melt
perv_max_melt
perv_base_temp
perv_free_water
perv_snow_depth
perv_initial_free_water
perv_100_cover
</group>
<group name="Snow removal">
plow_depth
out_of_watershed
to_impervious
to_pervious
to_immediate_melt
to_subcatchment
subcatchment_id


The Goal of SWMM5 Input Files

 ðŸŒŸ SWMM5 (Storm Water Management Model 5) is a widely used urban hydrology and hydraulic modeling software developed by the United States E...