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
I cannot open the grib file generated by fourcastnet and fourcastnetv2. I am particularly interested in retrieving t2m, but I receive the following error - can anyone help?
skipping variable: paramId==228246 shortName='u100'
Traceback (most recent call last):
File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/cfgrib/dataset.py", line 721, in build_dataset_components
dict_merge(variables, coord_vars)
File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/cfgrib/dataset.py", line 639, in dict_merge
raise DatasetBuildError(
cfgrib.dataset.DatasetBuildError: key present and new value is different: key='heightAboveGround' value=Variable(dimensions=(), data=10.0) new_value=Variable(dimensions=(), data=100.0)
skipping variable: paramId==228247 shortName='v100'
Traceback (most recent call last):
File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/cfgrib/dataset.py", line 721, in build_dataset_components
dict_merge(variables, coord_vars)
File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/cfgrib/dataset.py", line 639, in dict_merge
raise DatasetBuildError(
cfgrib.dataset.DatasetBuildError: key present and new value is different: key='heightAboveGround' value=Variable(dimensions=(), data=10.0) new_value=Variable(dimensions=(), data=100.0)
skipping variable: paramId==167 shortName='t2m'
Traceback (most recent call last):
File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/cfgrib/dataset.py", line 721, in build_dataset_components
dict_merge(variables, coord_vars)
File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/cfgrib/dataset.py", line 639, in dict_merge
raise DatasetBuildError(
cfgrib.dataset.DatasetBuildError: key present and new value is different: key='heightAboveGround' value=Variable(dimensions=(), data=10.0) new_value=Variable(dimensions=(), data=2.0)
The text was updated successfully, but these errors were encountered:
I cannot open the grib file generated by fourcastnet and fourcastnetv2. I am particularly interested in retrieving t2m, but I receive the following error - can anyone help?
The text was updated successfully, but these errors were encountered: