Hello, I'm following along this tutorial (
) to visualice and create maps with the wrf outputs I got, but my wrf file is located in a cluster (xula) and I'm getting this error: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/lustre/home/XXXX/WRF_2_THERMAL/run/wrfout_d04_2022-07-09_00:00:00' when using Jupiter notebook and netCDF4 (Dataset) to open it.
I understand that this is happening because the wrf output file isn't in the computer (it is in the cluster path) but how can I still use the file in this case?
It is very important please help
Thanks
I understand that this is happening because the wrf output file isn't in the computer (it is in the cluster path) but how can I still use the file in this case?
It is very important please help
Thanks