The CLAuDE model
Go to file
anothersimulacrum 2c7d0dd387 Add some basic documentation on building
Add instructions on building for Windows, OSX, and Linux.

The instructions for operating systems other than Linux have not been
tested, but are hopefully accurate enough as to not be useless.

The Linux instructions were testing on Arch Linux and a fresh Ubuntu
install.
2020-09-18 15:39:24 -07:00
tex-docs Added the latest stream of 26-08-2020, where we got a working model! Hooray! 2020-08-27 19:57:27 +02:00
.gitignore Update .gitignore 2020-09-02 21:34:00 +01:00
BUILDING.md Add some basic documentation on building 2020-09-18 15:39:24 -07:00
CLAuDE NOM.pdf Added the latest stream of 26-08-2020, where we got a working model! Hooray! 2020-08-27 19:57:27 +02:00
LICENSE Add license 2020-07-12 00:36:49 +01:00
README.md Add some basic documentation on building 2020-09-18 15:39:24 -07:00
claude_low_level_library.c Smoothing added 2020-09-09 21:00:57 +01:00
claude_low_level_library.cp38-win_amd64.pyd Smoothing added 2020-09-09 21:00:57 +01:00
claude_low_level_library.py Cythonised all the things! 2020-09-02 21:26:31 +01:00
claude_low_level_library.pyx Added adiabatic motion to convection 2020-09-16 20:57:03 +01:00
claude_setup.py Cythonised all the things! 2020-09-02 21:26:31 +01:00
claude_top_level_library.c Smoothing added 2020-09-09 21:00:57 +01:00
claude_top_level_library.cp38-win_amd64.pyd Smoothing added 2020-09-09 21:00:57 +01:00
claude_top_level_library.py Cythonised all the things! 2020-09-02 21:26:31 +01:00
claude_top_level_library.pyx Added adiabatic motion to convection 2020-09-16 20:57:03 +01:00
earth map.bmp Fixed radiation scheme 2020-08-19 20:54:05 +01:00
f0e1869820b56bcc79819dee3f35490e.jpg Fixed radiation scheme 2020-08-19 20:54:05 +01:00
save_file.p Added adiabatic motion to convection 2020-09-16 20:57:03 +01:00
standard_atmosphere.txt Generalising height 2020-08-10 13:55:54 +01:00
toy_model.py Added adiabatic motion to convection 2020-09-16 20:57:03 +01:00

README.md

CLimate Analysis using Digital Estimations (CLAuDE)

This is the project to model the climates of hypothetical planets, which could be Earth with slightly different parameters or entirely alien worlds.

The tool which we'll use to accomplish this is CLimate Analysis using Digital Estimations (CLAuDE), an intuitive, simplistic model of atmospheric dynamics.

The purpose of CLAuDE is to be:

  • versatile, such that users customise which modules of code will be used in a given simulation
  • a teaching tool, both for programming and climate physics
  • accessible, designed to run even on basic machines with appropriate parameters

Objectives

  • Modular, so users can customise the complexity of the model and write their own modules.
  • To answer questions through YouTube videos about hypothetical planets, that would use the output of CLAuDE

Beyond these goals, we hope that it can become a useful resource for teachers and students discussing climate and atmospheric dynamics.

Building

See the documentation on building in BUILDING.md.

Community

Discord

If you wish to discuss CLAuDE and other things related to climate and atmospheric dynamics, feel free to join the Dr. Simon Clark Discord Server.

YouTube

Simon creates videos about climate and atmospheric dynamics, as well as videos hypothesising if fictional planets could be a reality, based of what we currently know.

If you think you'd enjoy this videos, you can watch him here.

Twitch

CLAuDE is currently being developed on Wednesday Twitch streams every week!

Licensing

TODO: Add LICENSE