netcdf4 backend required
lukasbaumbach opened this issue · 1 comments
lukasbaumbach commented
With the stated requirements, lgt_creatinput throws an error: ValueError: invalid format for scipy.io.netcdf backend: 'NETCDF4_CLASSIC
. This is due to the fact, that scipy is used as netcdf backend and only supports netcdf3 formats. For writing to the netcdf4_classic format, netcdf4 needs to be installed/added to package requirements.