Skip to content

Commit d9b5180

Browse files
authored
Merge pull request #61 from FusionComputingLab/anamak_example
[New example] "Anamak" tokamak toy examples
2 parents fa51e33 + 333815c commit d9b5180

5 files changed

Lines changed: 928 additions & 3 deletions

File tree

.github/workflows/notebooks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ jobs:
3232
run: jupyter nbconvert --execute --to notebook --inplace "examples/example04 - using_magnetic_probes.ipynb"
3333
- name: Check evolutive forward solve notebook
3434
run: jupyter nbconvert --execute --to notebook --inplace "examples/example05 - evolutive_forward_solve.ipynb"
35+
- name: Check static inverse solve Anamak notebook
36+
run: jupyter nbconvert --execute --to notebook --inplace "examples/example07a - Anamak"
3537
- name: Check static inverse solve SPARC notebook
36-
run: jupyter nbconvert --execute --to notebook --inplace "examples/example07 - static_inverse_solve_SPARC.ipynb"
38+
run: jupyter nbconvert --execute --to notebook --inplace "examples/example07b - SPARC"
39+
- name: Check static inverse solve ITER notebook
40+
run: jupyter nbconvert --execute --to notebook --inplace "examples/example07c - ITER"
3741
- name: Check virtual circuits MAST-U notebook
3842
run: jupyter nbconvert --execute --to notebook --inplace "examples/example09 - virtual_circuits_MASTU.ipynb"
3943
- name: Check growth rates notebook

examples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ These example Jupyter notebooks are intended to be the **first port of call for
1212
| Example 04 | Learn how to use the magnetic probes object. | Anyone |
1313
| Example 05 | Learn how to use the evolutive solver to simulate time-dependent equilibria. | Anyone |
1414
| Example 06a/b | Simulate (static) MAST-U equilibria over an entire shot using inputs from EFIT++ (requires internal UKAEA MAST-U database). | UKAEA employees + collaborators |
15-
| Example 07 | Static inverse solve in a SPARC-like tokamak. | Anyone |
16-
| Example 08 | Static inverse solve in an ITER-like tokamak. | Anyone |
15+
| Example 07a | Static inverse solve in the "Anamak" toy tokamak. | Anyone |
16+
| Example 07b | Static inverse solve in a SPARC-like tokamak. | Anyone |
17+
| Example 07c | Static inverse solve in an ITER-like tokamak. | Anyone |
1718
| Example 09 | Learn how to use and build virtual circuits for plasma shape control. | Anyone |
1819
| Example 10 | Learn how to calculate growth rates associated with vertically unstable modes. | Anyone |
1920

0 commit comments

Comments
 (0)