Skip to content
New issue

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

Try to merge ilamb result #78

Open
rhaegar325 opened this issue Sep 7, 2023 · 1 comment
Open

Try to merge ilamb result #78

rhaegar325 opened this issue Sep 7, 2023 · 1 comment

Comments

@rhaegar325
Copy link

Can we merge ilamb result in multiple runs?

@nocollier
Copy link
Collaborator

The short answer is no, we have discussed implementing this but it has not risen to high enough priority as simply running the whole study again is an option. In my mind we would want to implement a 'results caching' type functionality but it is tricky as there are many aspects which might make an ilamb result unmergable: the ilamb code version, reference data version, configuration file, options used, etc..

The long answer is yes, you can manually do this if you understand how the ilamb-run program works. We first perform all the analysis and dump everything into the _build directory as intermediate netCDF files. The second pass walks through the results and opens all the netCDF files and then determines plot limits, and plots everything. So you could write a utility that walks one _build1 directory tree and copies netcdf files into another _build2 directory. Then run ilamb-run again on the _build2 and ilamb will regenerate the plots and webpages.

But just running the analysis again is cleaner. If you are running large studies and not using parallelism, I can help you with that. I run on a large memory node cluster here typically on ~30 processes over ~4 nodes and the full CMIP5v6 run completes in ~1 hour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants