You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mTEPES=ConcreteModel('Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.5 - April 21, 2025')
43
-
print( 'Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.5 - April 21, 2025', file=open(f'{_path}/openTEPES_version_{CaseName}.log','w'))
42
+
mTEPES=ConcreteModel('Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.5 - May 19, 2025')
43
+
print( 'Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.5 - May 19, 2025', file=open(f'{_path}/openTEPES_version_{CaseName}.log','w'))
mTEPES.pNetLoInvest=Param(mTEPES.lc, initialize=pNetLoInvest.to_dict() , within=NonNegativeReals, doc='Lower bound of the electric line investment decision', mutable=True)
1580
1585
mTEPES.pNetUpInvest=Param(mTEPES.lc, initialize=pNetUpInvest.to_dict() , within=NonNegativeReals, doc='Upper bound of the electric line investment decision', mutable=True)
1581
1586
mTEPES.pIndBinLinePTDF=Param(mTEPES.la, initialize=pIndBinLinePTDF.to_dict() , within=Binary , doc='Binary indicator of line with' )
Copy file name to clipboardExpand all lines: openTEPES/openTEPES_Main.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -660,7 +660,7 @@
660
660
# For more information on this, and how to apply and follow the GNU AGPL, see
661
661
# <https://www.gnu.org/licenses/>.
662
662
663
-
# Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - April 21, 2025
663
+
# Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - May 19, 2025
664
664
# simplicity and transparency in power systems planning
665
665
666
666
# Developed by
@@ -686,7 +686,7 @@
686
686
# import pkg_resources
687
687
from .openTEPESimportopenTEPES_run
688
688
689
-
print('\033[1;32mOpen Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.5 - April 21, 2025\033[0m')
689
+
print('\033[1;32mOpen Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.5 - May 19, 2025\033[0m')
690
690
print('\033[34m#### Academic research license - for non-commercial use only ####\033[0m \n')
691
691
692
692
parser=argparse.ArgumentParser(description='Introducing main parameters...')
0 commit comments