FlowModelingControl / flowtorch

flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
GNU General Public License v3.0
131 stars 45 forks source link

Aweiner testing #38

Closed Apollonaut10 closed 11 months ago

Apollonaut10 commented 12 months ago

Improved speed when loading data with TAUSurfaceDataloader. Requesting a subset of data from the netCDF4 reader seems to trigger a different reading algorithm which is much slower. Slicing the data after reading the entire dataset significantly improves read times for large datasets.