Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 868 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 868 Bytes

Idealized 3D GCM and microphysical modeling of water ice clouds on early Mars: Implications for climate

Code for microphysics calculations and their visualizations associated with "Idealized 3D GCM and microphysical modeling of water ice clouds on early Mars: Implications for climate" by Ding, Loftus, & Wordsworth (submitted). See FMSPCM for GCM code component.

Steps to reproduce microhpysics calculations & visualizations:

  1. download repo

  2. in repo directory, start Julia (v1.9 used originally)

  3. in Julia REPL:

] activate .
instantiate

(backspace to exit Pkg REPL)

include(“calc.jl”)
include(“plot.jl”)

See src/MΦ.jl for the majority of calculation details.

Please contact Kaitlyn Loftus with questions / issues / concerns.