psr-factory 5.0.0b44__py3-none-win_amd64.whl → 5.0.0b46__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of psr-factory might be problematic. Click here for more details.
- psr/factory/__init__.py +1 -1
- psr/factory/factory.dll +0 -0
- psr/factory/factory.pmd +5 -2
- psr/factory/factory.pmk +17 -1
- {psr_factory-5.0.0b44.dist-info → psr_factory-5.0.0b46.dist-info}/METADATA +1 -1
- {psr_factory-5.0.0b44.dist-info → psr_factory-5.0.0b46.dist-info}/RECORD +9 -9
- {psr_factory-5.0.0b44.dist-info → psr_factory-5.0.0b46.dist-info}/WHEEL +0 -0
- {psr_factory-5.0.0b44.dist-info → psr_factory-5.0.0b46.dist-info}/licenses/LICENSE.txt +0 -0
- {psr_factory-5.0.0b44.dist-info → psr_factory-5.0.0b46.dist-info}/top_level.txt +0 -0
psr/factory/__init__.py
CHANGED
psr/factory/factory.dll
CHANGED
|
Binary file
|
psr/factory/factory.pmd
CHANGED
|
@@ -2698,7 +2698,7 @@ DEFINE_MODEL MODL:Optgen_Configuracao
|
|
|
2698
2698
|
VETOR INTEGER StageSeasonProfileMap INDEX DateStageSeasonProfileMap
|
|
2699
2699
|
VETOR DATE DateStageSeasonDetailsMap
|
|
2700
2700
|
VETOR INTEGER StageSeasonDetailsMap INDEX DateStageSeasonDetailsMap
|
|
2701
|
-
|
|
2701
|
+
|
|
2702
2702
|
VETOR DATE DateStageSeasonMap
|
|
2703
2703
|
VETOR INTEGER StageSeasonMap INDEX DateStageSeasonMap
|
|
2704
2704
|
VETOR DATE DateDayTypicalDayMap
|
|
@@ -2823,6 +2823,9 @@ DEFINE_MODEL MODL:Optgen_ProjetoExpansao
|
|
|
2823
2823
|
PARM REAL EmissionCost
|
|
2824
2824
|
PARM INTEGER O&MVarFlag DEFAULT 0
|
|
2825
2825
|
|
|
2826
|
+
VECTOR INTEGER YearDegradationFactor
|
|
2827
|
+
VECTOR REAL DegradationFactor INDEX YearDegradationFactor
|
|
2828
|
+
|
|
2826
2829
|
END_MODEL
|
|
2827
2830
|
//--------------------------------------------------------------------------------------------------
|
|
2828
2831
|
// Modelo para Cronograma de Desembolso
|
|
@@ -2980,7 +2983,7 @@ DEFINE_MODEL Optgen_DatParm_Config
|
|
|
2980
2983
|
PARM INTEGER IniMonthTsk2
|
|
2981
2984
|
PARM INTEGER InitialStageTsk2
|
|
2982
2985
|
PARM INTEGER NumberStagesTsk2
|
|
2983
|
-
|
|
2986
|
+
|
|
2984
2987
|
VECTOR INTEGER RollingHorizonYear
|
|
2985
2988
|
VECTOR INTEGER RollingHorizonNumberOfYears
|
|
2986
2989
|
VECTOR REAL RollingHorizonGAP
|
psr/factory/factory.pmk
CHANGED
|
@@ -6327,6 +6327,22 @@ END_DATA
|
|
|
6327
6327
|
END_MASK
|
|
6328
6328
|
//---------------------------------------------------------------------
|
|
6329
6329
|
//---------------------------------------------------------------------
|
|
6330
|
+
DEFINE_MASK CSVDATA OPTGEN_datdegy
|
|
6331
|
+
|
|
6332
|
+
DEFINE_HEADER
|
|
6333
|
+
!year,cod,Name,typ,factor
|
|
6334
|
+
END_HEADER
|
|
6335
|
+
|
|
6336
|
+
DEFINE_DATA
|
|
6337
|
+
YearDegradationFactor INTEGER,1 AUTOSET
|
|
6338
|
+
Code INTEGER,2
|
|
6339
|
+
Name STRING,3
|
|
6340
|
+
Type INTEGER,4
|
|
6341
|
+
DegradationFactor REAL,5 AUTOSET
|
|
6342
|
+
END_DATA
|
|
6343
|
+
END_MASK
|
|
6344
|
+
//---------------------------------------------------------------------
|
|
6345
|
+
//---------------------------------------------------------------------
|
|
6330
6346
|
DEFINE_MASK CSVDATA OPTGEN_datcont
|
|
6331
6347
|
|
|
6332
6348
|
DEFINE_HEADER
|
|
@@ -13035,7 +13051,7 @@ DEFINE_MASK CSVDATA SDDP_v14.0_opechd
|
|
|
13035
13051
|
|
|
13036
13052
|
DEFINE_HEADER
|
|
13037
13053
|
$version=1
|
|
13038
|
-
!Code,Name
|
|
13054
|
+
!Code,Name,TurbiningTravelTime,SpillingTravelTime,DischargeRampUp,DischargeRampDown,RampUp,RampDown,Commitment,StartupCost,MaxStartup,TurbRampUp,TurbRampDown,SpilRampUp,SpilRampDown,ForebayRampUp,ForebayRampDown,ForebayRampUpDay,ForebayRampDownDay
|
|
13039
13055
|
END_HEADER
|
|
13040
13056
|
|
|
13041
13057
|
DEFINE_DATA
|
|
@@ -16,11 +16,11 @@ psr/execqueue/config.py,sha256=rUOzO5dtTkwWoZlZfk06K9RE94xCx53T1bJ1h5JaDUo,1446
|
|
|
16
16
|
psr/execqueue/db.py,sha256=sNr_StNEgZZQCKcyCWiB1WrQJIhE9UvLUxPA2tWiXGs,8498
|
|
17
17
|
psr/execqueue/server.py,sha256=LolYERWRt96P_ip4yKU7DsN7M_n9d_pbflbT0ckUV0E,15782
|
|
18
18
|
psr/execqueue/watcher.py,sha256=R1dyXJ-OYn_QjqdItBwbLJZQ2LcbtdHqnRaYkyphi4w,5637
|
|
19
|
-
psr/factory/__init__.py,sha256=
|
|
19
|
+
psr/factory/__init__.py,sha256=1TGDAVfKydHknOPYq3mnH9MaRCOK64uBMBTEAeZAs4o,219
|
|
20
20
|
psr/factory/api.py,sha256=QASwrk5SbbAqz63u7EhGoBBqqXOqMnicjL-eJ3gOGe0,104270
|
|
21
|
-
psr/factory/factory.dll,sha256=
|
|
22
|
-
psr/factory/factory.pmd,sha256=
|
|
23
|
-
psr/factory/factory.pmk,sha256=
|
|
21
|
+
psr/factory/factory.dll,sha256=mYJgExkeceC_dtcyiHLevDlK7TAS3ulBLr8ScPlDNcE,18723152
|
|
22
|
+
psr/factory/factory.pmd,sha256=XCa78VZaYplQTjx3H3lkIqUh-iIwIa1FO8ElU0DiGtY,251366
|
|
23
|
+
psr/factory/factory.pmk,sha256=xUmWIJKh_I3Ng9BVhaxB3I9xNXR3e--QnWlSgaN2m5A,600775
|
|
24
24
|
psr/factory/factorylib.py,sha256=o5Irbw6k-yIOJVUtDu2YYqw2x16P2LmCdouImwSssdw,28290
|
|
25
25
|
psr/factory/libcurl-x64.dll,sha256=I6-VFSZyO5C-hV4pGmFHRblnSO6E3wBWze_0LVnKboA,5317968
|
|
26
26
|
psr/factory/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -36,8 +36,8 @@ psr/psrfcommon/tempfile.py,sha256=5S13wa2DCLYTUdwbLm_KMBRnDRJ0WDlu8GO2BmZoNdg,39
|
|
|
36
36
|
psr/runner/__init__.py,sha256=kI9HDX-B_LMQJUHHylFHas2rNpWfNNa0pZXoIvX_Alw,230
|
|
37
37
|
psr/runner/runner.py,sha256=hCVH62HAZK_M9YUiHQgqCkMevN17utegjfRIw49MdvM,27542
|
|
38
38
|
psr/runner/version.py,sha256=mch2Y8anSXGMn9w72Z78PhSRhOyn55EwaoLAYhY4McE,194
|
|
39
|
-
psr_factory-5.0.
|
|
40
|
-
psr_factory-5.0.
|
|
41
|
-
psr_factory-5.0.
|
|
42
|
-
psr_factory-5.0.
|
|
43
|
-
psr_factory-5.0.
|
|
39
|
+
psr_factory-5.0.0b46.dist-info/licenses/LICENSE.txt,sha256=N6mqZK2Ft3iXGHj-by_MHC_dJo9qwn0URjakEPys3H4,1089
|
|
40
|
+
psr_factory-5.0.0b46.dist-info/METADATA,sha256=g5En9jBjFaBfODaXZyI12X8ofcFHlWuOSdeDIeZVlPc,3486
|
|
41
|
+
psr_factory-5.0.0b46.dist-info/WHEEL,sha256=ZjXRCNaQ9YSypEK2TE0LRB0sy2OVXSszb4Sx1XjM99k,97
|
|
42
|
+
psr_factory-5.0.0b46.dist-info/top_level.txt,sha256=Jb393O96WQk3b5D1gMcrZBLKJJgZpzNjTPoldUi00ck,4
|
|
43
|
+
psr_factory-5.0.0b46.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|