[GRASS-SVN] r61113 - grass-addons/grass7/raster/r.bioclim

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 2 02:01:13 PDT 2014


Author: mmetz
Date: 2014-07-02 02:01:12 -0700 (Wed, 02 Jul 2014)
New Revision: 61113

Modified:
   grass-addons/grass7/raster/r.bioclim/r.bioclim.html
Log:
r.bioclim: manual

Modified: grass-addons/grass7/raster/r.bioclim/r.bioclim.html
===================================================================
--- grass-addons/grass7/raster/r.bioclim/r.bioclim.html	2014-07-02 08:28:27 UTC (rev 61112)
+++ grass-addons/grass7/raster/r.bioclim/r.bioclim.html	2014-07-02 09:01:12 UTC (rev 61113)
@@ -13,67 +13,43 @@
 option is by default 10, and temperature output is in this case Celsius * 10. 
 Exceptions are BIO3, BIO4, and BIO15 which are always multiplied with 100 (see below).
 
-<dl>
-<dt><b>BIO 1</b>
-<dd>Annual mean temperature as the mean of the monthly temperatures.
+<h2>NOTES</h2>
+<h4>Quarter years</h4>
+The bioclimatic indices referring to the wettest, driest, warmest or 
+coldest quarter differ from the official Worldclim bioclimatic indices 
+because <em><b>r.bioclim</b></em> divides a year into four quarters, 
+whereas Worldclim divides a year into 12 quarters. In 
+<em><b>r.bioclim</b></em>, the first quarter refers to Jan - Mar, the 
+second quarter to Apr - Jun, and the last quarter to Oct - Dec. In 
+Worldclim, the first quarter refers to Jan - Mar, the second quarter to 
+Feb - Apr, and the last quarter to Dec - Feb. The reason is that 
+Worldclim assumes long-term averages as input, whereas 
+<em><b>r.bioclim</b></em> assumes long-term-averages or records for a 
+specific year, in which case it does not make sense to calculate a 
+quarter by combining December, January, and February.
 
-<dt><b>BIO 2</b>
-<dd>Mean diurnal range as the mean of monthly (max temp - min temp)
+<h4>List of bioclimatic indices</h4>
 
-<dt><b>BIO 3</b>
-<dd>Isothermality (BIO2/BIO7 * 100)
+<p><b>BIO 01</b> Annual mean temperature as the mean of the monthly temperatures.
+<p><b>BIO 02</b> Mean diurnal range as the mean of monthly (max temp - min temp)
+<p><b>BIO 03</b> Isothermality (BIO2/BIO7 * 100)
+<p><b>BIO 04</b> Temperature Seasonality (standard deviation * 100)
+<p><b>BIO 05</b> Max Temperature of Warmest Month
+<p><b>BIO 06</b> Min Temperature of Coldest Month
+<p><b>BIO 07</b> Temperature Annual Range (BIO5 - BIO6)
+<P><b>BIO 08</b> Mean Temperature of Wettest Quarter
+<p><b>BIO 09</b> Mean Temperature of Driest Quarter
+<p><b>BIO 10</b> Mean Temperature of Warmest Quarter
+<p><b>BIO 11</b> Mean Temperature of Coldest Quarter
+<p><b>BIO 12</b> Annual Precipitation
+<p><b>BIO 13</b> Precipitation of Wettest Month
+<p><b>BIO 14</b> Precipitation of Driest Month
+<p><b>BIO 15</b> Precipitation Seasonality (Coefficient of Variation * 100)
+<p><b>BIO 16</b> Precipitation of Wettest Quarter
+<p><b>BIO 17</b> Precipitation of Driest Quarter
+<p><b>BIO 18</b> Precipitation of Warmest Quarter
+<p><b>BIO 19</b> Precipitation of Coldest Quarter
 
-<dt><b>BIO 4</b>
-<dd>Temperature Seasonality (standard deviation * 100)
-
-<dt><b>BIO 5</b>
-<dd>Max Temperature of Warmest Month
-
-<dt><b>BIO 6</b>
-<dd>Min Temperature of Coldest Month
-
-<dt><b>BIO 7</b>
-<dd>Temperature Annual Range (BIO5 - BIO6)
-
-<dt><b>BIO 8</b>
-<dd>Mean Temperature of Wettest Quarter
-
-<dt><b>BIO 9</b>
-<dd>Mean Temperature of Driest Quarter
-
-<dt><b>BIO 10</b>
-<dd>Mean Temperature of Warmest Quarter
-
-<dt><b>BIO 11</b>
-<dd>Mean Temperature of Coldest Quarter
-
-<dt><b>BIO 12</b>
-<dd>Annual Precipitation
-
-<dt><b>BIO 13</b>
-<dd>Precipitation of Wettest Month
-
-<dt><b>BIO 14</b>
-<dd>Precipitation of Driest Month
-
-<dt><b>BIO 15</b>
-<dd>Precipitation Seasonality (Coefficient of Variation * 100)
-
-<dt><b>BIO 16</b>
-<dd>Precipitation of Wettest Quarter
-
-<dt><b>BIO 17</b>
-<dd>Precipitation of Driest Quarter
-
-<dt><b>BIO 18</b>
-<dd>Precipitation of Warmest Quarter
-
-<dt><b>BIO 19</b>
-<dd>Precipitation of Coldest Quarter
-
-</dl>
-
-
 <h2>EXAMPLES</h2>
 
 Bioclimatic indices from worldclim data with 4 parallel processes:



More information about the grass-commit mailing list