Skip to content

Commit

Permalink
Delete subch_full and subch_approx networks. (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 authored Jun 4, 2024
1 parent d928c20 commit 70f231a
Show file tree
Hide file tree
Showing 48 changed files with 203 additions and 19,413 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/burn_cell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
- name: Compile, burn_cell (VODE, subch_approx)
- name: Compile, burn_cell (VODE, subch_simple)
run: |
cd unit_test/burn_cell
make realclean
make NETWORK_DIR=subch_approx -j 4
make NETWORK_DIR=subch_simple -j 4
- name: Run burn_cell (VODE, subch_approx)
- name: Run burn_cell (VODE, subch_simple)
run: |
cd unit_test/burn_cell
./main3d.gnu.ex inputs_subch_approx > test.out
./main3d.gnu.ex inputs_subch_simple > test.out
- name: Compare to stored output (VODE, subch_approx)
- name: Compare to stored output (VODE, subch_simple)
run: |
cd unit_test/burn_cell
diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_unit_test.out
diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_simple_unit_test.out
- name: Compile, burn_cell (VODE, ECSN)
run: |
Expand Down Expand Up @@ -90,21 +90,21 @@ jobs:
cd unit_test/burn_cell
diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/triple_alpha_plus_cago_FE_unit_test.out
- name: Compile, burn_cell (BackwardEuler, subch_approx)
- name: Compile, burn_cell (BackwardEuler, subch_simple)
run: |
cd unit_test/burn_cell
make realclean
make NETWORK_DIR=subch_approx INTEGRATOR_DIR=BackwardEuler -j 4
make NETWORK_DIR=subch_simple INTEGRATOR_DIR=BackwardEuler -j 4
- name: Run burn_cell (BackwardEuler, subch_approx)
- name: Run burn_cell (BackwardEuler, subch_simple)
run: |
cd unit_test/burn_cell
./main3d.gnu.ex inputs_subch_approx > test.out
./main3d.gnu.ex inputs_subch_simple > test.out
- name: Compare to stored output (BackwardEuler, subch_approx)
- name: Compare to stored output (BackwardEuler, subch_simple)
run: |
cd unit_test/burn_cell
diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_approx_BE_unit_test.out
diff -I "^Initializing AMReX" -I "^AMReX" -I "^reading in reaclib rates" test.out ci-benchmarks/subch_simple_BE_unit_test.out
- name: Compile, burn_cell (QSS, aprox13)
run: |
Expand Down
2 changes: 1 addition & 1 deletion networks/He-C-Fe-group/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# He-C-Fe-group

This is a network for He and C burning with a heavy emphasis on iron
group. It has the same basic structure as ``subch_approx`` for the
group. It has the same basic structure as ``subch_simple`` for the
main alpha-chain. At high mass number, a lot of nuclei in the iron
group are added and weak rates from the Langanke tables are used to
link them. Neutrons are only present in the links in the iron group.
1 change: 0 additions & 1 deletion networks/subch

This file was deleted.

1 change: 0 additions & 1 deletion networks/subch2

This file was deleted.

14 changes: 0 additions & 14 deletions networks/subch_approx/Make.package

This file was deleted.

4 changes: 0 additions & 4 deletions networks/subch_approx/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions networks/subch_approx/_parameters

This file was deleted.

Loading

0 comments on commit 70f231a

Please sign in to comment.