def __init__(self): import parent_hecConfig self = parent_hecConfig.setme1(self) # HEC-HMS project configuration data self.hmsProjectPath = self.hmsVersion + "LucasDitch/LUDT_DesignRuns" self.osHmsProjectPath = self.osHmsVersion + "LucasDitch/LUDT_DesignRuns" # ["LucasDitch/LUDT_DesignRuns", "LucasDiversionDitch/LDDT_DesignRuns", # "MelvinaDitch/MEDT_DesignRuns", "MPDT/MPDT_DesignRuns", # "OakLawn/OLCR_DesignRuns", "StonyCreek/HMS/STCR_DesignRuns"] self.hmsProjectName = "LUDT_Design" # ["LUDT_Design", "LDDT_HMS", "MEDT_HMS", "MPDT_revised", "OLCRHMS", "STCR_combined"] self = parent_hecConfig.setme2(self)
def __init__(self): import parent_hecConfig self = parent_hecConfig.setme1(self) # HEC-HMS project configuration data self.hmsProjectPath = self.hmsVersion + "StonyCreek/HMS/STCR_DesignRuns" self.osHmsProjectPath = self.osHmsVersion + "StonyCreek/HMS/STCR_DesignRuns" # ["LucasDitch/LUDT_DesignRuns", "LucasDiversionDitch/LDDT_DesignRuns", # "MelvinaDitch/MEDT_DesignRuns", "MPDT/MPDT_DesignRuns", # "OakLawn/OLCR_DesignRuns", "StonyCreek/HMS/STCR_DesignRuns"] self.hmsProjectName = "STCR_combined" # ["LUDT_Design", "LDDT_HMS", "MEDT_HMS", "MPDT_revised", "OLCRHMS", "STCR_combined"] self = parent_hecConfig.setme2(self) self.hmsMetFile = self.hmsProjectPath + "/100yr12hrHuffARF" self.basinin = self.hmsProjectPath + "/STCR_comb_Huff - Copy.basin" self.basinout = self.hmsProjectPath + "/STCR_comb_Huff.basin"
def __init__(self): import parent_hecConfig self = parent_hecConfig.setme1(self) # HEC-HMS project configuration data self.hmsProjectPath = self.hmsVersion + "OakLawn/OLCR_DesignRuns" self.osHmsProjectPath = self.osHmsVersion + "OakLawn/OLCR_DesignRuns" # ["LucasDitch/LUDT_DesignRuns", "LucasDiversionDitch/LDDT_DesignRuns", # "MelvinaDitch/MEDT_DesignRuns", "MPDT/MPDT_DesignRuns", # "OakLawn/OLCR_DesignRuns", "StonyCreek/HMS/STCR_DesignRuns"] self.hmsProjectName = "OLCRHMS" # ["LUDT_Design", "LDDT_HMS", "MEDT_HMS", "MPDT_revised", "OLCRHMS", "STCR_combined"] self = parent_hecConfig.setme2(self) # comment out the next line when running a 24hr version self.hmsMetFile = self.hmsProjectPath + "/100YR12HRHUFFARF" self.basinin = self.hmsProjectPath + "/OLCR_newbound - Copy.basin" self.basinout = self.hmsProjectPath + "/OLCR_newbound.basin"