Skip to content

Commit

Permalink
Updating wind farm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Natarajan authored and Mahesh Natarajan committed Jun 14, 2024
2 parents e588d20 + d580f41 commit f58682d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Docs/sphinx_doc/theory/WindFarmModels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Fitch, EWP
The following are the inputs required for simulations with Fitch, EWP models.

.. code-block:: cpp
// The parametrization model - Fitch, EWP
erf.windfarm_type = "Fitch"
Expand All @@ -146,13 +146,13 @@ The following are the inputs required for simulations with Fitch, EWP models.
// If using lat_lon, then the latitude and longitude of
// the lower bottom corner of the domain has to be specified
// The following means 35 deg N, 100 deg W (note the negative sign)
erf.latitude_lo = 35.0
erf.longitude_lo = -100.0
erf.latitude_lo = 35.0
erf.longitude_lo = -100.0
// Table having the wind turbine locations
erf.windfarm_loc_table = "windturbines_1WT.txt"
// Table having the specifications of the wind turbines. All turbines are assumed to
// Table having the specifications of the wind turbines. All turbines are assumed to
// have the same specifications
erf.windfarm_spec_table = "wind-turbine_1WT.tbl"
Expand Down

0 comments on commit f58682d

Please sign in to comment.