Murk
Murk
Hi, I am trying to concatenate ten years of WRF output. Some setups were run with frames_per_outfile=1000 so it is a single wrfout file with all the timesteps; where as...
Hi, I am trying to concatenate my wrfout files with salem and it is generating this error: OSError: [Errno -101] NetCDF: HDF error: b'F:\\rcp4.5\\D02-2090-2100\\wrfout_d02_2099-02-06_00_00_00.nc' The files concatenate well with xarray,...
Hi Yefee, I have installed xMCA through git. It does import into my spyder notebook as well. However trying the Example 1 from here, https://github.com/Yefee/xMCA, I get this error: TypeError:...
MCA errors
Hello, I am trying to run the MCA with two variables, which are a climate model, WRF's output. I get this error right after the bit: ``` mca.plot(mode=1, **pkwargs) :...