Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Proposed Bias Correction Module Workflow #9

Open
18 tasks
andersy005 opened this issue Nov 2, 2017 · 0 comments
Open
18 tasks

Proposed Bias Correction Module Workflow #9

andersy005 opened this issue Nov 2, 2017 · 0 comments

Comments

@andersy005
Copy link
Owner

The Bias correction workflow will follow the following steps adapted from Downscale Paper doc

  • Prepare data

    • Gather tavg, tmin, tmax, pr data:

      • Observed historical data at target resolution

      • GCM-simulated historical conditions at MODEL resolution

      • GCM-simulated future climate conditions at MODEL resolution

    • regrid GCM historical and GCM future projections to REGRID resolution
      xmap.XMap(da).remap_to([('lat', 1), ('lon', 1)], how='bilinear')

    • Coarsen historical data to REGRID resolution (same as regrid - remap_like)

  • Bias Correct

    • Remove trend from CMIP tasmin/tasmax projections

    • Bias correct each variable, location, and calendar day:

      • Produce paired CDFs/quantile map from GCM → OBS-HIST

      • Replace values in GCM with OBS-HIST for corresponding portion of distribution

    • Reintroduce trend

  • Spatially disaggregate

    • Compute spatial climatology for OBS-HIST

    • Compute GCM-ADJ “factor” (for temp, difference) from OBS-HIST

    • Interpolate factors to target resolution using “SYMAP algorithm (Shepard, 1984), which is basically a modified inverse-distance-squared interpolation.”

    • Merge interpolated factors with target-resolution spatial climatology

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant