Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIROC6-dtr.yaml ssp126, ssp245, ssp345, ssp585 fail bias-correction validation with invalid DTR range #450

Closed
brews opened this issue Dec 16, 2021 · 1 comment
Assignees
Labels

Comments

@brews
Copy link
Member

brews commented Dec 16, 2021

The biascorrect+downscaling run for MIROC6 DTR fails when validating bias-corrected output for ssp126, ssp245, ssp345 and ssp585. The validation error says that the DTR values are outside of the valid range. The historical run passes and appears to produce valid downscaled output.

Workflow run: https://argo.cildc6.org/archived-workflows/default/2ae96eca-69cf-47ff-9edb-0447111395e3

Sample logged error from ssp345:

Validating gs://biascorrected-492e989a/stage/ScenarioMIP/MIROC/MIROC6/ssp126/r1i1p1f1/day/dtr/gn/v20211
215235807.zarr
Traceback (most recent call last):
  File "/argo/staging/script", line 44, in <module>
    tasks = dask.compute(*tasks)
  File "/opt/conda/lib/python3.9/site-packages/dask/base.py", line 570, in compute
    results = schedule(dsk, keys, **kwargs)
  File "/opt/conda/lib/python3.9/site-packages/dask/threaded.py", line 79, in get
    results = get_async(
  File "/opt/conda/lib/python3.9/site-packages/dask/local.py", line 507, in get_async
    raise_exception(exc, tb)
  File "/opt/conda/lib/python3.9/site-packages/dask/local.py", line 315, in reraise
    raise exc
  File "/opt/conda/lib/python3.9/site-packages/dask/local.py", line 220, in execute_task
    result = _execute_task(task, data)
  File "/opt/conda/lib/python3.9/site-packages/dask/core.py", line 119, in _execute_task
    return func(*(_execute_task(a, cache) for a in args))
  File "/argo/staging/script", line 31, in clear_memory_intensive_tests
    _test_dtr_range(d, v)
  File "/opt/dodola/dodola/core.py", line 719, in _test_dtr_range
    assert (ds[var].min() > 0) and (
AssertionError: diurnal temperature range values are invalid

Blocking progress on #397

@brews brews added the bug label Dec 16, 2021
brews added a commit that referenced this issue Dec 17, 2021
Bumping the dodola image for a validation step to test
ClimateImpactLab/dodola#153.

Related to #450
@brews
Copy link
Member Author

brews commented Dec 17, 2021

Closed by #459

@brews brews closed this as completed Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants