[GRASS-SVN] r30627 - grass-addons/gipe/r.out.vic_mask

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 18 21:24:04 EDT 2008


Author: ychemin
Date: 2008-03-18 21:24:04 -0400 (Tue, 18 Mar 2008)
New Revision: 30627

Modified:
   grass-addons/gipe/r.out.vic_mask/description.html
   grass-addons/gipe/r.out.vic_mask/main.c
Log:
Updated info about r.out.vic_mask

Modified: grass-addons/gipe/r.out.vic_mask/description.html
===================================================================
--- grass-addons/gipe/r.out.vic_mask/description.html	2008-03-19 01:23:46 UTC (rev 30626)
+++ grass-addons/gipe/r.out.vic_mask/description.html	2008-03-19 01:24:04 UTC (rev 30627)
@@ -1,6 +1,10 @@
 <H2>DESCRIPTION</H2>
 
-<EM>r.out.vic_mask</EM> creates a VIC hydrological model watershed basin maskinput ascii file.
+<EM>r.out.vic_mask</EM> creates a VIC hydrological model watershed basin mask input ascii file.
+This is used by gstation.c and select_stations.c to grid meteorological datasets into VIC.
+
+http://www.hydro.washington.edu/Lettenmaier/Data/PRCP.html#A4.5
+
 This is an input to VIC (Variable Infiltration Capacity). 
 <H2>NOTES</H2>
 

Modified: grass-addons/gipe/r.out.vic_mask/main.c
===================================================================
--- grass-addons/gipe/r.out.vic_mask/main.c	2008-03-19 01:23:46 UTC (rev 30626)
+++ grass-addons/gipe/r.out.vic_mask/main.c	2008-03-19 01:24:04 UTC (rev 30627)
@@ -7,6 +7,9 @@
  * 		 which is valid grid cell for VIC processing.
  * 		 NULL() and 0 data are set to "0",
  * 		 which tells VIC not to process it.
+ * 		 This is used by gstation.c and select_station.c to grid
+ * 		 meteorological station daily data.
+ * 		 http://www.hydro.washington.edu/Lettenmaier/Data/PRCP.html#A4.5
  * 		 
  * COPYRIGHT:    (C) 2008 by the GRASS Development Team
  *



More information about the grass-commit mailing list