roocs / clisops

Climate Simulation Operations
https://clisops.readthedocs.io/en/latest/
Other
21 stars 9 forks source link

use compute=False in to_netcdf #55

Closed cehbrecht closed 4 years ago

cehbrecht commented 4 years ago

The WPS processes are in some cases blocked by ds.to_netcdf(compute=True) (default). With compute=False the blocking does not occur. But maybe files are not written before WPS response is send?

agstephens commented 4 years ago

This only writes missing values so rejecting.