Skip to content

Simulation of the Earth's climate for Master's Project Thesis (PHYS4213)

Notifications You must be signed in to change notification settings

tndavies/Climate-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Earth Climate Model

Description

A simulation of Earth's surface temperature, using a 1D energy-balence model. Can be used to make temperature predications for various future greenhouse gas emission scenarios. e.g:

gat_forecast

Usage

  • Import climate.py
  • Define a simulation specification, as so
Sim_Specification mySpec(Duration=<# years to simulate>)
results = Simulate_Climate(mySpec)

You can then access the latitude grid used, temporal points, as well as the corressponding surface temperature distributions. (see Sim_Result dataclass in climate.py)

(plots.py demos some uses for the climate model)

About

Simulation of the Earth's climate for Master's Project Thesis (PHYS4213)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages