Skip to content

🥇 Challenge : compute H2O on Radis-Lab #24

Description

@erwanp

In the latest commits to RADIS-Lab 567b025 I added the auto-download of HITEMP H2O lines.

Challenge is to be able to run a large range, high-temperature H2O computation directly on RADIS-Lab ! (no install needed !) 🥇 🥇

Currently, we are limited because :

  1. the .h5 cache files are not generated during the Docker PostBuild phase (it crashed) ; probably because of Memory error while unpacking them.
  2. you can still start computing HITEMP H2O from Radis-Lab, but it takes ages to generate the .h5 files from the .par files.
  3. Then, it will be a challenge to know if 8 GB RAM provided by GESIS are enough to compute an H2O spectrum.

Fix :

  1. could be helped a lot by using Vaex to stream the .par files into HDF5 files (a small change of the Pandas syntax used in HITEMP-Hdf5 improvement radis#203 and Auto fetch hitemp for CO2 & H2O radis#281). If .h5 are cached during Docker build; the Docker build will likely take 2 hrs ; but user computations will be instantaneous then ! ( kind reminder that we need Improve launch time : separate environment (+ databases) from content (notebooks) #13 to be able to add Example Notebooks here without restarting the Docker !)
  2. May work after @gagan-aryan 's Reduce Memory Usage Reduce Memory usage radis#118 project

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions