Skip to content

jhan_Loobos_surface_types

JhanSrbinovsky edited this page Jun 4, 2019 · 1 revision

CABLE Surface Types

#!html
<table cellpadding=15 cellspacing=0 style='background-color:#f8f8f8; border-top: 1px solid black; border-bottom: 1px solid black;'>
    <tbody>

    <tr>  <th>Number</th>  <th>Surface Type</th> </tr>

<tr>  <th>1</th>  <th>evergreen_needleleaf</th> </tr>
<tr>  <th>2</th>  <th> evergreen_broadleaf</th> </tr>
<tr>  <th>3</th>  <th>deciduous_needleleaf</th> </tr>
<tr>  <th>4</th>  <th>deciduous_broadleaf</th> </tr>
<tr>  <th>5</th>  <th>shrub</th> </tr>
<tr>  <th>6</th>  <th>c3_grassland</th> </tr>
<tr>  <th>7</th>  <th>c4_grassland</th> </tr>
<tr>  <th>8</th>  <th>tundra</th> </tr>
<tr>  <th>9</th>  <th>c3_cropland</th> </tr>
<tr>  <th>10</th>  <th>c4_cropland</th> </tr>
<tr>  <th>11</th>  <th>wetland</th> </tr>
<tr>  <th>12</th>  <th>empty</th> </tr>
<tr>  <th>13</th>  <th>empty</th> </tr>
<tr>  <th>14</th>  <th>barren</th> </tr>
<tr>  <th>15</th>  <th>urban</th> </tr>
<tr>  <th>16</th>  <th>lakes</th> </tr>
<tr>  <th>17</th>  <th>ice</th> </tr>

    </tbody>
</table>

JULES Surface Types

#!html
<table cellpadding=15 cellspacing=0 style='background-color:#f8f8f8; border-top: 1px solid black; border-bottom: 1px solid black;'>
    <tbody>

    <tr>  <th>Number</th>  <th>Surface Type</th> <th>Fraction</th> </tr>

<tr>  <th>1</th>  <th>Broadleaf forest</th>  <th>0.355 </th> </tr>
<tr>  <th>2</th>  <th>Needleleaf forest</th> <th>0.355 </th>  </tr>
<tr>  <th>3</th>  <th>C3 grasses</th>        <th>0.208 </th>   </tr>
<tr>  <th>4</th>  <th>C4 grasses</th>        <th> 0</th>   </tr>
<tr>  <th>5</th>  <th>Shrubs</th>            <th> 0</th>   </tr>
<tr>  <th>6</th>  <th>Urban</th>             <th> 0</th>   </tr>
<tr>  <th>7</th>  <th>Inland water</th>      <th>0 </th>   </tr>
<tr>  <th>8</th>  <th>Bare Soil</th>         <th>0.082 </th>   </tr>
<tr>  <th>9</th>  <th>Ice</th>               <th> 0</th>   </tr>

    </tbody>
</table>

Clone this wiki locally