Runclim runs ExoPlaSim, a GCM, on the cloud, and also has analysis tools. This is intended for use with worldbuilders.
- Meson (for building)
- C++20 (no need for module support)
- wxWidgets
- Eigen
- libnetcdf
Clone the repository:
git clone https://github.com/arvillacl16-bit/runclim
cd runclimNow run:
meson setup builddir --buildtype=release
meson compile -C builddirThe executable should be located at ./builddir/runclim.