climr icon indicating copy to clipboard operation
climr copied to clipboard

add ensemble selection function

Open cmahony opened this issue 1 year ago • 1 comments

climr needs a function that selects ensembles of GCMs and runs.

  • [ ] select small gcm ensembles based on KKZ and other criteria
  • [ ] select a subset of runs that represent the larger ensemble of runs, based on KKZ

The user would supply a point, polygon, or bbox. the function would create a small number of points (as few as ~8) representing the spatial range of the bbox, and select the ensemble based on these points

cmahony avatar Mar 23 '24 13:03 cmahony

  • Add KKZ function to climr
  • Add option to downscale where gcms/runs can be passed it vector form (e.g., gcms = c("ACCESS","ACCESS","EC-EARTH3"), run_nm = c(1,2,1)

kdaust avatar Jan 07 '25 22:01 kdaust