You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create sub-basins (demand zones) using `LDD` and `samples` (done once - you can go in `initial`)self.subcatchment=pcr.subcatchment(self.ldd_file, self.sampleLocs) # Transforms into nominal to be used in the average function (done once - can go in `initial`)self.areas=pcr.nominal(self.subcatchment)
# Generate the average of the variable in each zone (here `Etr` as an example, include precipitation) `dynamic`self.mean=pcr.areaaverage(self.ETr, self.areas) # Use the export function for PCRaster TSS to generate the files
LINAMARIAOSORIO
changed the title
Add result of average plots in demand zones
Add result of average plots in user-defined sub-basins
Feb 19, 2024
LINAMARIAOSORIO
changed the title
Add result of average plots in user-defined sub-basins
Add result of average plots in user-defined sub-areas
Feb 19, 2024
soaressgabriel
changed the title
Add result of average plots in user-defined sub-areas
Add result of average tables in user-defined sub-areas
Feb 22, 2024
Description
Solution
Alternative solution(s)
Additional context
Acknowledgements
The text was updated successfully, but these errors were encountered: