File: README

package info (click to toggle)
python-fluids 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,108 kB
  • sloc: python: 59,520; f90: 481; lisp: 342; ansic: 337; cpp: 228; ruby: 145; haskell: 118; perl: 106; makefile: 59; javascript: 49
file content (16 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This is a port of the NRLMSISE-00 atmospheric model to python 
based of the c version from Dominik Brodowski http://www.brodo.de/english/pub/nrlmsise/

It is used the same way as the c version is

C program runtime
0.031-0.033 seconds

Python runtime
0.038-0.041 seconds

It runs at almost comparable speeds after running a few times

To use, make an input class, and output class, and a flag class.
Set the input and flags with the appropriate settings,
then call gtd7(input, flags, output)