https://github.com/bmorris3/thor
Atmospheric fluid dynamics solver optimized for GPUs.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: iop.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Atmospheric fluid dynamics solver optimized for GPUs.
Basic Info
- Host: GitHub
- Owner: bmorris3
- License: gpl-3.0
- Default Branch: master
- Size: 12 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of exoclime/THOR
Created over 6 years ago
· Last pushed over 6 years ago
https://github.com/bmorris3/THOR/blob/master/
# THOR # ### 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](http://iopscience.iop.org/article/10.3847/0004-637X/829/2/115/meta) Current code owners: Joao Mendonca: joao.mendonca@space.dtu.dk, Russell Deitrick: russell.deitrick@csh.unibe.ch, Urs Schroffenegger: urs.schroffenegger@csh.unibe.ch ###### Copyright (C) 2017-2018 Exoclimes Simulation Platform ###### ### BUILD & RUN THOR (TL;DR instructions) ```sh $ 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// SM:= ``` Set `module_type`to `empty` (default) or `multi`. ``` Then head back to the command line and ```sh $ make -j8 release ``` Finally, run ```sh $ bin/esp ifile/ ``` ### Furthur information [View our wiki pages here](https://github.com/exoclime/THOR/wiki) [Tutorial from ESP Summer School 2019](https://github.com/exoclime/THOR/blob/master/usingthor.pdf)
Owner
- Name: Brett M. Morris
- Login: bmorris3
- Kind: user
- Location: Baltimore, MD
- Company: @SpaceTelescope
- Website: http://brettmorr.is
- Twitter: brettmor
- Repositories: 287
- Profile: https://github.com/bmorris3
Software engineer & astronomer.