Skip to content

CliMA/ClimaAnalysis.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


ClimaAnalysis.jl

Analyzing and visualizing ClimaAtmos simulations

CI Documentation codecov

ClimaAnalysis.jl is a Julia library to post-process and visualize ClimaAtmos simulations.

Check out the documentation for more information and tutorials.

Features

  • Read, organize, and process NetCDF files
  • Visualize heatmaps and 1D profiles with CairoMakie
  • Visualize heatmaps on a globe with GeoMakie
  • Apply averages and other reductions to the output variables.
  • Slice variables along a given value (e.g., take the slice with altitude of 500 meters)
  • Window variables within given ranges (e.g., select times between 10 and 100 days)
  • Perform mathematical operations between output variables.