Skip to content
Snippets Groups Projects
Commit 08718108 authored by Maximilian Schanner's avatar Maximilian Schanner
Browse files

Update README.md

parent db248056
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,12 @@
### python interface for global geomagnetic field models
pymagglobal serves the purpose of replacing some Fortran scripts, which are used in the geomagnetism community to evaluate global field models.
It works for files, given in a format first used by the gufm model and includes several models by default. Use
pymagglobal serves the purpose of replacing some Fortran scripts, which are used in the geomagnetism community to evaluate global field models.
It works for files given in a format which was first used by the gufm model and than established in the community. By default, pymagglobal includes several models. Use
```console
$ pymagglobal --list-models
```
to get a list of available models or go to [pymagglobal/dat](https://gitext.gfz-potsdam.de/arthus/pymagglobal/-/tree/master/pymagglobal/dat) for further information. You can dowload additional models [here](TODO: PROVIDE MODELS VIA FTP). Using
to get a list of these default models or go to [pymagglobal/dat](https://gitext.gfz-potsdam.de/arthus/pymagglobal/-/tree/master/pymagglobal/dat) for further information. You can dowload additional models [here](TODO: PROVIDE MODELS VIA FTP). Using
```console
$ pymagglobal --input <path/to/your_model> ... your.model
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment