Hi!
I am trying to regrid 'sic' variable to 1x1 in order to have a regular
grid with longitudes and latitudes, so the same script can work with
atmospheric or ice variables.
I did it in the past and it worked with BCC data. Now, I found the
following errors:
Cell methods:
mean: time, {'target_grid': '1x1', 'scheme': 'nearest'})
...
File
"/home/users/nperez/miniconda3/envs/esmvaltool/lib/python3.7/multiprocessing/pool.py",
line 657, in get
raise self._value
TypeError: 'NoneType' object is not subscriptable
If I remove the regrid option, I found different error
Cell methods:
mean: time, {'start_longitude': 0, 'end_longitude':
360, 'start_latitude': 50, 'end_latitude': 90})
....
"/home/users/nperez/miniconda3/envs/esmvaltool/lib/python3.7/multiprocessing/pool.py",
line 657, in get
raise self._value
ValueError: The truth value of an array with more than one
element is ambiguous. Use a.any() or a.all()
The data is on Jasmin. Using CNRM-CM5 data this error doesn't appear, so I keep testing with CNRM-CM5 data.
main_log_debug.txt
recipe_modes_of_variability.txt
Cheers, Núria
Hi!
I am trying to regrid 'sic' variable to 1x1 in order to have a regular
grid with longitudes and latitudes, so the same script can work with
atmospheric or ice variables.
I did it in the past and it worked with BCC data. Now, I found the
following errors:
"/home/users/nperez/miniconda3/envs/esmvaltool/lib/python3.7/multiprocessing/pool.py",
line 657, in get
raise self._value
TypeError: 'NoneType' object is not subscriptable
If I remove the regrid option, I found different error
360, 'start_latitude': 50, 'end_latitude': 90})
....
"/home/users/nperez/miniconda3/envs/esmvaltool/lib/python3.7/multiprocessing/pool.py",
line 657, in get
raise self._value
ValueError: The truth value of an array with more than one
element is ambiguous. Use a.any() or a.all()
The data is on Jasmin. Using CNRM-CM5 data this error doesn't appear, so I keep testing with CNRM-CM5 data.
main_log_debug.txt
recipe_modes_of_variability.txt
Cheers, Núria