Giter Club home page Giter Club logo

Comments (1)

nocollier avatar nocollier commented on September 7, 2024

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.

from ilamb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.