I have just installed Climate Data Operators (CDO) on Ubuntu 18.04 TLS on Windows 10. Unfortunately, using the Ubuntu command line, I am unable to access data files stored on my Windows Drives. Does anyone know a way around this?
How are you running Ubuntu? Don't run it as a virtual shell. Use Windows 10 inbuilt Linux.
1: Install following here https://docs.microsoft.com/en-us/windows/wsl/install-win10 also check that this does everything described here https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/
2: Install xming (for graphics) from here https://sourceforge.net/projects/xming/
3: Open "Bash for ubuntu on Windows" shell
4: To get graphics run xming and in the bash shell (pt 3 above) type "export DISPLAY=:0.0" test with xeyes to confirm graphics are working and good to go!
Miles Sowden Hello there, I am using inbuilt Linux system , i installed it from the Microsoft Store and graphics are running just fine. Additionally i also installed climate data operator (CDO) using this code: "sudo apt install cdo".
However, whenever i am trying merge netcdf file of different times into a single one, using this code : "cdo mergetime *.nc output.nc" .
I get this error : "cdo: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory"
Would you mind sharing your ideas about how i might solve this ?