powered by
Computes bioclimatic balance from water balance in raster format.
biobalRaster(bh, CC, path = NULL, ncpu = 1)
SpatRaster with 48 layers corresponding to the 12 monthly values of 'B', 'b','bc','bl'.
Water balance in raster format.
Field capacity. It depends on water retention capacity and depth of roots. 400 as default value. It can be a SpatRaster layer.
Optional. Path (folder) where the output raster files and look-up-tables will be saved.
Number of CPUs to use. By default, sequential mode (1 cpu) is used.
# \donttest{ wb <- terra::rast(wbRast) bb <- biobalRaster(wb, CC = 400, path=NULL, ncpu = 2) # }
Run the code above in your browser using DataLab