> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Model East/West Dual Tilt Systems

> Workflow for modeling East-West dual tilt PV systems in PlantPredict using 5B Maverick racking as an example

This page walks through how to design and model an **East-West dual tilt** PV system in PlantPredict. The example uses **5B Maverick** racking, but the same workflow applies to any East-West dual-tilt racking product.

The general approach is:

1. Lay out the site in [Power Plant Builder (On Map)](/user-guide/ui/power-plant-builder-map-interface) using **0° tilt** so the geometry fits the site boundary correctly.
2. Clone the prediction and convert it to [Power Plant Builder (By Block)](/user-guide/ui/power-plant-builder-block) to apply a slight East/West tilt and run an energy prediction that reflects the actual module orientation.

***

## Reference and Setup

When designing an East-West dual tilt system, it helps to have a datasheet from your racking provider so you know how the table spacing works and what the dimensions of the table are.

This example uses the **5B Maverick** data sheet (available from [5B](https://5b.co/)). Two key points from the datasheet:

* East-West tables come in a **2 Modules High (E–W)** by **5 Modules Wide (N–S)** configuration.
* There is a gap between the tables in the North–South direction of approximately **2 ft**.
* The Maverick comes in either a **10 beam (90 module)** or a **9 beam (80 module)** configuration. This example uses the **10 beam (90 module)**, **30 module string length** configuration.

<Frame caption="5B Maverick deployed in the field — close-up view of the East-West dual tilt arrangement.">
  <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-5b-maverick-install.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=268becba85ba74f20e95db4ec4b1a4a4" alt="5B Maverick close-up install" width="975" height="495" data-path="images/kb-ew-dual-tilt-5b-maverick-install.png" />
</Frame>

<Frame caption="Aerial view of a completed 5B Maverick site.">
  <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-5b-maverick-aerial.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=8015a6dcbd80fc0ac07c3b2d9290df71" alt="5B Maverick aerial view" width="793" height="675" data-path="images/kb-ew-dual-tilt-5b-maverick-aerial.png" />
</Frame>

<Frame caption="5B Maverick string configuration table from the datasheet.">
  <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-5b-config-table.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=988dab9dbe5c80761e2eb5f47cf9c7ec" alt="5B Maverick string configuration table" width="975" height="258" data-path="images/kb-ew-dual-tilt-5b-config-table.png" />
</Frame>

***

## Step 1 — Create the Layout in MapBuilder

With the racking parameters in mind, start by creating a **Project** and a **MapBuilder ("Build on the Map") Prediction**.

<Steps>
  <Step title="Define the project and site boundary">
    Open the [PV Blocks & Arrays](/user-guide/ui/power-plant-builder-map-interface) section of the prediction and define the site boundary. The example site shown below is located in Ohio.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-project-header.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=c423553bb07641ab45ef624ca48d533a" alt="East-West Dual Tilt Example project header" width="545" height="210" data-path="images/kb-ew-dual-tilt-project-header.png" />
    </Frame>

    The site is **37.34 acres** and is approximately rectangular but slightly askew, so the azimuth will be adjusted later to align with the site boundaries.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-mapbuilder-initial.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=25aca9d79777d1ba7030c562c6693983" alt="MapBuilder with site boundary" width="975" height="531" data-path="images/kb-ew-dual-tilt-mapbuilder-initial.png" />
    </Frame>
  </Step>

  <Step title="Set up the inverter and module">
    Select the inverter and module for the design:

    * **Inverter**: Sungrow SG250HX string inverter
    * **Module**: Trina TSM-645DEG21C.20

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-inverter-module.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=82f091b88b89d55adbefa32b38dfc56c" alt="Inverter and module setup" width="270" height="198" data-path="images/kb-ew-dual-tilt-inverter-module.png" />
    </Frame>
  </Step>

  <Step title="Enter the MapBuilder parameters">
    With a **Desired DC Input** of **100 MWDC** (this site won't fit 100 MWDC, but we want to max it out), set the following:

    | Parameter         | Value      |
    | ----------------- | ---------- |
    | Create DC as      | **Tables** |
    | GCR               | **100 %**  |
    | Tilt Angle        | **0°**     |
    | Modules High      | **2**      |
    | Modules Wide      | **5**      |
    | Azimuth           | **90°**    |
    | North–South Roads | **0 ft**   |
    | East–West Roads   | **40 ft**  |

    <Info>
      Setting **Tilt Angle = 0°** is intentional. The modules will have a slight tilt in reality, but using 0° here produces the correct table footprint for laying out the site.
    </Info>

    <Note>
      The road settings look counterintuitive: we actually want **North–South** access roads. However, because the array is rotated 90° by the azimuth setting, the **East–West roads** in the form will run **North–South** on the ground.
    </Note>

    Click **Update DC Capacity**. The layout should look like the screenshot below.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-mapbuilder-params.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=1743475123cd3ecd424927a4e40297d4" alt="MapBuilder parameters and initial layout" width="789" height="490" data-path="images/kb-ew-dual-tilt-mapbuilder-params.png" />
    </Frame>
  </Step>
</Steps>

***

## Step 2 — Tweak the Layout with the Custom Array Editor

The initial layout looks good but needs some minor tweaks.

<Steps>
  <Step title="Enable custom arrays">
    Flip the **Use Custom Arrays** switch to **On**. This opens the [Custom Array Editor](/user-guide/ui/power-plant-builder-custom-array-editor).
  </Step>

  <Step title="Adjust tables and rows">
    Update the following values in the Custom Array Editor:

    * **Tables in Row (Left)** = **9**
    * **Tables in Row (Right)** = **9**
    * **Rows (Top)** = **9**
    * **Rows (Bottom)** = **9**

    Then adjust the **Inverter Quantity** to achieve your target **DC/AC Ratio**. In this example, **Inverter Qty = 7** gives a DC/AC ratio as close to **1.20** as possible.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-custom-array-editor.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=3c9a049bdd1d8690ea5ed3661fc087c0" alt="Custom Array Editor with tables, rows, and inverter quantity" width="975" height="769" data-path="images/kb-ew-dual-tilt-custom-array-editor.png" />
    </Frame>

    Click **Update DC Capacity** again.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-layout-21-07mw.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=abfc28e28339781949cfc198fb17602a" alt="Layout after Custom Array Editor adjustments (21.07 MW)" width="258" height="534" data-path="images/kb-ew-dual-tilt-layout-21-07mw.png" />
    </Frame>
  </Step>

  <Step title="Adjust azimuth to align with the site boundary">
    Because the site is slightly askew, adjust the **Azimuth** to make the roads and tables align with the site boundary.

    * In the Custom Array Editor, set **Azimuth = 94°**.
    * Click **Update DC Capacity**.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-layout-azimuth-94.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=9a1d74c071b0637699ea091770afd28e" alt="Layout after azimuth adjustment to 94 degrees" width="253" height="637" data-path="images/kb-ew-dual-tilt-layout-azimuth-94.png" />
    </Frame>
  </Step>

  <Step title="Optional aesthetic clean-up">
    For aesthetic purposes, you can duplicate the Power Conversion Stations that are in the **western access road** and place them in the **eastern access road**.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-layout-aesthetic-cleanup.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=816212df7fb3333a7c271a8eb112e594" alt="Layout with PCS duplicated to eastern access road" width="265" height="645" data-path="images/kb-ew-dual-tilt-layout-aesthetic-cleanup.png" />
    </Frame>

    Click the [**3D View**](/user-guide/ui/power-plant-builder-3d-view) link to see the full site from a 3D perspective and compare with the images in the racking datasheet.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-3d-view.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=21805e7836200514bd9acffad361f6b0" alt="3D view of the East-West dual tilt site" width="790" height="444" data-path="images/kb-ew-dual-tilt-3d-view.png" />
    </Frame>
  </Step>
</Steps>

***

## Step 3 — Run an Energy Prediction in Block Builder

You can use the **MapBuilder design with 0° tilt** to get a rough estimate of energy production. However, most East-West sites will have a slight East and West tilt, which increases overall energy production. To capture this, clone the MapBuilder prediction and convert it to a [Block Builder prediction](/user-guide/ui/power-plant-builder-block).

<Steps>
  <Step title="Clone and convert to Block Builder">
    1. **Clone** your MapBuilder prediction.
    2. Rename the cloned prediction so it is clear it is going to be a Block Builder prediction with a slight module slope.
    3. Open **PV Blocks & Arrays** and click the **Convert to Block Builder** button.

    <Warning>
      Once you convert a MapBuilder prediction to a Block Builder prediction, **there is no going back**. You can never recover the MapBuilder layout. That is why we recommend cloning first.
    </Warning>

    <Info>
      **GCR note:** The MapBuilder layout uses **GCR = 100 %** for layout generation. After converting to Block Builder and splitting the system into East-facing and West-facing DC Fields, set the **GCR to 50 %** for both DC Fields. Because the East and West sides are modeled separately in Block Builder, each field represents one side of the East-West table arrangement.
    </Info>
  </Step>

  <Step title="Split the DC Field">
    In the **Electrical Configuration** of the power plant, note the **MWdc of the DC Field(s)** and divide that number in half. You will create two DC Fields:

    * One for the **East-facing racks**
    * One for the **West-facing racks**
  </Step>

  <Step title="Configure the East-facing DC Field">
    On the **Table** tab of the East-facing DC Field, set:

    * **Tilt Angle = 10°**
    * **Azimuth = 94°**
    * **GCR = 50 %**

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-east-facing-dc-field.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=09f01aa1dcefd6d4b9aafdac52681613" alt="East-facing DC Field Table tab settings" width="1024" height="553" data-path="images/kb-ew-dual-tilt-east-facing-dc-field.png" />
    </Frame>

    Then click the **Field** tab and change the **Nameplate Power** to half of what is currently displayed (for example, if it started as 298.543 MW, change it to 149.272 MW).

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-east-facing-nameplate.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=48e9c7a62559ff6586d7d1c0410ae5e8" alt="East-facing DC Field Nameplate Power adjustment" width="857" height="466" data-path="images/kb-ew-dual-tilt-east-facing-nameplate.png" />
    </Frame>
  </Step>

  <Step title="Clone and configure the West-facing DC Field">
    Click the **Clone** link to create the second DC Field. The cloned field retains the **Tilt Angle = 10°** and **GCR = 50 %** inputs from the East-facing DC Field.

    Set **Azimuth = 94° + 180° = 274°**.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-west-facing-dc-field.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=4150f4a0d3befbc918e9d7ea7799443c" alt="West-facing DC Field with azimuth 274" width="840" height="457" data-path="images/kb-ew-dual-tilt-west-facing-dc-field.png" />
    </Frame>

    Confirm that the **Nameplate Power** matches the East-facing DC Field and remains half of the original converted DC Field value.
  </Step>

  <Step title="Verify the block design">
    Click the **Orange Org Chart** icon to view the Block Design. You should see **2 DC Fields connected to Inverter A in Array 1**. If there are more arrays in your design, repeat the same steps for each one.

    <Frame>
      <img src="https://mintcdn.com/terabaseenergy/nGyrOgVpi3GxoHDo/images/kb-ew-dual-tilt-block-design.png?fit=max&auto=format&n=nGyrOgVpi3GxoHDo&q=85&s=e2c40aa9b6fe5f2df91392de8ad9f058" alt="Block design with 2 DC Fields per array" width="847" height="461" data-path="images/kb-ew-dual-tilt-block-design.png" />
    </Frame>
  </Step>
</Steps>

***

## Step 4 — Run the Final Prediction

1. **Save** the Power Plant.
2. **Run the Prediction**.
3. Go back to the Project and use **Compare Multiple Results** to see the difference between:
   * The **MapBuilder** prediction (0° tilt)
   * The **Block Builder** prediction (10° East-West tilt)

<Note>
  Comparing the two predictions quantifies the energy gain from modeling the actual East/West tilt versus the simplified 0° layout used for site planning.
</Note>
