-
Notifications
You must be signed in to change notification settings - Fork 297
Closed
Labels
Description
📰 Custom Issue
When loading a single variable from a quite small NetCDF file which includes 300 variables, the load time is very large : around 100 seconds (while it is less than 0.1s for a similar single variable file).
This is a bottleneck for trying to use Iris (trough ESMValTool) for handling some climate model native data format.
The attached notebook load_time_histmth.pdf demonstrates the issue and includes a profiling, which shows that the most time consuming function is (by large) NetCDFDataProxy.getitem
The data file is available here
System info is :
uname -a
Linux ciclad-ng.private.ipsl.fr 2.6.32-754.35.1.el6.x86_64 #1 SMP Wed Oct 7 03:47:54 CDT 2020 x86_64 x86_64 x86_64 GNU/Linux
bjlittle