test.t.rast.accdetect.reverse stdout

projection: 1 (UTM)
zone:       32
datum:      wgs84
ellipsoid:  wgs84
north:      80
south:      0
west:       0
east:       120
nsres:      10
ewres:      10
rows:       8
cols:       12
cells:      96
r.series.accumulate input=temp_6@__temporal_t_rast_accdetect_test.t.rast.accdetect.reverse scale=1.0 shift=0.0 limits=10.0,25.0 method=mean output=temp_acc_1
r.series.accumulate basemap=temp_acc_1 input=temp_5@__temporal_t_rast_accdetect_test.t.rast.accdetect.reverse scale=1.0 shift=0.0 limits=10.0,25.0 method=mean output=temp_acc_2
r.series.accumulate basemap=temp_acc_2 input=temp_4@__temporal_t_rast_accdetect_test.t.rast.accdetect.reverse scale=1.0 shift=0.0 limits=10.0,25.0 method=mean output=temp_acc_3
r.series.accumulate basemap=temp_acc_3 input=temp_3@__temporal_t_rast_accdetect_test.t.rast.accdetect.reverse scale=1.0 shift=0.0 limits=10.0,25.0 method=mean output=temp_acc_4
r.series.accumulate basemap=temp_acc_4 input=temp_2@__temporal_t_rast_accdetect_test.t.rast.accdetect.reverse scale=1.0 shift=0.0 limits=10.0,25.0 method=mean output=temp_acc_5
r.series.accumulate basemap=temp_acc_5 input=temp_1@__temporal_t_rast_accdetect_test.t.rast.accdetect.reverse scale=1.0 shift=0.0 limits=10.0,25.0 method=mean output=temp_acc_6
6
temp_occ_1 = if(temp_acc_1 > 20 && temp_acc_1 < 80, 304.0, null())
temp_occ_2 = if(temp_acc_2 > 20 && temp_acc_2 < 80, 243.0, null())
temp_occ_3 = if(temp_acc_3 > 20 && temp_acc_3 < 80, 181.0, null())
temp_occ_4 = if(temp_acc_4 > 20 && temp_acc_4 < 80, 120.0, null())
temp_occ_5 = if(temp_acc_5 > 20 && temp_acc_5 < 80, 59.0, null())
temp_occ_6 = if(temp_acc_6 > 20 && temp_acc_6 < 80, 0.0, null())
temp_occ_indicator_1 = if(isnull(temp_occ_1), null(), 1)
temp_occ_indicator_2 = if(isnull(temp_occ_1), if(isnull(temp_occ_2), null(), 1), if(isnull(temp_occ_2), null(), if(isnull(temp_occ_3), 3, 2)))
temp_occ_indicator_3 = if(isnull(temp_occ_2), if(isnull(temp_occ_3), null(), 1), if(isnull(temp_occ_3), null(), if(isnull(temp_occ_4), 3, 2)))
temp_occ_indicator_4 = if(isnull(temp_occ_3), if(isnull(temp_occ_4), null(), 1), if(isnull(temp_occ_4), null(), if(isnull(temp_occ_5), 3, 2)))
temp_occ_indicator_5 = if(isnull(temp_occ_4), if(isnull(temp_occ_5), null(), 1), if(isnull(temp_occ_5), null(), if(isnull(temp_occ_6), 3, 2)))
temp_occ_indicator_6 = if(isnull(temp_occ_5), if(isnull(temp_occ_6), null(), 1), if(isnull(temp_occ_6), null(), 2))