191 | | Compute the recharge in meter per second for all maps of monthly precipitation STRDS "Prec" |
192 | | if the monthly mean temperature specified in STRDS "Temp" is higher than 10 degrees. STRDS "Prec" and "Temp" have equal time stamps, the number of days per interval is computed using the td() function that has as argument the STRDS "Prec": |
| 191 | Compute the recharge in meter per second for all cells of precipitation STRDS "Prec" |
| 192 | if the mean temperature specified in STRDS "Temp" is higher than 10 degrees. Computation is performed if STRDS "Prec" and "Temp" have equal time stamps. The number of days or fraction of days per interval is computed using the td() function that has as argument the STRDS "Prec": |