classmodel / class-web

Web version of CLASS
https://classmodel.github.io/class-web
GNU General Public License v3.0
0 stars 0 forks source link

Web worker #8

Closed sverhoeven closed 1 month ago

sverhoeven commented 1 month ago

Fixes #6

TODO

sverhoeven commented 1 month ago

This is exactly what I was hoping for: exposing a BMI model that runs in a web worker :-)

A minor issue I noticed: if I increase the number of timesteps to a ridiculous amount, such that the run actually takes perceivably long, the form is still showing. I would expect the form to close immediately and not wait till the run is finished. Then, ideally, I'd like to see experiment card reflect the status of the run.

We can fix that later. with #12