[GRASS-SVN] r38847 - grass-addons/raster/r.sun.tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 24 08:08:34 EDT 2009
Author: hamish
Date: 2009-08-24 08:08:34 -0400 (Mon, 24 Aug 2009)
New Revision: 38847
Modified:
grass-addons/raster/r.sun.tools/g.linke_by_day.py
Log:
comment values given
Modified: grass-addons/raster/r.sun.tools/g.linke_by_day.py
===================================================================
--- grass-addons/raster/r.sun.tools/g.linke_by_day.py 2009-08-24 12:06:34 UTC (rev 38846)
+++ grass-addons/raster/r.sun.tools/g.linke_by_day.py 2009-08-24 12:08:34 UTC (rev 38847)
@@ -40,6 +40,8 @@
from scipy.interpolate import interpolate
##### put monthly data here
+ # e.g. northern hemisphere mountains: (from the r.sun help page)
+ # [jan,feb,mar,...,dec]
linke_data = numpy.array ([1.5,1.6,1.8,1.9,2.0,2.3,2.3,2.3,2.1,1.8,1.6,1.5])
####
More information about the grass-commit
mailing list