Skip to content

Error while regridding sic for BCC model #151

Description

@nperezzanon

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})
....

      File

"/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

Metadata

Metadata

Assignees

Labels

fix for datasetRelated to dataset-specific fix files

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions