-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
⭐⭐⭐_PriorityPriority
Description
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 :
- the .h5 cache files are not generated during the Docker PostBuild phase (it crashed) ; probably because of Memory error while unpacking them.
- you can still start computing HITEMP H2O from Radis-Lab, but it takes ages to generate the .h5 files from the .par files.
- Then, it will be a challenge to know if 8 GB RAM provided by GESIS are enough to compute an H2O spectrum.
Fix :
- 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 !)
- May work after @gagan-aryan 's Reduce Memory Usage Reduce Memory usage radis#118 project
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
⭐⭐⭐_PriorityPriority