forked from fsciortino/Aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
57 lines (48 loc) · 1.59 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
package:
name: aurorafusion
version: "{{ load_setup_py_data().version }}"
source:
git_url: [email protected]:fsciortino/aurora.git
build:
number: 1
requirements:
build:
- {{ compiler('fortran') }}
host:
- python
- pip
- numpy {{ numpy }}
- scipy
- matplotlib
- pexpect
- requests
- pandas
run:
- python
- {{ pin_compatible('numpy') }}
- scipy
- matplotlib
- pexpect
- requests
- pandas
test:
imports:
- aurora
about:
home: https://github.com/fsciortino/aurora
license_file: USER_AGREEMENT.txt
summary: 'Modern toolbox for impurity transport, neutrals and radiation modeling in fusion plasmas'
description: |
Aurora is a package to simulate heavy-ion transport, neutrals and radiation in magnetically-confined plasmas.
It offers a 1.5D impurity transport forward model inheriting from the historical STRAHL code,
with which it has been thoroughly benchmarked. Routines to analyze neutral states of hydrogen
isotopes, both from the edge of fusion plasmas and from neutral beam injection, allow integration
of impurity and neutral transport analysis.
Aurora’s code is mostly written in Python 3, with fast low-level components om Fortran90 and Julia.
The package enables radiation calculations using ADAS atomic rates, which can easily be applied
to the output of Aurora’s own forward model, or coupled with other 1D, 2D or 3D transport codes.
doc_url: https://aurora-fusion.readthedocs.io/
dev_url: https://github.com/fsciortino/aurora
extra:
recipe-maintainers:
- fsciortino