Skip to content

Commit

Permalink
fix(raingage): add example muni_id
Browse files Browse the repository at this point in the history
  • Loading branch information
mguzman14 committed Aug 28, 2024
1 parent 81088ff commit 71827f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/user/ud/ud_97_sample_swmm.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ INSERT INTO inp_timeseries VALUES ('T5-5m', 'Rainfall', 'RELATIVE', 'T5-5m', NUL
INSERT INTO inp_timeseries VALUES ('T10-5m-e2', 'Rainfall', 'RELATIVE', 'T10-5m-e2', NULL, NULL, 2, NULL, true, NULL);
INSERT INTO inp_timeseries VALUES ('T5-5m-e2', 'Rainfall', 'RELATIVE', 'T5-5m-e2', NULL, NULL, 2, NULL, true, NULL);

INSERT INTO raingage VALUES ('RG-01', 'VOLUME', '0:05', 1.0000, 'TIMESERIES', 'T5-5m', NULL, NULL, NULL, 1, '0101000020E764000039A71EA280941941AB5F34D0B8755141');
INSERT INTO raingage VALUES ('RG-01', 'VOLUME', '0:05', 1.0000, 'TIMESERIES', 'T5-5m', NULL, NULL, NULL, 1, '0101000020E764000039A71EA280941941AB5F34D0B8755141', 1);

INSERT INTO inp_subcatchment VALUES ('S18873', '18873', 'RG-01', 0.445340, 90.0000, 49.8325, 3.0907, 89.3675, NULL, 0.0130, 0.0250, 4.2280, 0.0000, 0.0000, 'IMPERVIOUS', 100.0000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 83.0000, 0.0000, 10.0000, 2, 1, '0106000020E764000001000000010300000001000000090000008BA4E7640B8A194199858F9F99765141DF6E1F9E9889194136CE36449F7651410C7FE62A8E8919412B0F814EA47651417EE9BBDCA08919413164235EA57651416C284323088B1941A8A86A13A9765141EDB901C92C8B1941A8110F3BA3765141A45F70AE2C8B1941FDEE6C25A276514148613C53CC8A19413B120BA29B7651418BA4E7640B8A194199858F9F99765141', NULL, NULL, NULL, NULL, NULL);
INSERT INTO inp_subcatchment VALUES ('S18848', '18848', 'RG-01', 0.112395, 90.0000, 21.8935, 3.2977, 51.3370, NULL, 0.0130, 0.0250, 4.0958, 0.0000, 0.0000, 'IMPERVIOUS', 100.0000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 83.0000, 0.0000, 10.0000, 2, 1, '0106000020E76400000100000001030000000100000005000000C02C2829368B1941808967D140765141CC0E4EC7D48A1941CA7F1E88447651418E89F17F9C8A1941981B345348765141A9375F55128B1941D85C851E50765141C02C2829368B1941808967D140765141', NULL, NULL, NULL, NULL, NULL);
Expand Down

0 comments on commit 71827f3

Please sign in to comment.