agnesfrancois
agnesfrancois
Hello, I have the same error in open_data() while working with Ubuntu (via Virtual Box), nctoolkit 0.8.6, CDO 2.1.1 and Python 3.10.8. I used a vitual environment with which I...
Yes, thank you for your really quick answer. My code (with screenshot attached) : `import matplotlib as plt import nctoolkit as nc ... file = nc.open_data('SWIO12_CNRM-ESM2-1_HIST_r1i1p1f2_CNRM-ALADIN63_v2_frac_land_fx_once_REU_grid003.nc') --------------------------------------------------------------------------- IndexError Traceback (most...
Thank you for your answer. Unfortunately, I don't think I can share the file. Here are the results from the terminal :  I can also see with netCDF4 that...
I tried with several files I have, and when I try .variables, .years or .times results show an empty list (the other files have time-dependent data), when I try .spatial_mean()...
Indeed, there is a problem with both tests. nc.cdo_version() does not show anything, and the four lines of code give me the following error : ```python The dataset has been...
OK thank you, I have the following output so something is wrong with my environment, I will try again and create a new one 
Indeed, CDO is in the packages... 
I have the following output (in french sorry):  For the environment I was using until now, yes I had to specify the version. As I wanted to upgrade nctoolkit...
Hello ! Problem solved after checking this page : https://code.mpimet.mpg.de/boards/1/topics/13131 , jupyterlab was not installed in my virtual environment, so the notebook could not really make a link