[GRASS-SVN] r60936 - in grass/trunk/imagery: . i.eb.hsebal01
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 23 20:55:10 PDT 2014
Author: ychemin
Date: 2014-06-23 20:55:10 -0700 (Mon, 23 Jun 2014)
New Revision: 60936
Added:
grass/trunk/imagery/i.eb.hsebal01/
Removed:
grass/trunk/imagery/i.eb.h_sebal01/
Modified:
grass/trunk/imagery/Makefile
grass/trunk/imagery/i.eb.hsebal01/Makefile
grass/trunk/imagery/i.eb.hsebal01/main.c
Log:
Naming convention for modules now respected (would bug pyGRASS)
Modified: grass/trunk/imagery/Makefile
===================================================================
--- grass/trunk/imagery/Makefile 2014-06-24 03:34:19 UTC (rev 60935)
+++ grass/trunk/imagery/Makefile 2014-06-24 03:55:10 UTC (rev 60936)
@@ -9,7 +9,7 @@
i.cluster \
i.eb.evapfr \
i.eb.eta \
- i.eb.h_sebal01 \
+ i.eb.hsebal01 \
i.eb.netrad \
i.eb.soilheatflux \
i.evapo.mh \
Modified: grass/trunk/imagery/i.eb.hsebal01/Makefile
===================================================================
--- grass/trunk/imagery/i.eb.h_sebal01/Makefile 2014-06-24 03:34:19 UTC (rev 60935)
+++ grass/trunk/imagery/i.eb.hsebal01/Makefile 2014-06-24 03:55:10 UTC (rev 60936)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-PGM = i.eb.h_sebal01
+PGM = i.eb.hsebal01
LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
DEPENDENCIES = $(RASTERDEP) $(GISDEP)
Modified: grass/trunk/imagery/i.eb.hsebal01/main.c
===================================================================
--- grass/trunk/imagery/i.eb.h_sebal01/main.c 2014-06-24 03:34:19 UTC (rev 60935)
+++ grass/trunk/imagery/i.eb.hsebal01/main.c 2014-06-24 03:55:10 UTC (rev 60936)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: i.eb.h_SEBAL01
+ * MODULE: i.eb.hSEBAL01
* AUTHOR(S): Yann Chemin - yann.chemin at gmail.com
* PURPOSE: Calculates sensible heat flux by SEBAL iteration
* Delta T will be reassessed in the iterations !
More information about the grass-commit
mailing list