-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
within ; | ||
package ScalableTestGrids | ||
extends Modelica.Icons.Package; | ||
annotation(version="1.0.0", | ||
annotation(version="1.1.0", | ||
uses(PowerGrids(version="1.0.2")), | ||
Documentation(info = "<html><head></head><body><h2><p style=\"font-size: medium; font-weight: normal;\">Copyright © 2018-2021, RTE.</p><p style=\"font-size: medium; font-weight: normal;\">ScalableTestGrids is licensed under the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one <a href=\"http://mozilla.org/MPL/2.0.\">here</a>.</p><p style=\"font-size: medium; font-weight: normal;\"></p><p style=\"font-size: 12px;\">-------------------------------------------------------------------------------------------------------------</p><p style=\"font-size: 12px;\"><span style=\"font-weight: normal;\">The ScalableTestGrids library is a library developed to test full Modelica tools, and in particular OpenModelica, performances on power system large-scale test grids. It is using the models available in the PowerGrids library to create simple but representative enough large-scale test grids that can be used to assess the performances of Modelica tools. </span></p><p style=\"font-size: 12px;\"><span style=\"font-weight: normal;\">The library was developed by <a href=\"https://www.rte-france.com/\">RTE</a> with help from <a href=\"http://www.dynamica-it.com\">Dynamica s.r.l.</a>. It is part of a larger effort to promote both the use of the Modelica language for power system modeling and the advantages of open-source approaches - for more information, go to <a href=\"http://www.dynawo.org\">Dynawo</a> website.</span></p><p></p></h2><div class=\"htmlDoc\"><p><br></p></div></body></html>")); | ||
end ScalableTestGrids; |