ec-jrc / lisflood-utilities

LISFLOOD OS - Utilities
https://ec-jrc.github.io/lisflood
European Union Public License 1.2
22 stars 9 forks source link

Optimize RAM usage by converting data to float32. #50

Closed gnrgomes closed 8 months ago

gnrgomes commented 8 months ago

We converted all data from float64 to float32 before calling pyg2p interpolation in order to further optimize RAM usage and decrease runtime.