Skip to content

Commit c6a6c66

Browse files
committed
another fix
1 parent 0065ff2 commit c6a6c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dodola/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def adjust_quantiledeltamapping_year(
104104
with set_options(sdba_extra_output=True):
105105
out = qdm.adjust(simulation, interp="nearest").sel(time=str(year))
106106
# make quantiles a coordinate of bias corrected output variable
107-
out = out.assign_coords(sim_q=out.sim_q)
107+
out = out["scen"].assign_coords(sim_q=out.sim_q)
108108
else:
109109
out = qdm.adjust(simulation, interp="nearest").sel(time=str(year))
110110

0 commit comments

Comments
 (0)