Skip to content

CliMA/ClimaViz.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Image Nov 14, 2025, 11_28_41 AM
Documentation dev
Downloads downloads

Generate a web dashboard of your simulation outputs directly from HPC or locally. Currently supports ClimaAtmos and ClimaLand.

image

Instructions:

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

ParamViz.jl is located in dashboard/ParamViz.jl and allows to visualize parameterisations.

chrome_a0AHoCQMHV

CliCal.jl

CliCal.jl is located in dashboard/CliCal.jl and generate a dashboard of calibration eki objects (from ClimaCalibrate.jl).

image

Clouds animations

In animations/clouds, you will find code to generate an animation of clouds from ClimaAtmos outputs.

animation (1)

About

Dashboards and animations for CliMA

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages