Skip to content

Commit daf00c5

Browse files
Merge pull request #1 from veliki-filozof/initialization
Initialization
2 parents f69fdb9 + 5219977 commit daf00c5

20 files changed

+28820
-11
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ jobs:
1515
with:
1616
auto-update-conda: true
1717
environment-file: environment.yml
18-
activate-environment: libra-run-env
18+
activate-environment: baby-1l-run-12
1919

20-
# example how to run a notebook
21-
# - name: Run tritium model
22-
# shell: bash -l {0}
23-
# working-directory: analysis/tritium
24-
# run: jupyter-nbconvert --to notebook tritium_model.ipynb --execute
20+
- name: Run neutronics
21+
shell: bash -l {0}
22+
working-directory: analysis/neutron
23+
run: |
24+
python openmc_model.py
25+
jupyter-nbconvert --to notebook postprocessing.ipynb --execute
26+
27+
- name: Run tritium model
28+
shell: bash -l {0}
29+
working-directory: analysis/tritium
30+
run: jupyter-nbconvert --to notebook tritium_model.ipynb --execute

.github/workflows/process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
auto-update-conda: true
2525
environment-file: environment.yml
26-
activate-environment: baby_1l_run_3
26+
activate-environment: baby_1l_run_12
2727

2828
- name: Run neutronics model
2929
shell: bash -l {0}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a template repository for experimental runs of LIBRA.
66

7-
This repository has the data for the run [**insert run name**].
7+
This repository has the data for the run BABY 1L Run #12.
88

99
## How to reproduce the results
1010

@@ -20,7 +20,7 @@ This repository has the data for the run [**insert run name**].
2020
conda env create -f environment.yml
2121
```
2222

23-
2. Run the notebooks with the created environment `[INSERT NAME OF ENV]`
23+
2. Run the notebooks with the created environment `baby-1l-run-12`
2424

2525
## Todo list:
2626
- [ ] [Link to Zenodo](https://zenodo.org/)

analysis/neutron/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
*.h5
3+
*.xml

0 commit comments

Comments
 (0)