svaberg / share

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

share

SWMF's scripts and shared files repository. Here you will find scripts and libraries that are shared between the different parts of the Space Weather Modeling Framework.

Structure

$ tree
.
├── build
│   ├── Makefile.*
├── IDL
│   ├── doc
│   ├── General
│   ├── Ionosphere
│   └── Solar
├── JobScripts
│   └── job.*
├── Julia
│   └── README.md
├── Library
│   ├── src
│   └── test
├── LICENSE.txt
├── Makefile
├── MATLAB
│   └── README.md
├── Prologs
│   ├── internal_subroutine.f90
│   ├── Makefile
│   ├── module.f90
│   ├── program.f90
│   ├── README.tex
│   └── subroutine.f90
├── Python
│   ├── filecache
│   ├── install-swmfpy
│   ├── pyfits
│   ├── Scripts
│   └── swmfpy
├── README.md
├── Scripts
20 directories, 142 files

build

This folder stores Makefiles for the different systems and OS's as well as different configuration styles.

IDL

Environment and scripts to use IDL with SWMF output.

JobScripts

The job submission files for different supercomputers. The filename style here is job.<hostname> where <hostname> is the prefix hostname of a supercomputer. For example job.pfe will work with a supercomputer hostname pfe21.

This files get automatically copied onto the run folder once you build SWMF.

Feel free to add default and well documented job submission scripts for supercomputers that you are familiar with and is missing.

Library

Library/src contains header files that are shared amongst different parts of SWMF. For example plotting or wrapper libraries.

Python

Here you can find a collection of python scripts, specifically in Python/Scripts.

About

License:Other


Languages

Language:Fortran 44.0%Language:Python 18.8%Language:IDL 16.3%Language:Perl 12.0%Language:C++ 4.2%Language:Shell 1.6%Language:TeX 1.4%Language:Prolog 0.6%Language:Makefile 0.6%Language:HTML 0.3%Language:Ruby 0.1%Language:Julia 0.0%Language:C 0.0%