We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the Makkink forcing generation for ERA5 for a range of a couple of years, it can use excessive memory causing the kernel to crash.
However, when defining ~/.esmvaltool/dask.yml as the following:
~/.esmvaltool/dask.yml
cluster: type: distributed.LocalCluster n_workers: 2 threads_per_worker: 1 memory_limit: 5 GiB
It runs fine with a memory use <2GB.
The issue probably occurs in the post-processing function where the potential evaporation is computed. However, we do run into conflicting advice:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the Makkink forcing generation for ERA5 for a range of a couple of years, it can use excessive memory causing the kernel to crash.
However, when defining
~/.esmvaltool/dask.yml
as the following:It runs fine with a memory use <2GB.
The issue probably occurs in the post-processing function where the potential evaporation is computed. However, we do run into conflicting advice:
The text was updated successfully, but these errors were encountered: