Пример #1
0
    def __init__(self):
        import parent_hecConfig_Poplar
        # Sets initial batch of config options from parent_hecConfig_USC.py
        self = parent_hecConfig_Poplar.setme1(self)

        # Sets second batch of config options from parent_hecConfig_USC.py
        print("+++++++++++++++++++++++++++++++ rasProjectName ++++++++++++++++++++++++++++++")
        self.rasProjectName = "PCSB"
        self.rasProjectPath = self.modelVersion + "RAS/PCSB"
        self.parent_hecConfig = "parent_hecConfig_Poplar"
        self = parent_hecConfig_Poplar.setme2ras(self)
Пример #2
0
    def __init__(self):
        import parent_hecConfig_Poplar
        # Sets initial batch of config options from parent_hecConfig_USC.py
        self = parent_hecConfig_Poplar.setme1(self)

        # Name of directory that contains the model versions
        self.hmsProjectPath = self.modelVersion + "HEC-HMS/PC_LordsPark/"
        #self.osHmsProjectPath = self.osHmsVersion + "HMS/"
        #self.rasProjectPath = self.modelVersion + "RAS/PCEB/"
        self.hmsProjectName = "PC_LordsPark"
        self.parent_hecConfig = "parent_hecConfig_Poplar"
        self.basinin = self.hmsProjectPath + "/PCLP_Exist.basin.backup"
        self.basinout = self.hmsProjectPath + "/PCLP_Exist.basin"

        # Sets second batch of config options from parent_hecConfig_USC.py
        self = parent_hecConfig_Poplar.setme2hms(self)