Implemented ABL-100WE support

This commit is contained in:
Luxferre
2024-12-08 12:58:39 +02:00
parent b335d8fcdd
commit 09790b896f
2 changed files with 6 additions and 2 deletions
Regular → Executable
+2 -1
View File
@@ -92,7 +92,8 @@ def precycle_prop_list(model: str):
# full property list for primary targets, GW-B/GMW-B models
props = [[30,0], [30,1], [30,2], [30,3], [30,4], [30,5],
[31,0], [31,1], [31,2], [31,3], [31,4], [31,5]]
if model.find('OCW') > 5 or model.find('GWR-B1000') > 5:
if model.find('OCW') > 5 or model.find('GWR-B1000') > 5 \
or model.find('ABL-100') > 5 or model.find('GD-B500') > 5:
props = [[30,0], [30,1]]
elif (model.find('B2100') > 5 or model.find('B001') > 5 \
or model.find('DW-B5600') > 5 or model.find('GST-B') > 5 \