You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Darwin Rays-MacBook-Pro.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:00:32 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6030 arm64
Relevant log output
/Users/raybell/miniforge3/envs/main/lib/python3.12/site-packages/cfgrib/xarray_to_grib.py:252: FutureWarning: GRIB write support is experimental, DO NOT RELY ON IT!
warnings.warn("GRIB write support is experimental, DO NOT RELY ON IT!", FutureWarning)
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
failed to set key 'endStep:int' to 0
failed to set key 'stepUnits:int' to 1
Python - ERROR - 20241115.035553 - Line 0 in'PythonScript': Exception: Assertion failed: Gaussian: values size equals iterator count in validate, line 90 of /Users/runner/miniforge3/conda-bld/metview_1727940057426/work/mir/src/mir/repres/gauss/Gaussian.cc
Python - ERROR - 20241115.035553 - Line 0 in'PythonScript': MIR: Assertion failed: Gaussian: values size equals iterator count in validate, line 90 of /Users/runner/miniforge3/conda-bld/metview_1727940057426/work/mir/src/mir/repres/gauss/Gaussian.cc
Python - ERROR - 20241115.035553 - Line 0 in'PythonScript': Interpolation failed (-2)
Python - ERROR - 20241115.035553 - Line 0 in'PythonScript': Retrieve-> Error code: -2
---------------------------------------------------------------------------
Exception Traceback (most recent call last)
Cell In[2], line 22
20 def roll_longitude(ds):
21 return ds.assign_coords(longitude=(((ds.longitude +180) %360) -180)).sortby('longitude')
---> 22 ds_single_ll = roll_longitude(mv.read(data=single_fieldset, grid=[0.25,0.25]).to_dataset())
File ~/miniforge3/envs/main/lib/python3.12/site-packages/metview/bindings.py:1285, in make.<locals>.wrapped(*args, **kwargs)
1282 pass # throw Exception
1284 val = lib.p_result_as_value()
-> 1285 return value_from_metview(val)
File ~/miniforge3/envs/main/lib/python3.12/site-packages/metview/bindings.py:1239, in value_from_metview(val)
1237 retval = vr.translate_return_val(val)
1238 if isinstance(retval, Exception):
-> 1239 raise retval
1240 return retval
Exception: Metview error: Exception: Assertion failed: Gaussian: values size equals iterator count in validate, line 90 of /Users/runner/miniforge3/conda-bld/metview_1727940057426/work/mir/src/mir/repres/gauss/Gaussian.cc
Accompanying data
No response
Organisation
Self
The text was updated successfully, but these errors were encountered:
What happened?
What are the steps to reproduce the bug?
Version
5.23.0
Platform (OS and architecture)
Darwin Rays-MacBook-Pro.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:00:32 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6030 arm64
Relevant log output
Accompanying data
No response
Organisation
Self
The text was updated successfully, but these errors were encountered: