Giter Site home page Giter Site logo

iancrossfield / thor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exoclime/thor

0.0 1.0 0.0 24.54 MB

Atmospheric fluid dynamics solver optimized for GPUs.

License: GNU General Public License v3.0

Makefile 1.75% MATLAB 1.09% Cuda 35.64% C 4.23% C++ 33.54% Objective-C 4.65% CMake 0.66% Python 18.44%

thor's Introduction

THOR

Build Status

Flexible Global Circulation Model to Explore Planetary Atmospheres

THOR is a GCM that solves the three-dimensional non-hydrostatic Euler equations on an icosahedral grid. THOR was designed to run on Graphics Processing Units (GPUs).

If you use this code please cite: Mendonca, J.M., Grimm, S.L., Grosheintz, L., & Heng, K., ApJ, 829, 115, 2016

Current code owners: Joao Mendonca: [email protected], Russell Deitrick: [email protected], Urs Schroffenegger: [email protected]

Copyright (C) 2017-2018 Exoclimes Simulation Platform

BUILD & RUN THOR (TL;DR instructions)

   $ sudo apt-get install git make gcc g++ cmake nvidia-cuda-toolkit nvidia-utils-390 libhdf5-dev libhdf5-100  libhdf5-serial-dev libhdf5-cpp-100
   $ git clone https://github.com/exoclime/THOR.git
   $ cd THOR
   $ cp Makefile.conf.template Makefile.conf

Find the SM value of your Nvidia GPU. Decide if you want to run without any physics module empty physics module, or the one with radiative transfer, the multi module. Then open Makefile.conf in a text editor and edit like so:

   MODULES_SRC := src/physics/managers/<module_type>/
   SM:=<SM value of your card> 

Set module_typeto empty (default) or multi.

Then head back to the command line and

   $ make -j8 release

Finally, run

   $ bin/esp ifile/<config file for your planet>

Furthur information

View our wiki pages here

Tutorial from ESP Summer School 2019

thor's People

Contributors

deitrr avatar nabajour avatar sigrimm avatar bmorris3 avatar jmmendonca avatar 1uc avatar exoclime-old avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.