|
@@ -5,13 +5,14 @@
|
|
# @preprocess step of this test.
|
|
# @preprocess step of this test.
|
|
# The region setting should work for UTM and LL test locations
|
|
# The region setting should work for UTM and LL test locations
|
|
g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
|
|
g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
|
|
-# Data generation
|
|
|
|
-r.mapcalc --o expr="prec_1 = rand(0, 550)"
|
|
|
|
-r.mapcalc --o expr="prec_2 = rand(0, 450)"
|
|
|
|
-r.mapcalc --o expr="prec_3 = rand(0, 320)"
|
|
|
|
-r.mapcalc --o expr="prec_4 = rand(0, 510)"
|
|
|
|
-r.mapcalc --o expr="prec_5 = rand(0, 300)"
|
|
|
|
-r.mapcalc --o expr="prec_6 = rand(0, 650)"
|
|
|
|
|
|
+
|
|
|
|
+# Generate data
|
|
|
|
+r.mapcalc --o expr="prec_1 = rand(0, 550)" -s
|
|
|
|
+r.mapcalc --o expr="prec_2 = rand(0, 450)" -s
|
|
|
|
+r.mapcalc --o expr="prec_3 = rand(0, 320)" -s
|
|
|
|
+r.mapcalc --o expr="prec_4 = rand(0, 510)" -s
|
|
|
|
+r.mapcalc --o expr="prec_5 = rand(0, 300)" -s
|
|
|
|
+r.mapcalc --o expr="prec_6 = rand(0, 650)" -s
|
|
|
|
|
|
t.create --o type=strds temporaltype=relative output=precip_abs1 title="A test" descr="A test"
|
|
t.create --o type=strds temporaltype=relative output=precip_abs1 title="A test" descr="A test"
|
|
t.register -i type=rast input=precip_abs1 maps=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6 start=0 unit=days increment=3
|
|
t.register -i type=rast input=precip_abs1 maps=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6 start=0 unit=days increment=3
|