106 USE modd_data_cover_par
, ONLY : nvegtype, nvegtype_old, nvegtype_ecosg, &
107 nvt_no, nvt_rock, nvt_snow, &
108 nvt_tebd, nvt_bone, nvt_trbe, nvt_c3, &
109 nvt_c4, nvt_irr, nvt_gras, nvt_trog, &
110 nvt_park, nvt_trbd, nvt_tebe, nvt_tene, &
111 nvt_bobd, nvt_bond, nvt_bogr, nvt_shrb, &
112 jpcover, ncover, ntype, ndata_road_layer, &
113 ndata_wall_layer, ndata_roof_layer, &
114 ndata_floor_layer, cnames, nbare_soil, &
115 nrock, nsea, nwater, npermsnow, nut_cphr, &
116 nut_cpmr, nut_cplr, nut_ophr, nut_opmr, &
117 nut_oplr, nut_lwlr, nut_lalr, nut_spar, &
118 nut_indu, nvt_c3w, nvt_c3s, nvt_fltr, nvt_flgr
125 USE modi_read_covers_param
126 USE modi_init_types_param
130 USE modi_default_data_cover
132 USE modi_default_lai_eco1_01
133 USE modi_default_lai_eco1_02
134 USE modi_default_lai_eco1_03
135 USE modi_default_lai_eco1_04
136 USE modi_default_lai_eco1_05
137 USE modi_default_lai_eco1_06
138 USE modi_default_lai_eco1_07
139 USE modi_default_lai_eco1_08
140 USE modi_default_lai_eco1_09
141 USE modi_default_lai_eco1_10
142 USE modi_default_lai_eco1_11
143 USE modi_default_lai_eco1_12
144 USE modi_default_lai_eco1_13
145 USE modi_default_lai_eco1_14
146 USE modi_default_lai_eco1_15
147 USE modi_default_lai_eco1_16
148 USE modi_default_lai_eco1_17
149 USE modi_default_lai_eco1_18
150 USE modi_default_lai_eco1_19
152 USE modi_default_alb_soil_eco1
153 USE modi_default_alb_soil_eco2
155 USE modi_default_alb_veg_eco1_01
156 USE modi_default_alb_veg_eco1_02
157 USE modi_default_alb_veg_eco1_03
158 USE modi_default_alb_veg_eco1_04
159 USE modi_default_alb_veg_eco1_05
160 USE modi_default_alb_veg_eco1_06
161 USE modi_default_alb_veg_eco1_07
162 USE modi_default_alb_veg_eco1_08
163 USE modi_default_alb_veg_eco1_09
164 USE modi_default_alb_veg_eco1_10
165 USE modi_default_alb_veg_eco1_11
166 USE modi_default_alb_veg_eco1_12
167 USE modi_default_alb_veg_eco1_13
168 USE modi_default_alb_veg_eco1_14
169 USE modi_default_alb_veg_eco1_15
170 USE modi_default_alb_veg_eco1_16
171 USE modi_default_alb_veg_eco1_17
172 USE modi_default_alb_veg_eco1_18
173 USE modi_default_alb_veg_eco1_19
175 USE modi_arrange_cover
176 USE modi_cover301_573
177 USE modi_ecoclimap2_lai
178 USE modi_ini_data_param
195 INTEGER :: JCOV, JVEG, JDEC
196 INTEGER :: ICPT_SEA, ICPT_WATER
198 REAL(KIND=JPRB) :: ZHOOK_HANDLE
205 IF (
lhook)
CALL dr_hook(
'INI_DATA_COVER',0,zhook_handle)
244 DEALLOCATE(nsea,nwater,cnames,
cname)
299 nvegtype = nvegtype_ecosg
324 nvegtype = nvegtype_old
508 ALLOCATE(
xdata_cv(jpcover,nvegtype))
539 ALLOCATE(
xdata_gc(jpcover,nvegtype))
631 ALLOCATE(
xdata_z0(jpcover,36,nvegtype))
744 nut_cphr =
sum(ntype(1:3)) + 1
745 nut_cpmr =
sum(ntype(1:3)) + 2
746 nut_cplr =
sum(ntype(1:3)) + 3
747 nut_ophr =
sum(ntype(1:3)) + 4
748 nut_opmr =
sum(ntype(1:3)) + 5
749 nut_oplr =
sum(ntype(1:3)) + 6
750 nut_lwlr =
sum(ntype(1:3)) + 7
751 nut_lalr =
sum(ntype(1:3)) + 8
752 nut_spar =
sum(ntype(1:3)) + 9
753 nut_indu =
sum(ntype(1:3)) + 10
1191 DO jveg = 1,nvegtype
1261 DO jcov = 1, jpcover
1285 DO jcov = 1, jpcover
1294 icpt_sea = icpt_sea + 1
1295 IF(icpt_sea>
SIZE(nsea))
THEN 1296 CALL abor1_sfx(
'INI_DATA_COVER: problem with ecoclimap param : ICPT_SEA > SIZE(NSEA) ')
1298 nsea(icpt_sea) = jcov
1302 icpt_water = icpt_water + 1
1303 IF(icpt_water>
SIZE(nwater))
THEN 1304 CALL abor1_sfx(
'INI_DATA_COVER: problem with ecoclimap param : ICPT_WATER > SIZE(NWATER) ')
1306 nwater(icpt_water) = jcov
1369 IF(icpt_sea<
SIZE(nsea))
THEN 1370 CALL abor1_sfx(
'INI_DATA_COVER: problem with ecoclimap param : ICPT_SEA < SIZE(NSEA) ')
1372 IF(icpt_water<
SIZE(nwater))
THEN 1373 CALL abor1_sfx(
'INI_DATA_COVER: problem with ecoclimap param : ICPT_WATER < SIZE(NWATER) ')
1377 ALLOCATE(cnames(jpcover,2))
1383 cnames(1,1) =
'No vegetation (smooth)' 1384 cnames(2,1) =
'No vegetation (rocks) ' 1385 cnames(3,1) =
'Permanent snow and ice' 1386 cnames(4,1) =
'temperate broadleaf cold-deciduous summergreen' 1387 cnames(5,1) =
'boreal needleleaf evergreen' 1388 cnames(6,1) =
'tropical broadleaf evergreen' 1389 cnames(7,1) =
'C3 cultures types' 1390 cnames(8,1) =
'C4 cultures types' 1391 cnames(9,1) =
'irrigated crops' 1392 cnames(10,1) =
'temperate grassland' 1393 cnames(11,1) =
'tropical grassland' 1394 cnames(12,1) =
'peat bogs, parks and gardens (irrigated grass)' 1395 cnames(13,1) =
'tropical broadleaf deciduous' 1396 cnames(14,1) =
'temperate broadleaf evergreen' 1397 cnames(15,1) =
'temperate needleleaf evergreen' 1398 cnames(16,1) =
'boreal broadleaf cold-deciduous summergreen' 1399 cnames(17,1) =
'boreal needleleaf cold-deciduous summergreen' 1400 cnames(18,1) =
'boreal grass' 1401 cnames(19,1) =
'shrub' 1403 cnames(20,1) =
'urban areas' 1404 cnames(21,1) =
'sea and oceans' 1405 cnames(22,1) =
'lakes' 1406 cnames(23,1) =
'rivers' 1410 cnames(1,2) =
'Sol nu' 1411 cnames(2,2) =
'Roche nue' 1412 cnames(3,2) =
'Neige permanente et glaciers' 1413 cnames(4,2) =
'Feuillus decidus en zone temperee' 1414 cnames(5,2) =
'Coniferes sempervirents en zone boreale' 1415 cnames(6,2) =
'Feuillus sempervirentsn en zone tropicale' 1416 cnames(7,2) =
'Cultures C3' 1417 cnames(8,2) =
'Cultures C4' 1418 cnames(9,2) =
'Cultures irriguées' 1419 cnames(10,2) =
'Prairies en zone temperee' 1420 cnames(11,2) =
'Prairies en zone tropicale' 1421 cnames(12,2) =
'Zone humides, parcs et jardins' 1422 cnames(13,2) =
'Feuillus decidus en zone tropicale' 1423 cnames(14,2) =
'Feuillus sempervirents en zone temperee' 1424 cnames(15,2) =
'Coniferes sempervirents en zone temperee' 1425 cnames(16,2) =
'Feuillus boreal broadleaf cold-deciduous summergreen' 1426 cnames(17,2) =
'Coniferes decidus en zone boreale' 1427 cnames(18,2) =
'Prairies en zone boreale' 1428 cnames(19,2) =
'Buissons' 1430 cnames(20,2) =
'Zones urbaines' 1431 cnames(21,2) =
'Mer et oceans' 1432 cnames(22,2) =
'Lacs' 1433 cnames(23,2) =
'Rivieres' 1437 cnames(1,1) =
'Sea and ocean' 1438 cnames(2,1) =
'Lakes' 1439 cnames(3,1) =
'Rivers' 1440 cnames(4,1) =
'Bare land' 1441 cnames(5,1) =
'Rocks' 1442 cnames(6,1) =
'Permanent snow and ice' 1443 cnames(7,1) =
'Urban and built-up' 1445 cnames(8,1) =
'Tropical undefined islands' 1446 cnames(9,1) =
'Subpolar undefined islands' 1448 cnames(10,1) =
'S-America cool ENF' 1449 cnames(11,1) =
'Boreal ENF' 1450 cnames(12,1) =
'Asia subtropical ENF' 1451 cnames(13,1) =
'American Continental ENF' 1452 cnames(14,1) =
'American Subtropical ENF' 1453 cnames(15,1) =
'American Cool Marine ENF' 1455 cnames(16,1) =
'Africa Equatorial EBF' 1456 cnames(17,1) =
'Africa Tr. wind EBF' 1457 cnames(18,1) =
'Oceanian Equatorial EBF' 1458 cnames(19,1) =
'Asia tropical EBF' 1459 cnames(20,1) =
'Oceania tropical EBF' 1460 cnames(21,1) =
'Amazonian EBF' 1461 cnames(22,1) =
'SH subtropical EBF' 1462 cnames(23,1) =
'Cent. America Tr. wind EBF' 1464 cnames(24,1) =
'Asian boreal DNF' 1466 cnames(25,1) =
'S-America tropical DBF' 1467 cnames(26,1) =
'N-America humid continental DBF' 1468 cnames(27,1) =
'Cent. America Tr. wind DBF' 1469 cnames(28,1) =
'S-America humid subtropical DBF' 1471 cnames(29,1) =
'Africa dry tropical MF' 1472 cnames(30,1) =
'S-America cool MF' 1473 cnames(31,1) =
'NH Subpolar MF' 1474 cnames(32,1) =
'NH Humid subtropical MF' 1475 cnames(33,1) =
'NH Continental MF' 1477 cnames(34,1) =
'NH Africa WL' 1478 cnames(35,1) =
'SH Africa WL' 1479 cnames(36,1) =
'Tr. wind humid and subtrop. WL' 1480 cnames(37,1) =
'Oceanian Equatorial WL' 1481 cnames(38,1) =
'Asia wet tropical WL' 1482 cnames(39,1) =
'S-America tropical WL' 1483 cnames(40,1) =
'S-America humid subtropical WL' 1484 cnames(41,1) =
'NH Subpolar WL' 1485 cnames(42,1) =
'NH Continental WL' 1486 cnames(43,1) =
'Asia humid subtropical WL' 1487 cnames(44,1) =
'N-America Semi arid WL' 1488 cnames(45,1) =
'N-America moderate polar WL' 1489 cnames(46,1) =
'S-America moderate polar WL' 1490 cnames(47,1) =
'N-America humid subtropical WL' 1492 cnames(48,1) =
'NH Africa semiarid WG' 1493 cnames(49,1) =
'NH Africa dry tropical WG' 1494 cnames(50,1) =
'Africa dry equatorial WG' 1495 cnames(51,1) =
'SH Africa dry tropical WG' 1496 cnames(52,1) =
'Oceania tropical WG' 1497 cnames(53,1) =
'Oceania semiarid WG' 1498 cnames(54,1) =
'Oceania subtrop. cool marine WG' 1499 cnames(55,1) =
'Asia humid and subtropical WG' 1500 cnames(56,1) =
'S-America trop. and subtrop. WG' 1501 cnames(57,1) =
'S-America Tr. wind WG' 1502 cnames(58,1) =
'S-America semiarid WG' 1503 cnames(59,1) =
'NH Subpolar WG' 1504 cnames(60,1) =
'NH Continental WG' 1505 cnames(61,1) =
'Asia wet and dry tropical WG' 1506 cnames(62,1) =
'N-America semi arid WG' 1507 cnames(63,1) =
'N-America humid subtropical WG' 1508 cnames(64,1) =
'S-America moderate polar WG' 1509 cnames(65,1) =
'Cent. Amer. Tr. wind \& trop. WG' 1510 cnames(66,1) =
'NH Africa dry summer subtrop. WG' 1512 cnames(67,1) =
'NH Africa arid CS' 1513 cnames(68,1) =
'NH Africa semiarid CS' 1514 cnames(69,1) =
'SH Africa semiarid CS' 1515 cnames(70,1) =
'Oceania arid CS' 1516 cnames(71,1) =
'Oceania, S-America semiarid CS' 1517 cnames(72,1) =
'Oceania Tr. wind CS' 1518 cnames(73,1) =
'SH dry summer subtropical CS' 1519 cnames(74,1) =
'Asia polar CS' 1520 cnames(75,1) =
'Asia continental CS' 1521 cnames(76,1) =
'Asia tropical CS' 1522 cnames(77,1) =
'N-America polar CS' 1523 cnames(78,1) =
'N-America continental CS' 1524 cnames(79,1) =
'NH Africa dry summer subtrop. CS' 1526 cnames(80,1) =
'NH arid OS' 1527 cnames(81,1) =
'NH semiarid tropical OS' 1528 cnames(82,1) =
'SH Africa and Oceania arid OS' 1529 cnames(83,1) =
'S-America semiarid tropical OS' 1530 cnames(84,1) =
'Asia dry tropical OS' 1531 cnames(85,1) =
'NH Polar OS' 1532 cnames(86,1) =
'N-America Subpolar OS' 1533 cnames(87,1) =
'N-America semiarid continental OS' 1535 cnames(88,1) =
'Africa wet Tropical G' 1536 cnames(89,1) =
'NH Africa Semiarid G' 1537 cnames(90,1) =
'SH Africa Semiarid G' 1538 cnames(91,1) =
'S-America, Oceania equatorial G' 1539 cnames(92,1) =
'S-America, Oceania Semiarid G' 1540 cnames(93,1) =
'Oceania cool littoral G' 1541 cnames(94,1) =
'Asia wet and dry tropical G' 1542 cnames(95,1) =
'NH S-America wet tropical G' 1543 cnames(96,1) =
'SH S-America wet tropical G' 1544 cnames(97,1) =
'S-America semiarid G' 1545 cnames(98,1) =
'S-America moderate polar G' 1546 cnames(99,1) =
'NH semiarid Continental G' 1547 cnames(100,1) =
'Asia Subpolar G' 1548 cnames(101,1) =
'Asia humid Continental G' 1549 cnames(102,1) =
'Asia semiarid tropical G' 1550 cnames(103,1) =
'N-America continental G' 1551 cnames(104,1) =
'Asia humid subtropical G' 1553 cnames(105,1) =
'NH Africa arid C' 1554 cnames(106,1) =
'NH Africa, Asia wet and dry trop. C' 1555 cnames(107,1) =
'SH Africa wet and dry tropical C' 1556 cnames(108,1) =
'SH Afr. Tr. wind \& semiarid trop. C' 1557 cnames(109,1) =
'Oceania dry summer subtropical C' 1558 cnames(110,1) =
'Cent. \& S-Amer., Oceania Tr. wind C' 1559 cnames(111,1) =
'S-America humid subtropical C' 1560 cnames(112,1) =
'SH S-America tropical C' 1561 cnames(113,1) =
'N-Amer., Asia semiarid continental C' 1562 cnames(114,1) =
'Asia humid continental C' 1563 cnames(115,1) =
'Asia humid subtropical C' 1564 cnames(116,1) =
'Asia subpolar C' 1565 cnames(117,1) =
'Asia semiarid tropical C' 1566 cnames(118,1) =
'N-America humid continental C' 1567 cnames(119,1) =
'N-America humid subtropical C' 1568 cnames(120,1) =
'NH dry summer subtropical C' 1569 cnames(121,1) =
'NH Africa dry summer subtropical C' 1570 cnames(122,1) =
'SH Africa dry summer subtropical C' 1572 cnames(123,1) =
'Bare soil with sparse polar vegetation' 1574 cnames(124,1) =
'Warm subtropical wetlands' 1575 cnames(125,1) =
'Subpolar wetlands' 1577 cnames(151,1) =
'Dense urban' 1578 cnames(152,1) =
'Mediterranean sub-urban' 1579 cnames(153,1) =
'Temperate sub-urban' 1580 cnames(154,1) =
'Cold sub-urban' 1581 cnames(155,1) =
'Industries and commercial areas' 1582 cnames(156,1) =
'Road and rail networks' 1583 cnames(157,1) =
'Port facilities' 1584 cnames(158,1) =
'Airport' 1585 cnames(159,1) =
'Mineral extraction, construction sites' 1586 cnames(160,1) =
'Urban parks' 1587 cnames(161,1) =
'Sport facilities' 1589 cnames(162,1) =
'Spanish crops' 1590 cnames(163,1) =
'Estremadura crops' 1591 cnames(164,1) =
'Mediterranean crops' 1592 cnames(165,1) =
'Atlantic coast crops' 1593 cnames(166,1) =
'Temperate crops' 1594 cnames(167,1) =
'Po plain crops' 1595 cnames(168,1) =
'Warm temperate crops' 1596 cnames(169,1) =
'Ukrainian crops' 1597 cnames(170,1) =
'Subpolar crops' 1598 cnames(171,1) =
'Mountain crops' 1599 cnames(172,1) =
'Central Europe crops' 1600 cnames(173,1) =
'Turkish crops' 1602 cnames(174,1) =
'Mediterranean irrigated crops' 1603 cnames(175,1) =
'Irrigated crops' 1604 cnames(176,1) =
'Rice fields' 1606 cnames(177,1) =
'Mediterranean vineyards' 1607 cnames(178,1) =
'Temperate vineyards' 1608 cnames(179,1) =
'Mediterranean fruit trees' 1609 cnames(180,1) =
'Temperate fruit trees' 1610 cnames(181,1) =
'Olive groves' 1612 cnames(182,1) =
'Temperate pastures' 1613 cnames(183,1) =
'Atlantic border pastures' 1614 cnames(184,1) =
'Central and Eastern Europe pastures' 1615 cnames(185,1) =
'Ukrainian pastures' 1616 cnames(186,1) =
'Subpolar pastures' 1618 cnames(187,1) =
'Spanish complex cultivation pattern' 1619 cnames(188,1) =
'Mediter. complex cultivation pat.' 1620 cnames(189,1) =
'Temperate complex cultivation pat.' 1621 cnames(190,1) =
'French complex cultivation pat.' 1622 cnames(191,1) =
'Balkanish complex cultivation pat.' 1624 cnames(192,1) =
'Mediterranean crops and woodland' 1625 cnames(193,1) =
'Crops and woodland' 1626 cnames(194,1) =
'French crops and woodland' 1627 cnames(195,1) =
'Balkanish crops and woodland' 1628 cnames(196,1) =
'Spanish crops and woodland' 1629 cnames(197,1) =
'Baltic states crops and woodland' 1631 cnames(198,1) =
'Agro-forestry areas' 1633 cnames(199,1) =
'Spanish broad-leaved forest' 1634 cnames(200,1) =
'Estremadura broad-leaved forest' 1635 cnames(201,1) =
'Mediterranean broad-leaved forest' 1636 cnames(202,1) =
'Atlantic coast broad-leaved forest' 1637 cnames(203,1) =
'Temperate broad-leaved forest' 1638 cnames(204,1) =
'Moutain broad-leaved forest' 1639 cnames(205,1) =
'Balkanish broad-leaved forest' 1640 cnames(206,1) =
'Subpolar broad-leaved forest' 1641 cnames(207,1) =
'Black Sea broad-leaved forest' 1643 cnames(208,1) =
'Mediterranean pines' 1644 cnames(209,1) =
'Landes forest' 1645 cnames(210,1) =
'Moutain coniferous forest' 1646 cnames(211,1) =
'Temperate coniferous forest' 1647 cnames(212,1) =
'Subpolar Taiga' 1648 cnames(213,1) =
'Russian Taiga' 1649 cnames(214,1) =
'Turkish coniferous forest' 1651 cnames(215,1) =
'Mediterranean mixed forest' 1652 cnames(216,1) =
'Atlantic coast \& french mixed forest' 1653 cnames(217,1) =
'Subpolar mixed forest' 1654 cnames(218,1) =
'Mountain mixed forest' 1655 cnames(219,1) =
'Eastern Europe mixed forest' 1657 cnames(220,1) =
'Mediterranean GR' 1658 cnames(221,1) =
'Atlantic coast GR' 1659 cnames(222,1) =
'Balkanish GR' 1660 cnames(223,1) =
'Estremadura GR' 1661 cnames(224,1) =
'Subpolar GR' 1662 cnames(225,1) =
'Tundra' 1664 cnames(226,1) =
'Turkish moors' 1665 cnames(227,1) =
'Mediter. moors \& heath lands' 1666 cnames(228,1) =
'Moutain moors \& heath lands' 1667 cnames(229,1) =
'Atlantic coast moors \& heath lands' 1669 cnames(230,1) =
'Turkish shrubland' 1670 cnames(231,1) =
'Mediterranean maquis' 1671 cnames(232,1) =
'Moutain maquis' 1673 cnames(233,1) =
'Spanish woodland' 1674 cnames(234,1) =
'Mediterranean woodland' 1675 cnames(235,1) =
'Temperate woodland' 1677 cnames(236,1) =
'Sparsely vegetated areas' 1678 cnames(237,1) =
'Burnt areas' 1679 cnames(238,1) =
'Temperate wetlands' 1680 cnames(239,1) =
'Subpolar wetlands' 1681 cnames(240,1) =
'Peat bogs' 1682 cnames(241,1) =
'Salines and salt marshes' 1684 cnames(242,1) =
'Intertidal flats' 1685 cnames(243,1) =
'Coastal lagoons' 1687 cnames(301,1)=
'N SCANDINAVIA TUNDRA1' 1688 cnames(302,1)=
'OURAL BF1' 1689 cnames(303,1)=
'CARELIE BF1' 1690 cnames(304,1)=
'NORTH RUSSIAN TAIGA1' 1691 cnames(305,1)=
'NORTH RUSSIAN TAIGA2' 1692 cnames(306,1)=
'CARELIE BF2' 1693 cnames(307,1)=
'RUSSIAN TAIGA3' 1694 cnames(308,1)=
'RUSSIAN BF1' 1695 cnames(309,1)=
'RUSSIAN TAIGA4' 1696 cnames(310,1)=
'S SCANDINAVIA TAIGA1' 1697 cnames(311,1)=
'SOUTH FINLANDIA MF1' 1698 cnames(312,1)=
'SOUTH NORWAY MF1' 1699 cnames(313,1)=
'BALTIC BF1' 1700 cnames(314,1)=
'BALTIC MF1' 1701 cnames(315,1)=
'SOUTH SWEDEN CF1' 1702 cnames(316,1)=
'BALTIC MF2' 1703 cnames(317,1)=
'SOUTH SWEDEN CF2' 1704 cnames(318,1)=
'SOUTH SWEDEN CF3' 1705 cnames(319,1)=
'SOUTH SWEDEN MF1' 1706 cnames(320,1)=
'MOUNTAIN MF1' 1707 cnames(321,1)=
'MOUNTAIN BF1' 1708 cnames(322,1)=
'TEMPERATE BF1' 1709 cnames(323,1)=
'TEMPERATE COMPLEX1' 1710 cnames(324,1)=
'MOUNTAIN CF1' 1711 cnames(325,1)=
'TEMP HERBACEOUS CF1' 1712 cnames(326,1)=
'ATLANTIC COAST BF1' 1713 cnames(327,1)=
'TURKISH CF1' 1714 cnames(328,1)=
'BALKAN CF1' 1715 cnames(329,1)=
'N SPAIN HERBAC MF1' 1716 cnames(330,1)=
'TEMP SW HERBAC CF1' 1717 cnames(331,1)=
'ATLANTIC COMPLEX1' 1718 cnames(332,1)=
'N SPAIN HERBAC MF2' 1719 cnames(333,1)=
'MEDITER COMPLEX1' 1720 cnames(334,1)=
'MEDITER COMPLEX2' 1721 cnames(335,1)=
'MEDITER COMPLEX3' 1722 cnames(336,1)=
'MEDITER COMPLEX4' 1723 cnames(337,1)=
'MEDITER COMPLEX5' 1724 cnames(338,1)=
'BURNT PORT HERBAC CF1' 1725 cnames(339,1)=
'BURNT PORT HERBAC BF1' 1726 cnames(340,1)=
'EGEE COAST COMPLEX1' 1727 cnames(341,1)=
'W MED COAST COMPLEX1' 1728 cnames(342,1)=
'MAGHR HERBACEOUS MF1' 1729 cnames(343,1)=
'ESTREM HERBACEOUS MF1' 1732 cnames(344,1)=
'POLAR MOUNT TUNDRA1' 1733 cnames(345,1)=
'POLAR MOUNT TUNDRA2' 1734 cnames(346,1)=
'S SCANDINAVIA TUNDRA1' 1735 cnames(347,1)=
'NORTH TUNDRA1' 1736 cnames(348,1)=
'S SCANDINAVIA TUNDRA2' 1737 cnames(349,1)=
'NORTH RUSSIA TUNDRA1' 1738 cnames(350,1)=
'ARAL CONTINENTAL GR1' 1739 cnames(351,1)=
'MOUNTAIN TAIGA MOORS1' 1740 cnames(352,1)=
'SCOTTISH SWAMP MOORS1' 1741 cnames(353,1)=
'ATLANTIC COMPLEX2' 1742 cnames(354,1)=
'ATLANTIC GR1' 1743 cnames(355,1)=
'IR SCOT SWAMP MOORS1' 1744 cnames(356,1)=
'ASIAN SPARSE GR1' 1745 cnames(357,1)=
'AS SPARSE SW COMPLEX1' 1746 cnames(358,1)=
'N CASPIAN DES OS1' 1747 cnames(359,1)=
'ATLAS AS SPARSE COMP1' 1748 cnames(360,1)=
'SPARSE SCO CEN EU GR1' 1749 cnames(361,1)=
'TEMPERATE COMPLEX2' 1750 cnames(362,1)=
'ATLANTIC COMPLEX3' 1751 cnames(363,1)=
'ATLANTIC COMPLEX4' 1752 cnames(364,1)=
'N ATLANTIC PASTURES1' 1753 cnames(365,1)=
'SPARSE SCO CEN EU GR2' 1754 cnames(366,1)=
'SPARSE MOUNT E EU GR1' 1755 cnames(367,1)=
'TUR N CASP CONT GR1' 1756 cnames(368,1)=
'N CASPIAN CONT GR1' 1757 cnames(369,1)=
'IRA N CASP CONT GR1' 1758 cnames(370,1)=
'TUR IRA MOUNT CONT GR1' 1759 cnames(371,1)=
'E CASPIAN DES OS1' 1760 cnames(372,1)=
'N CASPIAN COMPLEX1' 1761 cnames(373,1)=
'IRAN MOUNT CONT GR1' 1762 cnames(374,1)=
'ASIAN SPARSE DES OS1' 1763 cnames(375,1)=
'E CASPIAN DES OS2' 1764 cnames(376,1)=
'N MEDITER COMPLEX1' 1765 cnames(377,1)=
'N MEDITER COMPLEX2' 1766 cnames(378,1)=
'ASIAN MEDIT CONT GR1' 1767 cnames(379,1)=
'SOUTH RUSSIA CONT GR1' 1768 cnames(380,1)=
'BLSEA SPARSE CONT GR1' 1769 cnames(381,1)=
'BLSEA SPARSE CONT GR2' 1770 cnames(382,1)=
'TURK MOUNT CONT GR1' 1771 cnames(383,1)=
'TURKISH COMPLEX1' 1772 cnames(384,1)=
'CAUCASIAN COMPLEX1' 1773 cnames(385,1)=
'N CASPIAN CONT GR2' 1774 cnames(386,1)=
'VOLGA VALLEY CONT GR1' 1775 cnames(387,1)=
'VOLGA VALLEY CONT GR2' 1776 cnames(388,1)=
'W CASPIAN CONT GR1' 1777 cnames(389,1)=
'CAUCASIAN COMPLEX2' 1778 cnames(390,1)=
'CAUCASIAN COMPLEX3' 1779 cnames(391,1)=
'BLSEA SPARSE CONT GR3' 1780 cnames(392,1)=
'CENT MASSIF COMPLEX1' 1781 cnames(393,1)=
'CENT MASSIF COMPLEX2' 1782 cnames(394,1)=
'TURK COAST COMPLEX1' 1783 cnames(395,1)=
'MESOPOTAMIA GR1' 1784 cnames(396,1)=
'TURK CILICIA COMPLEX1' 1785 cnames(397,1)=
'ASIAN COMPLEX1' 1786 cnames(398,1)=
'N MED SPARSE COMPLEX1' 1787 cnames(399,1)=
'MEDITER COMPLEX6' 1788 cnames(400,1)=
'MEDIT SPARSE COMPLEX1' 1789 cnames(401,1)=
'MEDIT SPARSE COMPLEX2' 1790 cnames(402,1)=
'MEDIT SPARSE COMPLEX3' 1791 cnames(403,1)=
'MEDIT SPARSE COMPLEX4' 1792 cnames(404,1)=
'N MED HERBACEOUS CF1' 1793 cnames(405,1)=
'ESTREMADURA GR1' 1794 cnames(406,1)=
'TUNISIA COMPLEX1' 1795 cnames(407,1)=
'TUNISIA HERBACEOUS1' 1796 cnames(408,1)=
'ALGERIA HERBACEOUS1' 1797 cnames(409,1)=
'DESERTIC HERBACEOUS1' 1798 cnames(410,1)=
'DESERTIC HERBACEOUS2' 1799 cnames(411,1)=
'SPAIN DES COMPLEX1' 1800 cnames(412,1)=
'MED SPARSE COMPLEX5' 1801 cnames(413,1)=
'MED SPARSE COMPLEX6' 1802 cnames(414,1)=
'MED SPARSE COMPLEX7' 1803 cnames(415,1)=
'ME SPARSE DES COMPL1' 1804 cnames(416,1)=
'NORTH ARABIA GR1' 1805 cnames(417,1)=
'N ARABIA DES COMPLEX1' 1806 cnames(418,1)=
'N ARABIA DESERTIC GR1' 1807 cnames(419,1)=
'MOROCCO HERBACEOUS1' 1808 cnames(420,1)=
'S MED COAST HERBAC1' 1809 cnames(421,1)=
'W MEDITER WOODLAND1' 1810 cnames(422,1)=
'S MED COAST HERBAC2' 1811 cnames(423,1)=
'MESOP DES HERBACEOUS1' 1812 cnames(424,1)=
'MAG COAST DES HERBAC1' 1813 cnames(425,1)=
'TU AR SPARSE HERBAC1' 1814 cnames(426,1)=
'MEDIT SPARSE COMPLEX8' 1815 cnames(427,1)=
'MED SPARSE HERBAC1' 1816 cnames(428,1)=
'MEDIT SPARSE COMPLEX9' 1817 cnames(429,1)=
'SPAIN SPARSE COMPLEX1' 1818 cnames(430,1)=
'N MED SPARSE COMPLEX2' 1819 cnames(431,1)=
'N MED SPARSE COMPLEX3' 1820 cnames(432,1)=
'MAGHRE DES HERBAC1' 1821 cnames(433,1)=
'MAGHRE DES HERBAC2' 1822 cnames(434,1)=
'MAGHRE DES HERBAC3' 1823 cnames(435,1)=
'N ARAB DES HERBAC1' 1824 cnames(436,1)=
'MESOPO DES HERBAC2' 1825 cnames(437,1)=
'TOURAN DES HERBAC1' 1826 cnames(438,1)=
'MESOPO DES HERBAC2' 1827 cnames(439,1)=
'TOURAN DES HERBAC2' 1828 cnames(440,1)=
'NEW ZEMBLE HERBAC1' 1829 cnames(441,1)=
'NEW ZEMBLE HERBAC2' 1832 cnames(442,1)=
'TRANS SIBERIAN CROPS1' 1833 cnames(443,1)=
'PO PLAIN CROPS1' 1834 cnames(444,1)=
'PO PLAIN CROPS2' 1835 cnames(445,1)=
'SPANISH FRENCH CROPS1' 1836 cnames(446,1)=
'SPANISH FR ITAL CROPS1' 1837 cnames(447,1)=
'DANUBE PLAIN CROPS1' 1838 cnames(448,1)=
'N MED SPARSE COMPLEX4' 1839 cnames(449,1)=
'BALKAN CROPS1' 1840 cnames(450,1)=
'SPAIN FR ITAL CROPS2' 1841 cnames(451,1)=
'ATLANTIC CROPS1' 1842 cnames(452,1)=
'FR MED SPARSE CROPS1' 1843 cnames(453,1)=
'FR MED SPARSE CROPS2' 1844 cnames(454,1)=
'ATL MED SPARSE CROPS1' 1845 cnames(455,1)=
'BENE BLACK SEA CROPS1' 1846 cnames(456,1)=
'FRENCH ITALIAN CROPS1' 1847 cnames(457,1)=
'FR MED SPARSE CROPS3' 1848 cnames(458,1)=
'MEDITER SPARSE CROPS1' 1849 cnames(459,1)=
'ATLANTIC CROPS2' 1850 cnames(460,1)=
'NORTH ATLANTIC CROPS1' 1851 cnames(461,1)=
'SOUTH RUSSIA CROPS1' 1852 cnames(462,1)=
'S RUSSIA BALTIC CROPS1' 1853 cnames(463,1)=
'UKRAINIAN CROPS1' 1854 cnames(464,1)=
'EAST CARPATES CROPS1' 1855 cnames(465,1)=
'E CENT EUROPE CROPS1' 1856 cnames(466,1)=
'W CENT EU SW CROPS1' 1857 cnames(467,1)=
'HUNGARIAN CROPS1' 1858 cnames(468,1)=
'N BLACK SEA CROPS1' 1859 cnames(469,1)=
'HUNG BULG CAUC CROPS1' 1860 cnames(470,1)=
'SOUTH SWEDEN CROPS1' 1861 cnames(471,1)=
'SW RUSSIA CROPS1' 1862 cnames(472,1)=
'SOUTH RUSSIA CROPS1' 1863 cnames(473,1)=
'IRAN N CASPIAN CROPS1' 1864 cnames(474,1)=
'FR TEMP SPARSE CROPS1' 1865 cnames(475,1)=
'BULGARIAN CROPS1' 1866 cnames(476,1)=
'BULGARIAN CROPS2' 1867 cnames(477,1)=
'SP TURK SPARSE CROPS1' 1868 cnames(478,1)=
'FRENCH CENT EU CROPS1' 1869 cnames(479,1)=
'N BLACK SEA CROPS2' 1870 cnames(480,1)=
'BULGARIAN CROPS3' 1871 cnames(481,1)=
'POLE CROPS1' 1872 cnames(482,1)=
'POLE CROPS2' 1873 cnames(483,1)=
'N BLACK SEA CROPS3' 1874 cnames(484,1)=
'CENT EU SPARSE CROPS1' 1875 cnames(485,1)=
'GERMAN CROPS1' 1876 cnames(486,1)=
'BEAUCE CROPS1' 1877 cnames(487,1)=
'DANE CROPS1' 1878 cnames(488,1)=
'DANE CROPS2' 1879 cnames(489,1)=
'NEU ATL SPARSE CROPS1' 1880 cnames(490,1)=
'SYRIAN CROPS1' 1881 cnames(491,1)=
'GERMAN CROPS2' 1882 cnames(492,1)=
'CHANNEL CROPS1' 1883 cnames(493,1)=
'CHANNEL CROPS2' 1884 cnames(494,1)=
'ITALIAN CROPS1' 1885 cnames(495,1)=
'TURKISH CROPS1' 1886 cnames(496,1)=
'N MEDIT SPARSE CROPS1' 1887 cnames(497,1)=
'SPAIN TUR ARAB CROPS1' 1888 cnames(498,1)=
'NORTH SPAIN CROPS1' 1889 cnames(499,1)=
'MOROCCO TUNIS CROPS1' 1890 cnames(500,1)=
'MOROCCO CROPS1' 1891 cnames(501,1)=
'MOROCCO CROPS2' 1892 cnames(502,1)=
'ALGERIAN CROPS1' 1893 cnames(503,1)=
'MOROCCO CROPS3' 1894 cnames(504,1)=
'WEST SPAIN CROPS1' 1895 cnames(505,1)=
'MOROCCO CROPS4' 1896 cnames(506,1)=
'NORTH MEDITER CROPS1' 1897 cnames(507,1)=
'SOUTH SPANISH CROPS1' 1898 cnames(508,1)=
'SICILIAN CROPS1' 1899 cnames(509,1)=
'MAGHREB SPARSE CROPS1' 1900 cnames(510,1)=
'N MEDIT SPARSE CROPS2' 1901 cnames(511,1)=
'N MEDIT SPARSE CROPS3' 1902 cnames(512,1)=
'SP IT WCOAST CROPS1' 1903 cnames(513,1)=
'ESTREMADURA CROPS1' 1904 cnames(514,1)=
'ESTREMADURA CROPS2' 1905 cnames(515,1)=
'SP IT WCOAST CROPS2' 1906 cnames(516,1)=
'ESTREMADURA CROPS3' 1907 cnames(517,1)=
'MEDIT ISLANDS CROPS1' 1908 cnames(518,1)=
'SPAIN W COAST CROPS1' 1909 cnames(519,1)=
'ESTREMADURA CROPS4' 1910 cnames(520,1)=
'MECOAST SPARSE CROPS1' 1911 cnames(521,1)=
'BRITTANY CROPS1' 1912 cnames(522,1)=
'SYRIAN CROPS2' 1915 cnames(523,1)=
'NIL VALLEY CROPS1' 1916 cnames(524,1)=
'NIL VALLEY CROPS2' 1917 cnames(525,1)=
'NIL VALLEY CROPS3' 1918 cnames(526,1)=
'NIL VALLEY CROPS4' 1919 cnames(527,1)=
'SPANISH IRR CROPS1' 1920 cnames(528,1)=
'NIL VALLEY CROPS5' 1921 cnames(529,1)=
'EGEE IRR CROPS1' 1922 cnames(530,1)=
'MEDITER IRR CROPS1' 1923 cnames(531,1)=
'S SPAIN IRR CROPS1' 1924 cnames(532,1)=
'NIL VALLEY CROPS6' 1927 cnames(533,1)=
'BARE ROCK1' 1928 cnames(534,1)=
'BARE ROCK2' 1929 cnames(535,1)=
'SANDY DESERT1' 1930 cnames(536,1)=
'BARE LAND1' 1931 cnames(537,1)=
'BARE LAND2' 1932 cnames(538,1)=
'BARE LAND3' 1933 cnames(539,1)=
'BARE LAND4' 1934 cnames(540,1)=
'BARE LAND5' 1935 cnames(541,1)=
'BARE LAND6' 1936 cnames(542,1)=
'BARE LAND7' 1937 cnames(543,1)=
'BARE LAND8' 1938 cnames(544,1)=
'BARE LAND9' 1939 cnames(545,1)=
'BARE LAND10' 1940 cnames(546,1)=
'BARE LAND11' 1941 cnames(547,1)=
'BARE LAND12' 1942 cnames(548,1)=
'PERMANENT SNOW1' 1945 cnames(549,1)=
'WADDEN SEA' 1946 cnames(550,1)=
'ESTUARY1' 1947 cnames(551,1)=
'ESTUARY2' 1948 cnames(552,1)=
'POLAR WETLANDS1' 1949 cnames(553,1)=
'ESTUARY3' 1950 cnames(554,1)=
'ESTUARY4' 1951 cnames(555,1)=
'ESTUARY5' 1952 cnames(556,1)=
'ESTUARY6' 1953 cnames(557,1)=
'POLAR WETLANDS2' 1954 cnames(558,1)=
'SUBPOLAR WETLANDS1' 1955 cnames(559,1)=
'SUBPOLAR WETLANDS2' 1956 cnames(560,1)=
'SUBPOLAR WETLANDS3' 1959 cnames(561,1)=
'TEMPERATE SUBURBAN1' 1960 cnames(562,1)=
'TEMPERATE SUBURBAN2' 1961 cnames(563,1)=
'TEMPERATE SUBURBAN3' 1962 cnames(564,1)=
'TEMPERATE SUBURBAN4' 1963 cnames(565,1)=
'TEMPERATE SUBURBAN5' 1964 cnames(566,1)=
'COLD SUBURBAN1' 1965 cnames(567,1)=
'WARM SUBURBAN1' 1966 cnames(568,1)=
'WARM SUBURBAN2' 1967 cnames(569,1)=
'TEMPERATE SUBURBAN6' 1968 cnames(570,1)=
'TEMPERATE SUBURBAN7' 1969 cnames(571,1)=
'WARM SUBURBAN3' 1972 cnames(572,1)=
'SPANISH VINEYARDS1' 1973 cnames(573,1)=
'LANGUEDOC VINEYARDS1' 1978 cnames(1,2) =
"Mers et oc\'eans" 1979 cnames(2,2) =
"Lacs" 1980 cnames(3,2) =
"rivi\`eres" 1981 cnames(4,2) =
"Sol nu" 1982 cnames(5,2) =
"Rochers" 1983 cnames(6,2) =
"Neiges perp\'etuelles" 1984 cnames(7,2) =
"Ville" 1986 cnames(8,2) =
"\^iles non-d\'efinies (tropicales)" 1987 cnames(9,2) =
"\^iles non-d\'efinies (subpolaires)" 1989 cnames(10,2) =
"For\^et persistante de Patagonie " 1990 cnames(11,2) =
'Taiga' 1991 cnames(12,2) =
"For\^et de conif\`eres d'Extr\^eme-Orient " 1992 cnames(13,2) =
"For\^et de conif\`eres continentale am\'ericaine" 1993 cnames(14,2) =
"For\^et de conif\`eres subtropicale am\'ericaine" 1994 cnames(15,2) =
'"Rain forest"' 1996 cnames(16,2) =
"For\^et \'equatoriale africaine" 1997 cnames(17,2) =
"For\^et de Madagascar (aliz\'es)" 1998 cnames(18,2) =
"For\^et \'equatoriale d'Oc\'eanie" 1999 cnames(19,2) =
"For\^et persistante de Mousson" 2000 cnames(20,2) =
"For\^et tropicale humide d'Oc\'eanie" 2001 cnames(21,2) =
"For\^et amazonienne" 2002 cnames(22,2) =
"For\^et primaire de Tasmanie" 2003 cnames(23,2) =
"For\^et pan-am\'ericaine" 2005 cnames(24,2) =
"Taiga sib\'erienne caduque" 2007 cnames(25,2) =
"For\^et sub-amazonienne" 2008 cnames(26,2) =
"For\^et caduque am\'ericaine" 2009 cnames(27,2) =
"For\^et du Yucatan" 2010 cnames(28,2) =
"For\^et sub-tropicale br\'esilienne" 2012 cnames(29,2) =
"For\^et m\'elang\'ee tropicale s\`eche d'Afrique" 2013 cnames(30,2) =
"For\^et m\'elang\'ee caduque de Patagonie" 2014 cnames(31,2) =
"For\^et m\'elang\'ee sub-polaire" 2015 cnames(32,2) =
"For\^et m\'elang\'ee humide sub-tropicale" 2016 cnames(33,2) =
"For\^et m\'elang\'ee continentale" 2018 cnames(34,2) =
"Prairie bois\'ee sah\'elienne" 2019 cnames(35,2) =
"Prairie bois\'ee d'Afrique m\'eridionale" 2020 cnames(36,2) =
"Prairie bois\'ee \`a feuilles persistante" 2021 cnames(37,2) =
"Prairie bois\'ee \'equatoriale d'Oc\'eanie" 2022 cnames(38,2) =
"Prairie bois\'ee de Mousson" 2023 cnames(39,2) =
"Cerradao" 2024 cnames(40,2) =
"Cerradao d'Argentine" 2025 cnames(41,2) =
"Prairie bois\'ee polaire" 2026 cnames(42,2) =
"Prairie bois\'ee continentale" 2027 cnames(43,2) =
"Prairie bois\'ee d'Extr\^eme-Orient" 2028 cnames(44,2) =
"Prairie bois\'ee semi-aride" 2029 cnames(45,2) =
"Prairie bois\'ee des Rocheuses" 2030 cnames(46,2) =
"Prairie bois\'ee de Patagonie" 2031 cnames(47,2) =
"Prairie bois\'ee des Etats du Sud" 2033 cnames(48,2) =
"Savane arbor\'ee sub-saharienne" 2034 cnames(49,2) =
"Savane arbor\'ee sah\'elienne" 2035 cnames(50,2) =
"Prairie arbor\'ee \'equatoriale africaine" 2036 cnames(51,2) =
"Prairie arbor\'ee subtropicale africaine" 2037 cnames(52,2) =
"Prairie arbor\'ee nord-australienne" 2038 cnames(53,2) =
"Savane arbor\'ee australienne aride" 2039 cnames(54,2) =
"Prairie arbor\'ee n\'eo-z\'elandaise" 2040 cnames(55,2) =
"Prairie arbor\'ee d'Extr\^eme-Orient" 2041 cnames(56,2) =
"Cerrado" 2042 cnames(57,2) =
"Cerrado c\^otier" 2043 cnames(58,2) =
"Sertao" 2044 cnames(59,2) =
"Prairie arbor\'ee polaire" 2045 cnames(60,2) =
"Prairie arbor\'ee continentale" 2046 cnames(61,2) =
"Prairie arbor\'ee de Mousson" 2047 cnames(62,2) =
"Prairie arbor\'ee pan-am\'ericaine" 2048 cnames(63,2) =
"Prairie arbor\'ee des Etats du sud" 2049 cnames(64,2) =
"Prairie arbor\'ee de la cordill\`ere des Andes" 2050 cnames(65,2) =
"Prairie arbor\'ee Amazonienne" 2051 cnames(66,2) =
"Prairie arbor\'ee du Maghreb" 2053 cnames(67,2) =
"Savane arbustive d'Ethiopie" 2054 cnames(68,2) =
"Savane arbustive sah\'elienne" 2055 cnames(69,2) =
'"Bush" africain' 2056 cnames(70,2) =
'"Bush" australien' 2057 cnames(71,2) =
"Savane arbustive semi-d\'esertique" 2058 cnames(72,2) =
"Savane arbustive dense c\^oti\`ere d'Oc\'eanie" 2059 cnames(73,2) =
'"Bush" dense sud-australien' 2060 cnames(74,2) =
"Tundra arbustive dense" 2061 cnames(75,2) =
"Steppe asiatique arbustive dense" 2062 cnames(76,2) =
"Prairie arbustive de Mousson" 2063 cnames(77,2) =
"Tundra dense am\'ericaine" 2064 cnames(78,2) =
"Prairie arbustive d'altitude (Rocheuses)" 2065 cnames(79,2) =
"Prairie arbustive du Maghreb" 2067 cnames(80,2) =
"Savane \'eparse semi-d\'esertique" 2068 cnames(81,2) =
"Savane Sah\'elienne" 2069 cnames(82,2) =
"Bush \'epars" 2070 cnames(83,2) =
"Pampa" 2071 cnames(84,2) =
"Prairie \'eparse de Mousson" 2072 cnames(85,2) =
"Tundra polaire" 2073 cnames(86,2) =
"Tundra sub-polaire" 2074 cnames(87,2) =
"Prairie d'altitude (Rocheuses)" 2076 cnames(88,2) =
"Prairie tropicale africaine" 2077 cnames(89,2) =
"Prairie africaine semi-aride" 2078 cnames(90,2) =
"Prairie d'Afrique m\'eridionale" 2079 cnames(91,2) =
"Prairie \'equatoriale c\^oti\`ere" 2080 cnames(92,2) =
"Prairie semi-d\'esertique" 2081 cnames(93,2) =
"Prairie n\'eo-z\'elandaise" 2082 cnames(94,2) =
"Prairie de Mousson" 2083 cnames(95,2) =
"Prairie v\'en\'ezu\'elienne" 2084 cnames(96,2) =
"Prairie sub-amazonienne" 2085 cnames(97,2) =
"Pampa et prairie" 2086 cnames(98,2) =
"Prairie de Patagonie" 2087 cnames(99,2) =
"Steppes" 2088 cnames(100,2) =
"Prairie polaire" 2089 cnames(101,2) =
"Prairie d'Extr\^eme-Orient" 2090 cnames(102,2) =
"Prairie indienne" 2091 cnames(103,2) =
"Prairie d'altitude (Rocheuses)" 2092 cnames(104,2) =
"Prairie chinoise" 2094 cnames(105,2) =
"Cultures d\'esertique et le long du Nil" 2095 cnames(106,2) =
"Cultures sah\'elienne" 2096 cnames(107,2) =
"Cultures tropicales" 2097 cnames(108,2) =
"Cultures c\^oti\`eres africaines" 2098 cnames(109,2) =
"Cultures sud-australiennes" 2099 cnames(110,2) =
"Cultures pan-am\'ericaines" 2100 cnames(111,2) =
"Cultures de la plaine du Parana" 2101 cnames(112,2) =
"Zones cultiv\'ees sub-amazoniennes" 2102 cnames(113,2) =
"Zones cultiv\'ees trans-siberiennes" 2103 cnames(114,2) =
"Zones cultiv\'ees de Mandchourie" 2104 cnames(115,2) =
"Zones cultiv\'ees de Chine" 2105 cnames(116,2) =
"Zones cultiv\'ees sub-polaires" 2106 cnames(117,2) =
"Zones cultiv\'ees sub-himalayennes" 2107 cnames(118,2) =
"Cultures des Grandes Plaines" 2108 cnames(119,2) =
"Cultures des Etats du Sud" 2109 cnames(120,2) =
"Cultures californiennes" 2110 cnames(121,2) =
"Zones cultiv\'ees du Maghreb" 2111 cnames(122,2) =
"Zones cultiv\'ees d'Afrique du Sud" 2113 cnames(123,2) =
"Tundra \'eparse" 2115 cnames(124,2) =
"Marais tropicaux et sub-tropicaux" 2116 cnames(125,2) =
"Marais polaires et sub-polaires" 2118 cnames(151,2) =
"Urbain dense" 2119 cnames(152,2) =
"Suburbain m\'editerran\'een" 2120 cnames(153,2) =
"Suburbain temp\'er\'e" 2121 cnames(154,2) =
"Suburbain froid" 2122 cnames(155,2) =
"Zones industrielles et commerciales" 2123 cnames(156,2) =
"R\'eseaux routiers et ferroviaires" 2124 cnames(157,2) =
"Zones portuaires" 2125 cnames(158,2) =
"A\'eroports" 2126 cnames(159,2) =
"Extraction de mat\'eriaux, sites de construction" 2127 cnames(160,2) =
"Parcs urbains" 2128 cnames(161,2) =
"Equipements sportifs et de loisirs" 2130 cnames(162,2) =
"Cultures espagnoles" 2131 cnames(163,2) =
"Cultures d\'Estremadure" 2132 cnames(164,2) =
"Cultures m\'editerran\'eennes" 2133 cnames(165,2) =
"Cultures de la c\^ote atlantique" 2134 cnames(166,2) =
"Cultures temp\'er\'ees" 2135 cnames(167,2) =
"Cultures de la plaine du P\^o" 2136 cnames(168,2) =
"Cultures temp\'er\'ees chaudes" 2137 cnames(169,2) =
"Cultures ukrainiennes" 2138 cnames(170,2) =
"Cultures subpolaires" 2139 cnames(171,2) =
"Cultures montagneuses" 2140 cnames(172,2) =
"Cultures d'Europe Centrale" 2141 cnames(173,2) =
"Cultures turques" 2143 cnames(174,2) =
"Cultures m\'editerran\'eennes irrigu\'ees" 2144 cnames(175,2) =
"Cultures irrigu\'ees" 2145 cnames(176,2) =
"Rizi\`eres" 2147 cnames(177,2) =
"Vignobles m\'editerran\'eens" 2148 cnames(178,2) =
"Vignobles temp\'er\'es" 2149 cnames(179,2) =
"Arbres fruitiers m\'editerran\'eens" 2150 cnames(180,2) =
"Arbres fruitiers temp\'er\'es" 2151 cnames(181,2) =
"Oliveraies" 2153 cnames(182,2) =
"P\^atures temp\'er\'ees" 2154 cnames(183,2) =
"P\^atures c\^oti\`eres atlantiques" 2155 cnames(184,2) =
"P\^atures d'Europe Centrale et orientale" 2156 cnames(185,2) =
"P\^atures ukrainiennes" 2157 cnames(186,2) =
"P\^atures subpolaires" 2159 cnames(187,2) =
"Cultures complexes espagnoles" 2160 cnames(188,2) =
"Cultures complexes m\'editerran\'eennes" 2161 cnames(189,2) =
"Cultures complexes temp\'er\'ees" 2162 cnames(190,2) =
"Cultures complexes françaises" 2163 cnames(191,2) =
"Cultures complexes balkaniques" 2165 cnames(192,2) =
"Cultures bois\'ees m\'editerran\'eennes" 2166 cnames(193,2) =
"Cultures bois\'ees" 2167 cnames(194,2) =
"Cultures bois\'ees françaises" 2168 cnames(195,2) =
"Cultures bois\'ees m\'editerran\'eennes" 2169 cnames(196,2) =
"Cultures bois\'ees espagnoles" 2170 cnames(197,2) =
"Cultures bois\'ees des pays baltes" 2172 cnames(198,2) =
"Zones agro-foresti\`eres" 2174 cnames(199,2) =
"For\^et de feuillus espagnole" 2175 cnames(200,2) =
"For\^et de feuillus d\'Estremadure" 2176 cnames(201,2) =
"For\^et de feuillus m\'editerran\'eennes" 2177 cnames(202,2) =
"For\^et de feuillus de la c\^ote atlantique" 2178 cnames(203,2) =
"For\^et de feuillus temp\'er\'ee" 2179 cnames(204,2) =
"For\^et de feuillus montagneuses" 2180 cnames(205,2) =
"For\^et de feuillus balkanique" 2181 cnames(206,2) =
"For\^et de feuillus balkanique" 2182 cnames(207,2) =
"For\^et de feuillus de la mer Noire" 2184 cnames(208,2) =
"Pins m\'editerran\'eens" 2185 cnames(209,2) =
"For\^et des Landes" 2186 cnames(210,2) =
"For\^et de conif\`eres montagneuse" 2187 cnames(211,2) =
"For\^et de conif\`eres temp\'er\'ee" 2188 cnames(212,2) =
"Taiga subpolaire" 2189 cnames(213,2) =
"Taiga russe" 2190 cnames(214,2) =
"For\^et de conif\`eres turque" 2192 cnames(215,2) =
"For\^et mixte m\'editerran\'eenne" 2193 cnames(216,2) =
"For\^et mixte française \& c\^oti\`ere atlantique" 2194 cnames(217,2) =
"For\^et mixte subpolaire" 2195 cnames(218,2) =
"For\^et mixte montagneuses" 2196 cnames(219,2) =
"For\^et mixte d'Europe orientale" 2198 cnames(220,2) =
"Prairie m\'editerran\'eenne" 2199 cnames(221,2) =
"Prairie c\^oti\`ere atlantique" 2200 cnames(222,2) =
"Prairie balkanique" 2201 cnames(223,2) =
"Prairie d\'Estremadure" 2202 cnames(224,2) =
"Prairie subpolaire" 2203 cnames(225,2) =
"Tundra" 2205 cnames(226,2) =
"Landes turques" 2206 cnames(227,2) =
"Landes et broussailles m\'editerran\'eennes" 2207 cnames(228,2) =
"Landes et broussailles montagneuses" 2208 cnames(229,2) =
"Landes et broussailles c\^oti\`eres atlantiques" 2210 cnames(230,2) =
"V\'eg\'etation arbustive turque" 2211 cnames(231,2) =
"Maquis m\'editerran\'een" 2212 cnames(232,2) =
"Maquis montagneux" 2214 cnames(233,2) =
"Zones bois\'ees espagnoles" 2215 cnames(234,2) =
"Zones bois\'ees m\'editerran\'eennes" 2216 cnames(235,2) =
"Zones bois\'ees temp\'er\'ees" 2218 cnames(236,2) =
"V\'eg\'etation clairsem\'ee" 2219 cnames(237,2) =
"Zones br\^ul\'ees" 2220 cnames(238,2) =
"Zones humides temp\'er\'ees" 2221 cnames(239,2) =
"Zones humides subpolaires" 2222 cnames(240,2) =
"Tourbi\`eres" 2223 cnames(241,2) =
"Marais salants" 2226 cnames(242,2) =
"Zones intertidales" 2227 cnames(243,2) =
"Lagunes littorales" 2229 cnames(301,2)=
'N SCANDINAVIA TUNDRA1' 2230 cnames(302,2)=
'OURAL BF1' 2231 cnames(303,2)=
'CARELIE BF1' 2232 cnames(304,2)=
'NORTH RUSSIAN TAIGA1' 2233 cnames(305,2)=
'NORTH RUSSIAN TAIGA2' 2234 cnames(306,2)=
'CARELIE BF2' 2235 cnames(307,2)=
'RUSSIAN TAIGA3' 2236 cnames(308,2)=
'RUSSIAN BF1' 2237 cnames(309,2)=
'RUSSIAN TAIGA4' 2238 cnames(310,2)=
'S SCANDINAVIA TAIGA1' 2239 cnames(311,2)=
'SOUTH FINLANDIA MF1' 2240 cnames(312,2)=
'SOUTH NORWAY MF1' 2241 cnames(313,2)=
'BALTIC BF1' 2242 cnames(314,2)=
'BALTIC MF1' 2243 cnames(315,2)=
'SOUTH SWEDEN CF1' 2244 cnames(316,2)=
'BALTIC MF2' 2245 cnames(317,2)=
'SOUTH SWEDEN CF2' 2246 cnames(318,2)=
'SOUTH SWEDEN CF3' 2247 cnames(319,2)=
'SOUTH SWEDEN MF1' 2248 cnames(320,2)=
'MOUNTAIN MF1' 2249 cnames(321,2)=
'MOUNTAIN BF1' 2250 cnames(322,2)=
'TEMPERATE BF1' 2251 cnames(323,2)=
'TEMPERATE COMPLEX1' 2252 cnames(324,2)=
'MOUNTAIN CF1' 2253 cnames(325,2)=
'TEMP HERBACEOUS CF1' 2254 cnames(326,2)=
'ATLANTIC COAST BF1' 2255 cnames(327,2)=
'TURKISH CF1' 2256 cnames(328,2)=
'BALKAN CF1' 2257 cnames(329,2)=
'N SPAIN HERBAC MF1' 2258 cnames(330,2)=
'TEMP SW HERBAC CF1' 2259 cnames(331,2)=
'ATLANTIC COMPLEX1' 2260 cnames(332,2)=
'N SPAIN HERBAC MF2' 2261 cnames(333,2)=
'MEDITER COMPLEX1' 2262 cnames(334,2)=
'MEDITER COMPLEX2' 2263 cnames(335,2)=
'MEDITER COMPLEX3' 2264 cnames(336,2)=
'MEDITER COMPLEX4' 2265 cnames(337,2)=
'MEDITER COMPLEX5' 2266 cnames(338,2)=
'BURNT PORT HERBAC CF1' 2267 cnames(339,2)=
'BURNT PORT HERBAC BF1' 2268 cnames(340,2)=
'EGEE COAST COMPLEX1' 2269 cnames(341,2)=
'W MED COAST COMPLEX1' 2270 cnames(342,2)=
'MAGHR HERBACEOUS MF1' 2271 cnames(343,2)=
'ESTREM HERBACEOUS MF1' 2274 cnames(344,2)=
'POLAR MOUNT TUNDRA1' 2275 cnames(345,2)=
'POLAR MOUNT TUNDRA2' 2276 cnames(346,2)=
'S SCANDINAVIA TUNDRA1' 2277 cnames(347,2)=
'NORTH TUNDRA1' 2278 cnames(348,2)=
'S SCANDINAVIA TUNDRA2' 2279 cnames(349,2)=
'NORTH RUSSIA TUNDRA1' 2280 cnames(350,2)=
'ARAL CONTINENTAL GR1' 2281 cnames(351,2)=
'MOUNTAIN TAIGA MOORS1' 2282 cnames(352,2)=
'SCOTTISH SWAMP MOORS1' 2283 cnames(353,2)=
'ATLANTIC COMPLEX2' 2284 cnames(354,2)=
'ATLANTIC GR1' 2285 cnames(355,2)=
'IR SCOT SWAMP MOORS1' 2286 cnames(356,2)=
'ASIAN SPARSE GR1' 2287 cnames(357,2)=
'AS SPARSE SW COMPLEX1' 2288 cnames(358,2)=
'N CASPIAN DES OS1' 2289 cnames(359,2)=
'ATLAS AS SPARSE COMP1' 2290 cnames(360,2)=
'SPARSE SCO CEN EU GR1' 2291 cnames(361,2)=
'TEMPERATE COMPLEX2' 2292 cnames(362,2)=
'ATLANTIC COMPLEX3' 2293 cnames(363,2)=
'ATLANTIC COMPLEX4' 2294 cnames(364,2)=
'N ATLANTIC PASTURES1' 2295 cnames(365,2)=
'SPARSE SCO CEN EU GR2' 2296 cnames(366,2)=
'SPARSE MOUNT E EU GR1' 2297 cnames(367,2)=
'TUR N CASP CONT GR1' 2298 cnames(368,2)=
'N CASPIAN CONT GR1' 2299 cnames(369,2)=
'IRA N CASP CONT GR1' 2300 cnames(370,2)=
'TUR IRA MOUNT CONT GR1' 2301 cnames(371,2)=
'E CASPIAN DES OS1' 2302 cnames(372,2)=
'N CASPIAN COMPLEX1' 2303 cnames(373,2)=
'IRAN MOUNT CONT GR1' 2304 cnames(374,2)=
'ASIAN SPARSE DES OS1' 2305 cnames(375,2)=
'E CASPIAN DES OS2' 2306 cnames(376,2)=
'N MEDITER COMPLEX1' 2307 cnames(377,2)=
'N MEDITER COMPLEX2' 2308 cnames(378,2)=
'ASIAN MEDIT CONT GR1' 2309 cnames(379,2)=
'SOUTH RUSSIA CONT GR1' 2310 cnames(380,2)=
'BLSEA SPARSE CONT GR1' 2311 cnames(381,2)=
'BLSEA SPARSE CONT GR2' 2312 cnames(382,2)=
'TURK MOUNT CONT GR1' 2313 cnames(383,2)=
'TURKISH COMPLEX1' 2314 cnames(384,2)=
'CAUCASIAN COMPLEX1' 2315 cnames(385,2)=
'N CASPIAN CONT GR2' 2316 cnames(386,2)=
'VOLGA VALLEY CONT GR1' 2317 cnames(387,2)=
'VOLGA VALLEY CONT GR2' 2318 cnames(388,2)=
'W CASPIAN CONT GR1' 2319 cnames(389,2)=
'CAUCASIAN COMPLEX2' 2320 cnames(390,2)=
'CAUCASIAN COMPLEX3' 2321 cnames(391,2)=
'BLSEA SPARSE CONT GR3' 2322 cnames(392,2)=
'CENT MASSIF COMPLEX1' 2323 cnames(393,2)=
'CENT MASSIF COMPLEX2' 2324 cnames(394,2)=
'TURK COAST COMPLEX1' 2325 cnames(395,2)=
'MESOPOTAMIA GR1' 2326 cnames(396,2)=
'TURK CILICIA COMPLEX1' 2327 cnames(397,2)=
'ASIAN COMPLEX1' 2328 cnames(398,2)=
'N MED SPARSE COMPLEX1' 2329 cnames(399,2)=
'MEDITER COMPLEX6' 2330 cnames(400,2)=
'MEDIT SPARSE COMPLEX1' 2331 cnames(401,2)=
'MEDIT SPARSE COMPLEX2' 2332 cnames(402,2)=
'MEDIT SPARSE COMPLEX3' 2333 cnames(403,2)=
'MEDIT SPARSE COMPLEX4' 2334 cnames(404,2)=
'N MED HERBACEOUS CF1' 2335 cnames(405,2)=
'ESTREMADURA GR1' 2336 cnames(406,2)=
'TUNISIA COMPLEX1' 2337 cnames(407,2)=
'TUNISIA HERBACEOUS1' 2338 cnames(408,2)=
'ALGERIA HERBACEOUS1' 2339 cnames(409,2)=
'DESERTIC HERBACEOUS1' 2340 cnames(410,2)=
'DESERTIC HERBACEOUS2' 2341 cnames(411,2)=
'SPAIN DES COMPLEX1' 2342 cnames(412,2)=
'MED SPARSE COMPLEX5' 2343 cnames(413,2)=
'MED SPARSE COMPLEX6' 2344 cnames(414,2)=
'MED SPARSE COMPLEX7' 2345 cnames(415,2)=
'ME SPARSE DES COMPL1' 2346 cnames(416,2)=
'NORTH ARABIA GR1' 2347 cnames(417,2)=
'N ARABIA DES COMPLEX1' 2348 cnames(418,2)=
'N ARABIA DESERTIC GR1' 2349 cnames(419,2)=
'MOROCCO HERBACEOUS1' 2350 cnames(420,2)=
'S MED COAST HERBAC1' 2351 cnames(421,2)=
'W MEDITER WOODLAND1' 2352 cnames(422,2)=
'S MED COAST HERBAC2' 2353 cnames(423,2)=
'MESOP DES HERBACEOUS1' 2354 cnames(424,2)=
'MAG COAST DES HERBAC1' 2355 cnames(425,2)=
'TU AR SPARSE HERBAC1' 2356 cnames(426,2)=
'MEDIT SPARSE COMPLEX8' 2357 cnames(427,2)=
'MED SPARSE HERBAC1' 2358 cnames(428,2)=
'MEDIT SPARSE COMPLEX9' 2359 cnames(429,2)=
'SPAIN SPARSE COMPLEX1' 2360 cnames(430,2)=
'N MED SPARSE COMPLEX2' 2361 cnames(431,2)=
'N MED SPARSE COMPLEX3' 2362 cnames(432,2)=
'MAGHRE DES HERBAC1' 2363 cnames(433,2)=
'MAGHRE DES HERBAC2' 2364 cnames(434,2)=
'MAGHRE DES HERBAC3' 2365 cnames(435,2)=
'N ARAB DES HERBAC1' 2366 cnames(436,2)=
'MESOPO DES HERBAC2' 2367 cnames(437,2)=
'TOURAN DES HERBAC1' 2368 cnames(438,2)=
'MESOPO DES HERBAC2' 2369 cnames(439,2)=
'TOURAN DES HERBAC2' 2370 cnames(440,2)=
'NEW ZEMBLE HERBAC1' 2371 cnames(441,2)=
'NEW ZEMBLE HERBAC2' 2374 cnames(442,2)=
'TRANS SIBERIAN CROPS1' 2375 cnames(443,2)=
'PO PLAIN CROPS1' 2376 cnames(444,2)=
'PO PLAIN CROPS2' 2377 cnames(445,2)=
'SPANISH FRENCH CROPS1' 2378 cnames(446,2)=
'SPANISH FR ITAL CROPS1' 2379 cnames(447,2)=
'DANUBE PLAIN CROPS1' 2380 cnames(448,2)=
'N MED SPARSE COMPLEX4' 2381 cnames(449,2)=
'BALKAN CROPS1' 2382 cnames(450,2)=
'SPAIN FR ITAL CROPS2' 2383 cnames(451,2)=
'ATLANTIC CROPS1' 2384 cnames(452,2)=
'FR MED SPARSE CROPS1' 2385 cnames(453,2)=
'FR MED SPARSE CROPS2' 2386 cnames(454,2)=
'ATL MED SPARSE CROPS1' 2387 cnames(455,2)=
'BENE BLACK SEA CROPS1' 2388 cnames(456,2)=
'FRENCH ITALIAN CROPS1' 2389 cnames(457,2)=
'FR MED SPARSE CROPS3' 2390 cnames(458,2)=
'MEDITER SPARSE CROPS1' 2391 cnames(459,2)=
'ATLANTIC CROPS2' 2392 cnames(460,2)=
'NORTH ATLANTIC CROPS1' 2393 cnames(461,2)=
'SOUTH RUSSIA CROPS1' 2394 cnames(462,2)=
'S RUSSIA BALTIC CROPS1' 2395 cnames(463,2)=
'UKRAINIAN CROPS1' 2396 cnames(464,2)=
'EAST CARPATES CROPS1' 2397 cnames(465,2)=
'E CENT EUROPE CROPS1' 2398 cnames(466,2)=
'W CENT EU SW CROPS1' 2399 cnames(467,2)=
'HUNGARIAN CROPS1' 2400 cnames(468,2)=
'N BLACK SEA CROPS1' 2401 cnames(469,2)=
'HUNG BULG CAUC CROPS1' 2402 cnames(470,2)=
'SOUTH SWEDEN CROPS1' 2403 cnames(471,2)=
'SW RUSSIA CROPS1' 2404 cnames(472,2)=
'SOUTH RUSSIA CROPS1' 2405 cnames(473,2)=
'IRAN N CASPIAN CROPS1' 2406 cnames(474,2)=
'FR TEMP SPARSE CROPS1' 2407 cnames(475,2)=
'BULGARIAN CROPS1' 2408 cnames(476,2)=
'BULGARIAN CROPS2' 2409 cnames(477,2)=
'SP TURK SPARSE CROPS1' 2410 cnames(478,2)=
'FRENCH CENT EU CROPS1' 2411 cnames(479,2)=
'N BLACK SEA CROPS2' 2412 cnames(480,2)=
'BULGARIAN CROPS3' 2413 cnames(481,2)=
'POLE CROPS1' 2414 cnames(482,2)=
'POLE CROPS2' 2415 cnames(483,2)=
'N BLACK SEA CROPS3' 2416 cnames(484,2)=
'CENT EU SPARSE CROPS1' 2417 cnames(485,2)=
'GERMAN CROPS1' 2418 cnames(486,2)=
'BEAUCE CROPS1' 2419 cnames(487,2)=
'DANE CROPS1' 2420 cnames(488,2)=
'DANE CROPS2' 2421 cnames(489,2)=
'NEU ATL SPARSE CROPS1' 2422 cnames(490,2)=
'SYRIAN CROPS1' 2423 cnames(491,2)=
'GERMAN CROPS2' 2424 cnames(492,2)=
'CHANNEL CROPS1' 2425 cnames(493,2)=
'CHANNEL CROPS2' 2426 cnames(494,2)=
'ITALIAN CROPS1' 2427 cnames(495,2)=
'TURKISH CROPS1' 2428 cnames(496,2)=
'N MEDIT SPARSE CROPS1' 2429 cnames(497,2)=
'SPAIN TUR ARAB CROPS1' 2430 cnames(498,2)=
'NORTH SPAIN CROPS1' 2431 cnames(499,2)=
'MOROCCO TUNIS CROPS1' 2432 cnames(500,2)=
'MOROCCO CROPS1' 2433 cnames(501,2)=
'MOROCCO CROPS2' 2434 cnames(502,2)=
'ALGERIAN CROPS1' 2435 cnames(503,2)=
'MOROCCO CROPS3' 2436 cnames(504,2)=
'WEST SPAIN CROPS1' 2437 cnames(505,2)=
'MOROCCO CROPS4' 2438 cnames(506,2)=
'NORTH MEDITER CROPS1' 2439 cnames(507,2)=
'SOUTH SPANISH CROPS1' 2440 cnames(508,2)=
'SICILIAN CROPS1' 2441 cnames(509,2)=
'MAGHREB SPARSE CROPS1' 2442 cnames(510,2)=
'N MEDIT SPARSE CROPS2' 2443 cnames(511,2)=
'N MEDIT SPARSE CROPS3' 2444 cnames(512,2)=
'SP IT WCOAST CROPS1' 2445 cnames(513,2)=
'ESTREMADURA CROPS1' 2446 cnames(514,2)=
'ESTREMADURA CROPS2' 2447 cnames(515,2)=
'SP IT WCOAST CROPS2' 2448 cnames(516,2)=
'ESTREMADURA CROPS3' 2449 cnames(517,2)=
'MEDIT ISLANDS CROPS1' 2450 cnames(518,2)=
'SPAIN W COAST CROPS1' 2451 cnames(519,2)=
'ESTREMADURA CROPS4' 2452 cnames(520,2)=
'MECOAST SPARSE CROPS1' 2453 cnames(521,2)=
'BRITTANY CROPS1' 2454 cnames(522,2)=
'SYRIAN CROPS2' 2457 cnames(523,2)=
'NIL VALLEY CROPS1' 2458 cnames(524,2)=
'NIL VALLEY CROPS2' 2459 cnames(525,2)=
'NIL VALLEY CROPS3' 2460 cnames(526,2)=
'NIL VALLEY CROPS4' 2461 cnames(527,2)=
'SPANISH IRR CROPS1' 2462 cnames(528,2)=
'NIL VALLEY CROPS5' 2463 cnames(529,2)=
'EGEE IRR CROPS1' 2464 cnames(530,2)=
'MEDITER IRR CROPS1' 2465 cnames(531,2)=
'S SPAIN IRR CROPS1' 2466 cnames(532,2)=
'NIL VALLEY CROPS6' 2469 cnames(533,2)=
'BARE ROCK1' 2470 cnames(534,2)=
'BARE ROCK2' 2471 cnames(535,2)=
'SANDY DESERT1' 2472 cnames(536,2)=
'BARE LAND1' 2473 cnames(537,2)=
'BARE LAND2' 2474 cnames(538,2)=
'BARE LAND3' 2475 cnames(539,2)=
'BARE LAND4' 2476 cnames(540,2)=
'BARE LAND5' 2477 cnames(541,2)=
'BARE LAND6' 2478 cnames(542,2)=
'BARE LAND7' 2479 cnames(543,2)=
'BARE LAND8' 2480 cnames(544,2)=
'BARE LAND9' 2481 cnames(545,2)=
'BARE LAND10' 2482 cnames(546,2)=
'BARE LAND11' 2483 cnames(547,2)=
'BARE LAND12' 2484 cnames(548,2)=
'PERMANENT SNOW1' 2487 cnames(549,2)=
'WADDEN SEA' 2488 cnames(550,2)=
'ESTUARY1' 2489 cnames(551,2)=
'ESTUARY2' 2490 cnames(552,2)=
'POLAR WETLANDS1' 2491 cnames(553,2)=
'ESTUARY3' 2492 cnames(554,2)=
'ESTUARY4' 2493 cnames(555,2)=
'ESTUARY5' 2494 cnames(556,2)=
'ESTUARY6' 2495 cnames(557,2)=
'POLAR WETLANDS2' 2496 cnames(558,2)=
'SUBPOLAR WETLANDS1' 2497 cnames(559,2)=
'SUBPOLAR WETLANDS2' 2498 cnames(560,2)=
'SUBPOLAR WETLANDS3' 2501 cnames(561,2)=
'TEMPERATE SUBURBAN1' 2502 cnames(562,2)=
'TEMPERATE SUBURBAN2' 2503 cnames(563,2)=
'TEMPERATE SUBURBAN3' 2504 cnames(564,2)=
'TEMPERATE SUBURBAN4' 2505 cnames(565,2)=
'TEMPERATE SUBURBAN5' 2506 cnames(566,2)=
'COLD SUBURBAN1' 2507 cnames(567,2)=
'WARM SUBURBAN1' 2508 cnames(568,2)=
'WARM SUBURBAN2' 2509 cnames(569,2)=
'TEMPERATE SUBURBAN6' 2510 cnames(570,2)=
'TEMPERATE SUBURBAN7' 2511 cnames(571,2)=
'WARM SUBURBAN3' 2514 cnames(572,2)=
'SPANISH VINEYARDS1' 2515 cnames(573,2)=
'LANGUEDOC VINEYARDS1' 2518 IF (.NOT.
ALLOCATED(
cname))
ALLOCATE(
cname(jpcover))
2519 IF (
clang==
'EN')
THEN 2521 cname(jcov) = cnames(jcov,1)
2525 cname(jcov) = cnames(jcov,2)
2535 CALL arrange_cover(dtco, u%LWATER_TO_NATURE, u%LTOWN_TO_ROCK, &
2580 IF (
lhook)
CALL dr_hook(
'INI_DATA_COVER',1,zhook_handle)
real, dimension(:,:), allocatable xdata_irrig
real, dimension(:,:), allocatable xdata_ce_nitro
subroutine default_lai_eco1_02
subroutine default_alb_veg_eco1_07
subroutine default_alb_veg_eco1_17
real, dimension(:,:), allocatable xdata_albnir_veg
real, dimension(:,:), allocatable xdata_sefold_st
subroutine default_lai_eco1_04
real, dimension(:,:), allocatable xdata_hc_roof
real, dimension(:,:), allocatable xdata_root_lin
subroutine default_alb_veg_eco1_18
real, dimension(:), allocatable xdata_shgc_sh
real, dimension(:,:), allocatable xdata_albvis_veg
real, dimension(:,:), allocatable xdata_soilrc_so2
real, dimension(:,:,:), allocatable xdata_z0
real, dimension(:,:), allocatable xdata_rgl
real, dimension(:), allocatable xdata_alb_road
subroutine default_alb_veg_eco1_10
real, dimension(:), allocatable xdata_v_vent
real, dimension(:,:), allocatable xdata_gc
real, dimension(:,:), allocatable xdata_dmax
subroutine default_alb_veg_eco1_15
type(date_time), dimension(:,:), pointer tdata_seed
real, dimension(:,:), allocatable xdata_gmes_st
real, dimension(:), allocatable xdata_residential
real, dimension(:), allocatable xdata_emis_wall
real, dimension(:,:), allocatable xdata_d_roof
real, dimension(:), allocatable xdata_bld
real, dimension(:,:), allocatable xdata_albuv_veg
real, dimension(:,:,:), allocatable xdata_alb_soil_nir
real, dimension(:), allocatable xdata_t_adp
subroutine default_lai_eco1_19
real, dimension(:,:,:), allocatable xdata_lai_all_years
real, dimension(:,:), allocatable xdata_gamma
real, dimension(:), allocatable xdata_f_waste_can
real, dimension(:,:), allocatable xdata_root_depth
real, dimension(:), allocatable xdata_qin_frad
subroutine read_covers_param(KFILE)
real, dimension(:), allocatable xdata_le_traffic
real, dimension(:), allocatable xdata_qin_flat
real, dimension(:,:), allocatable xdata_laimin
subroutine default_lai_eco1_14
real, dimension(:,:), allocatable xdata_gmes
real, dimension(:), allocatable xdata_z0h_town
real, dimension(:,:), allocatable xdata_vegtype
subroutine default_lai_eco1_11
subroutine default_lai_eco1_10
real, dimension(:), allocatable xdata_water
real, dimension(:,:), allocatable xdata_cv
real, dimension(:), allocatable xdata_tcool_target
subroutine default_alb_veg_eco1_09
subroutine default_lai_eco1_06
real, dimension(:,:), allocatable xdata_tc_road
real, dimension(:), allocatable xdata_wall_o_hor
subroutine abor1_sfx(YTEXT)
subroutine default_data_cover(PDATA_TOWN, PDATA_NATURE, PDATA_WATER, PDATA_SEA, PDATA_Z0_TOWN, PDATA_BLD_HEIGHT, PDATA_WALL_O_HOR, PDATA_BLD, PDATA_GARDEN, PDATA_ALB_ROOF, PDATA_ALB_ROAD, PDATA_ALB_WALL, PDATA_EMIS_ROOF, PDATA_EMIS_ROAD, PDATA_EMIS_WALL, PDATA_HC_ROOF, PDATA_TC_ROOF, PDATA_D_ROOF, PDATA_HC_ROAD, PDATA_TC_ROAD, PDATA_D_ROAD, PDATA_HC_WALL, PDATA_TC_WALL, PDATA_D_WALL, PDATA_H_TRAFFIC, PDATA_LE_TRAFFIC, PDATA_H_INDUSTRY, PDATA_LE_INDUSTRY, PDATA_VEGTYPE, PDATA_H_TREE, PDATA_WATSUP, PDATA_IRRIG, PDATA_ROOT_DEPTH, PDATA_GROUND_DEPTH, PDATA_DICE, TPDATA_SEED, TPDATA_REAP)
real, dimension(:,:), allocatable xdata_hc_wall
real, dimension(:,:), allocatable xdata_z0_o_z0h
real, dimension(:), allocatable xdata_sea
real, dimension(:), allocatable xdata_theat_target
real, dimension(:,:), allocatable xdata_bslai
real, dimension(:,:), allocatable xdata_dmax_st
type(date_time), dimension(:,:), pointer tdata_reap
real, dimension(:,:), allocatable xdata_rsmin
subroutine default_lai_eco1_08
real, dimension(:), allocatable xdata_gr
real, dimension(:), allocatable xdata_u_win
real, dimension(:), allocatable xdata_alb_wall
real, dimension(:,:), allocatable xdata_bslai_st
subroutine default_lai_eco1_09
real, dimension(:,:), allocatable xdata_tc_roof
subroutine default_alb_veg_eco1_05
real, dimension(:,:), allocatable xdata_d_road
subroutine default_alb_veg_eco1_01
real, dimension(:), allocatable xdata_shade
real, dimension(:), allocatable xdata_t_size_max
subroutine default_lai_eco1_07
real, dimension(:), allocatable xdata_emis_panel
real, dimension(:,:,:), allocatable xdata_alb_veg_nir
integer, parameter nundef
real, dimension(:), allocatable xdata_m_sys_rat
subroutine default_lai_eco1_03
real, dimension(:,:), allocatable xdata_cf_nitro
subroutine default_lai_eco1_05
real, dimension(:), allocatable xdata_shgc
subroutine ecoclimap2_lai(KYEAR)
real, dimension(:,:), allocatable xdata_d_floor
real, dimension(:), allocatable xdata_emis_road
real, dimension(:,:), allocatable xdata_wrmax_cf
subroutine default_alb_veg_eco1_08
real, dimension(:), allocatable xdata_alb_panel
subroutine default_alb_veg_eco1_11
subroutine arrange_cover(DTCO, OWATER_TO_NATURE, OTOWN_TO_ROCK, PDATA_NATURE, PDATA_TOWN, PDATA_SEA, PDATA_
real, dimension(:), allocatable xdata_eff_panel
subroutine default_lai_eco1_16
subroutine default_lai_eco1_13
subroutine default_alb_veg_eco1_03
subroutine default_alb_veg_eco1_16
real, dimension(:,:,:), allocatable xdata_veg
real, dimension(:), allocatable xdata_inf
real, dimension(:), allocatable xdata_frac_gr
subroutine default_lai_eco1_18
intent(out) overrides sub arrays one Sort by the least significant key first sum(iindex(1:n))
real, dimension(:,:), allocatable xdata_dice
real, dimension(:), allocatable xdata_f_water_cond
real, dimension(:), allocatable xdata_h_traffic
real, dimension(:), allocatable xdata_rough_roof
subroutine default_lai_eco1_12
real, dimension(:), allocatable xdata_can_hw_ratio
real, dimension(:,:,:), allocatable xdata_h_veg
real, dimension(:,:), allocatable xdata_h_tree
real, dimension(:,:), allocatable xdata_tc_floor
real, dimension(:,:,:), allocatable xdata_alb_veg_vis
subroutine init_types_param
real, dimension(:,:,:), allocatable xdata_green
real, dimension(:), allocatable xdata_hr_target
real, dimension(:,:,:), allocatable xdata_lai
subroutine default_alb_veg_eco1_13
real, dimension(:), allocatable xdata_garden
real, dimension(:,:,:), allocatable xdata_z0litter
real, dimension(:,:), allocatable xdata_soilrc_o3
real, dimension(:,:), allocatable xdata_watsup
real, dimension(:,:), allocatable xdata_gc_st
subroutine default_lai_eco1_01
real, dimension(:), allocatable xdata_le_industry
real, dimension(:), allocatable xdata_qin
real, dimension(:), allocatable xdata_natvent
real, dimension(:,:), allocatable xdata_hc_floor
subroutine default_alb_veg_eco1_12
subroutine default_alb_veg_eco1_19
real, dimension(:,:), allocatable xdata_re25
subroutine default_alb_veg_eco1_06
real, dimension(:), allocatable xdata_bld_height
real, dimension(:,:), allocatable xdata_tc_wall
real, dimension(:), allocatable xdata_h_industry
subroutine default_lai_eco1_15
real, dimension(:,:), allocatable xdata_ground_depth
subroutine default_lai_eco1_17
real, dimension(:,:), allocatable xdata_cna_nitro
real, dimension(:,:), allocatable xdata_stress
character(len=60), dimension(:), allocatable cname
real, dimension(:), allocatable xdata_cop_rat
real, dimension(:), allocatable xdata_z0_town
real, dimension(:), allocatable xdata_cap_sys_heat
real, dimension(:), allocatable xdata_rough_wall
real, dimension(:,:), allocatable xdata_f2i
real, dimension(:), allocatable xdata_emis_roof
subroutine default_alb_soil_eco2
real, dimension(:,:,:), allocatable xdata_emis_eco
real, dimension(:), allocatable xdata_alb_roof
subroutine default_alb_soil_eco1
subroutine default_alb_veg_eco1_04
real, dimension(:,:), allocatable xdata_sefold
real, dimension(:,:), allocatable xdata_hc_road
real, dimension(:), allocatable xdata_cap_sys_rat
real, dimension(:), allocatable xdata_floor_height
real, dimension(:), allocatable xdata_town
real, dimension(:), allocatable xdata_t_size_min
real, dimension(:), allocatable xdata_frac_panel
real, dimension(:,:,:), allocatable xdata_alb_soil_vis
subroutine default_alb_veg_eco1_02
subroutine ini_data_cover(DTCO, U)
real, dimension(:), allocatable xdata_nature
subroutine wlog_mpi(HLOG, PLOG, KLOG, KLOG2, OLOG)
real, dimension(:,:), allocatable xdata_root_extinction
real, dimension(:,:), allocatable xdata_d_wall
subroutine ini_data_param(PLAI, PH_TREE, PALBNIR_VEG, PALBVIS_VEG, PALBUV_VEG, PR
real, dimension(:,:,:), allocatable xdata_gndlitter
subroutine default_alb_veg_eco1_14
real, dimension(:), allocatable xdata_eff_heat