agnesfrancois

Results 9 comments of 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 : ![image](https://user-images.githubusercontent.com/84960119/215778743-f63e4bb6-3fd4-4587-a86b-96fddb6909b8.png) 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 ![image](https://user-images.githubusercontent.com/84960119/215806016-603123e2-8a49-42c9-9830-23079d10262c.png)

Indeed, CDO is in the packages... ![image](https://user-images.githubusercontent.com/84960119/215807443-aed9b0ba-6c70-4b56-bbe3-f329cb0f7cb1.png)

I have the following output (in french sorry): ![image](https://user-images.githubusercontent.com/84960119/215810308-62cdefc0-80c1-40a2-a140-c3545f8331ec.png) 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