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
As explained in the part of "3. Implementing additional fixes" in CMORization episode, when I run this
esmvaltool run recipe_check_fluxcom.yml --config_file <path to config-user.yml> --log_level debug
I got this error:
esmvalcore.cmor.check.CMORCheckError: There were errors in variable GPP:
GPP: units should be kg m-2 s-1, not unknown
lon: standard_name should be longitude, not None
lat: standard_name should be latitude, not None
lon: units should be degrees_east, not unknown
lon: has values < valid_min = 0.0
lat: units should be degrees_north, not unknown
GPP: does not match coordinate rank
in cube:****
The text was updated successfully, but these errors were encountered:
As explained in the part of "3. Implementing additional fixes" in CMORization episode, when I run this
esmvaltool run recipe_check_fluxcom.yml --config_file <path to config-user.yml> --log_level debug
I got this error:
esmvalcore.cmor.check.CMORCheckError: There were errors in variable GPP:
GPP: units should be kg m-2 s-1, not unknown
lon: standard_name should be longitude, not None
lat: standard_name should be latitude, not None
lon: units should be degrees_east, not unknown
lon: has values < valid_min = 0.0
lat: units should be degrees_north, not unknown
GPP: does not match coordinate rank
in cube:****
The text was updated successfully, but these errors were encountered: