Diana Gergel
Diana Gergel
Previously, with VIC 4.0.4 in RASM, we initialized the `l2x` coupler fields in the `l2x_data_struct` with `0`s instead of `SHR_CONST_SPVAL` (which is `10e30`). We do not populate all of these...
This PR adds the following: 1) a full recipe for implementing the Thrasher et al. 2012 method for spatial disaggregation that is part of the Bias Correction and Spatial Disaggregation...
Currently the `PointwiseDownscaler` BCSD temperature and precip models are failing because the BCSD temp and precip objects lose their `_check_n_features` attribute when applied to a dataarray/dataset with the `PointwiseDownscaler` wrapper...
The QDM bias correction method, developed by Alex Cannon (see [Cannon et al 2015](https://journals.ametsoc.org/jcli/article/28/17/6938/35010)) preserves relative changes in quantiles by applying simulated relative changes in quantiles on top of observed...
@jhamman (and any others who might want to weigh in on this) I was wondering what your plan is for adding functionality for spatial disaggregation? Are you still thinking about...
currently if `member_id` is an additional dimension (which is easy to have happen if you grab multiple ensemble members from CMIP6 when searching the catalog), the PointwiseDownscaler fails with a...
Currently the PointWiseDownscaler seems to fail if the model data time dimension does not have a pandas Datetime Index, and it fails with `KeyError: 'time'` even when the time attribute...
this method is a slight modification to the classic bias correction method in that it fits quantile maps by day of year using day groups composed of the day of...
At our last CMIP6-in-the-cloud collaboration meeting (myself, @naomi-henderson and @cisaacstern), we discussed the current situation for CMIP6 archiving in the cloud. For zarr stores, the CMIP6 archive has been on...
In addition to the QPLAD and QDM notebooks thus far, we need a notebook that integrates QDM and QPLAD using ERA-5 and CMIP6 data over a small geographical area to...