You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe seasonal PSM calibration takes a long time because it is reloading the calibration dataset for each season defined. This can be fixed by holding the original calibration in memory, or if it's too big, resorting to using Dask to run the re-averaging operations. In my experience Dask has only worked with HDF5 files, but since we've upgraded to Python 3 this may be fixed for netCDF.
@rtardif Trying to configure just like P2B now that my seasonal PSMs are built (31hrs!)-- do I set all proxy_psm_type to bilinear in the config yml file, like this: -- dmanderson
The text was updated successfully, but these errors were encountered:
I believe seasonal PSM calibration takes a long time because it is reloading the calibration dataset for each season defined. This can be fixed by holding the original calibration in memory, or if it's too big, resorting to using Dask to run the re-averaging operations. In my experience Dask has only worked with HDF5 files, but since we've upgraded to Python 3 this may be fixed for netCDF.
The text was updated successfully, but these errors were encountered: