Generate a web dashboard of your simulation outputs directly from HPC or locally. Currently supports ClimaAtmos and ClimaLand.
Locally, simply do:
using ClimaViz
dashboard(path)Where path is the path to your diagnostics folder.
From HPC, you need to ssh with port forwarding:
ssh -L 8080:localhost:8080 [email protected]you will also need an additional keyword argument:
dashboard(path; HPC = true)And then open this URL on your local browser: http://localhost:8080/
ParamViz.jl is located in dashboard/ParamViz.jl and allows to visualize parameterisations.
CliCal.jl is located in dashboard/CliCal.jl and generate a dashboard of calibration eki objects (from ClimaCalibrate.jl).
In animations/clouds, you will find code to generate an animation of clouds from ClimaAtmos outputs.



