Reading time
from multiple forcing netCDF files (> 2Gb) very slow
#238
Labels
bug
Something isn't working
time
from multiple forcing netCDF files (> 2Gb) very slow
#238
Reading the
time
variable from multiple forcing netCDF files (e.g.:"inmaps-er_*.nc"
>2 Gb) is very slow. During model initialization it hangs here:Wflow.jl/src/Wflow.jl
Line 47 in d1dcbfe
A possible solution is to read the
time
variable in a for loop once, and to storenctimes
(as part ofNCReader
). I did a small test (for loop) and this gives a significant speedup. @ahweerts did report the issue. Bit strange that until now no one else ran into this issue (Wflow runs have been made at the global scale, including multiple forcing files). @visr : perhaps you have some additional info/insights on this?The text was updated successfully, but these errors were encountered: