We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0065ff2 commit c6a6c66Copy full SHA for c6a6c66
dodola/core.py
@@ -104,7 +104,7 @@ def adjust_quantiledeltamapping_year(
104
with set_options(sdba_extra_output=True):
105
out = qdm.adjust(simulation, interp="nearest").sel(time=str(year))
106
# make quantiles a coordinate of bias corrected output variable
107
- out = out.assign_coords(sim_q=out.sim_q)
+ out = out["scen"].assign_coords(sim_q=out.sim_q)
108
else:
109
110
0 commit comments