Skip to content

Commit

Permalink
Addrssing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakshi21299 committed Apr 30, 2024
1 parent 5c24be2 commit 37a7a31
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"metadata": {},
"source": [
"## Integrating rigorous desalination models into network optimization\n",
"It is often desired to design a desalination plant at a certain desalination site in the network. However, it is not clear whatthe optimal design and operation opf the plant should be. In this notebook we show how to co-optimize the network operation and desalination design by using the integrated optimization model available in PARETO. \n",
"It is often desired to design a desalination plant at a certain desalination site in the network. However, it is not clear what the optimal design and operation opf the plant should be. In this notebook we show how to co-optimize the network operation and desalination design by using the integrated optimization model available in PARETO. \n",
"\n",
"First we import the necessary utilities to read the network data, the function to build the integrated model with MEE-MVR as the desalination model choice (`integrated_model_build`) and the `pyomo` package."
"First we import the necessary utilities to read the network data, the function to build the integrated model with MEE-MVR as the desalination model choice (`integrated_model_build`) and the Pyomo package."
]
},
{
Expand Down Expand Up @@ -60,7 +60,7 @@
"source": [
"Along with network data the integrated model inputs a dictionary with the name of the site at which the desalination unit needs to be built and the corresponding number of evaporator stages that need to be built at that site. For example if at site \"R01_IN\" we want to build an MEE-MVR unit consisting of a single evaporator stage, the dictionary will be: {\"R01\":1}\n",
"\n",
"For more information on MEE-MVR desaliantion please refer to the `mee_mvr_jupyter_notebook`. "
"For more information on MEE-MVR desalination please refer to the `mee_mvr_jupyter_notebook`. "
]
},
{
Expand Down Expand Up @@ -97,7 +97,7 @@
"metadata": {},
"source": [
"# Solving the integrated model\n",
"Now we import IPOPT - a non-linear programming solver from the `SolverFactory` available with `pyomo` to solve the integrated model."
"Now we import IPOPT - a non-linear programming solver from the `SolverFactory` available with Pyomo to solve the integrated model."
]
},
{
Expand Down

0 comments on commit 37a7a31

Please sign in to comment.