Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
with:
auto-update-conda: true
environment-file: environment.yml
activate-environment: libra-run-env
activate-environment: baby-1l-run-12

# example how to run a notebook
# - name: Run tritium model
# shell: bash -l {0}
# working-directory: analysis/tritium
# run: jupyter-nbconvert --to notebook tritium_model.ipynb --execute
- name: Run neutronics
shell: bash -l {0}
working-directory: analysis/neutron
run: |
python openmc_model.py
jupyter-nbconvert --to notebook postprocessing.ipynb --execute

- name: Run tritium model
shell: bash -l {0}
working-directory: analysis/tritium
run: jupyter-nbconvert --to notebook tritium_model.ipynb --execute
2 changes: 1 addition & 1 deletion .github/workflows/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
auto-update-conda: true
environment-file: environment.yml
activate-environment: baby_1l_run_3
activate-environment: baby_1l_run_12

- name: Run neutronics model
shell: bash -l {0}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a template repository for experimental runs of LIBRA.

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

## How to reproduce the results

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

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

## Todo list:
- [ ] [Link to Zenodo](https://zenodo.org/)
Expand Down
3 changes: 3 additions & 0 deletions analysis/neutron/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

*.h5
*.xml
Loading
Loading