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
Hi @aidanheerdegen - I am belatedly getting back to this data publishing pipeline.
First attempt revealed some errors like this:
Deleting following variables with a time dimension from ocean_grid.nc: ['time', 'drag_coeff']
Traceback (most recent call last):
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/bin/splitvar", line 10, in <module>
sys.exit(main_argv())
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/splitvar/cli.py", line 116, in main_argv
main_parse_args(sys.argv[1:])
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/splitvar/cli.py", line 110, in main_parse_args
return main(parse_args(args))
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/splitvar/cli.py", line 204, in main
ds = xarray.decode_cf(ds)
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/xarray/conventions.py", line 479, in decode_cf
decode_coords, drop_variables=drop_variables, use_cftime=use_cftime)
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/xarray/conventions.py", line 401, in decode_cf_variables
stack_char_dim=stack_char_dim, use_cftime=use_cftime)
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/xarray/conventions.py", line 306, in decode_cf_variable
var = coder.decode(var, name=name)
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/xarray/coding/times.py", line 419, in decode
self.use_cftime)
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/xarray/coding/times.py", line 90, in _decode_cf_datetime_dtype
last_item(values) or [0]])
File "/g/data3/hh5/public/apps/miniconda3/envs/analysis3-19.07/lib/python3.6/site-packages/xarray/core/formatting.py", line 99, in last_item
return np.ravel(array[indexer]).tolist()
AttributeError: 'Array' object has no attribute 'tolist'
I am testing out whether this is due to the 19.07 update and will report back.
The text was updated successfully, but these errors were encountered:
Hi @aidanheerdegen - I am belatedly getting back to this data publishing pipeline.
First attempt revealed some errors like this:
I am testing out whether this is due to the 19.07 update and will report back.
The text was updated successfully, but these errors were encountered: