|
@@ -72,7 +72,7 @@ t.create --o type=strds temporaltype=absolute output=precip_abs4 title="A test w
|
|
t.create --o type=strds temporaltype=absolute output=precip_abs5 title="A test with input files" descr="A test with input files"
|
|
t.create --o type=strds temporaltype=absolute output=precip_abs5 title="A test with input files" descr="A test with input files"
|
|
|
|
|
|
# The @test
|
|
# The @test
|
|
-tr.register -i input=precip_abs0 file="${n1}" start="2001-01-01" increment="1 months"
|
|
|
|
|
|
+t.register type=rast -i input=precip_abs0 file="${n1}" start="2001-01-01" increment="1 months"
|
|
tr.list fs=" | " method=comma input=precip_abs0
|
|
tr.list fs=" | " method=comma input=precip_abs0
|
|
tr.list -h input=precip_abs1
|
|
tr.list -h input=precip_abs1
|
|
tr.list -h fs=" | " method=cols input=precip_abs0
|
|
tr.list -h fs=" | " method=cols input=precip_abs0
|
|
@@ -80,7 +80,7 @@ tr.list -h fs=" | " method=delta input=precip_abs0
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs0
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs0
|
|
tr.list -h fs=" | " method=gran input=precip_abs0
|
|
tr.list -h fs=" | " method=gran input=precip_abs0
|
|
|
|
|
|
-tr.register input=precip_abs1 file="${n1}" start="2001-01-01" increment="1 months"
|
|
|
|
|
|
+t.register type=rast input=precip_abs1 file="${n1}" start="2001-01-01" increment="1 months"
|
|
tr.list fs=" | " method=comma input=precip_abs1
|
|
tr.list fs=" | " method=comma input=precip_abs1
|
|
tr.list -h input=precip_abs1
|
|
tr.list -h input=precip_abs1
|
|
tr.list -h fs=" | " method=cols input=precip_abs1
|
|
tr.list -h fs=" | " method=cols input=precip_abs1
|
|
@@ -88,7 +88,7 @@ tr.list -h fs=" | " method=delta input=precip_abs1
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs1
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs1
|
|
tr.list -h fs=" | " method=gran input=precip_abs1
|
|
tr.list -h fs=" | " method=gran input=precip_abs1
|
|
|
|
|
|
-tr.register -i input=precip_abs2 file="${n2}" start=file
|
|
|
|
|
|
+t.register type=rast -i input=precip_abs2 file="${n2}"
|
|
tr.list fs=" | " method=comma input=precip_abs2
|
|
tr.list fs=" | " method=comma input=precip_abs2
|
|
tr.list -h input=precip_abs2
|
|
tr.list -h input=precip_abs2
|
|
tr.list -h fs=" | " method=cols input=precip_abs2
|
|
tr.list -h fs=" | " method=cols input=precip_abs2
|
|
@@ -96,19 +96,19 @@ tr.list -h fs=" | " method=delta input=precip_abs2
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs2
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs2
|
|
tr.list -h fs=" | " method=gran input=precip_abs2
|
|
tr.list -h fs=" | " method=gran input=precip_abs2
|
|
|
|
|
|
-tr.register -i input=precip_abs3 file="${n3}" start=file end=file
|
|
|
|
|
|
+t.register type=rast -i input=precip_abs3 file="${n3}"
|
|
tr.list fs=" | " method=comma input=precip_abs3
|
|
tr.list fs=" | " method=comma input=precip_abs3
|
|
tr.list -h fs=" | " method=delta input=precip_abs3
|
|
tr.list -h fs=" | " method=delta input=precip_abs3
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs3
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs3
|
|
tr.list -h fs=" | " method=gran input=precip_abs3
|
|
tr.list -h fs=" | " method=gran input=precip_abs3
|
|
|
|
|
|
-tr.register -i input=precip_abs4 file="${n4}" start=file end=file
|
|
|
|
|
|
+t.register type=rast -i input=precip_abs4 file="${n4}"
|
|
tr.list fs=" | " method=comma input=precip_abs4
|
|
tr.list fs=" | " method=comma input=precip_abs4
|
|
tr.list -h fs=" | " method=delta input=precip_abs4
|
|
tr.list -h fs=" | " method=delta input=precip_abs4
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs4
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs4
|
|
tr.list -h fs=" | " method=gran input=precip_abs4
|
|
tr.list -h fs=" | " method=gran input=precip_abs4
|
|
|
|
|
|
-tr.register -i input=precip_abs5 file="${n5}" start=file end=file
|
|
|
|
|
|
+t.register type=rast -i input=precip_abs5 file="${n5}"
|
|
tr.list fs=" | " method=comma input=precip_abs5
|
|
tr.list fs=" | " method=comma input=precip_abs5
|
|
tr.list -h input=precip_abs5
|
|
tr.list -h input=precip_abs5
|
|
tr.list -h fs=" | " method=cols input=precip_abs5
|
|
tr.list -h fs=" | " method=cols input=precip_abs5
|
|
@@ -116,5 +116,5 @@ tr.list -h fs=" | " method=delta input=precip_abs5
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs5
|
|
tr.list -h fs=" | " method=deltagaps input=precip_abs5
|
|
tr.list -h fs=" | " method=gran input=precip_abs5
|
|
tr.list -h fs=" | " method=gran input=precip_abs5
|
|
|
|
|
|
-t.remove type=rast input=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6
|
|
|
|
|
|
+t.unregister type=rast maps=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6
|
|
t.remove type=strds input=precip_abs0,precip_abs1,precip_abs2,precip_abs3,precip_abs4,precip_abs5
|
|
t.remove type=strds input=precip_abs0,precip_abs1,precip_abs2,precip_abs3,precip_abs4,precip_abs5
|