File: README

package info (click to toggle)
python-fluids 1.0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,980 kB
  • sloc: python: 53,243; f90: 1,033; javascript: 49; makefile: 47
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)