Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename ices to total species #1654

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions networks/metal_chem/pynucastro.net
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
co_ice CO_ice 1.0 1.0
h2o_ice H2O_ice 1.0 1.0
co_total CO_total 1.0 1.0
h2o_total H2O_total 1.0 1.0
elec E 1.0 1.0
hp Hp 4.0 2.0
h H 12.0 6.0
Expand Down
4 changes: 2 additions & 2 deletions unit_test/burn_cell_metal_chem/inputs_metal_chem
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ unit_test.tmax = 7.e20
unit_test.temperature = 3e2
unit_test.ninit = 1e-1
# initial number densities (will be scaled to metallicity provided below automatically by burn_cell)
unit_test.primary_species_1 = 1e-40 #co_ice
unit_test.primary_species_2 = 1e-40 #h2o_ice
unit_test.primary_species_1 = 1e-40 #co_total
unit_test.primary_species_2 = 1e-40 #h2o_total
unit_test.primary_species_3 = 1e-4 #e
unit_test.primary_species_4 = 1e-4 #h+
unit_test.primary_species_5 = 1e0 #h
Expand Down
4 changes: 2 additions & 2 deletions unit_test/burn_cell_metal_chem/inputs_metal_chem_1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ unit_test.tmax = 7.e20
unit_test.temperature = 3e2
unit_test.ninit = 1e-1
# initial number densities (will be scaled to metallicity provided below automatically by burn_cell)
unit_test.primary_species_1 = 1e-40 #co_ice
unit_test.primary_species_2 = 1e-40 #h2o_ice
unit_test.primary_species_1 = 1e-40 #co_total
unit_test.primary_species_2 = 1e-40 #h2o_total
unit_test.primary_species_3 = 1e-4 #e
unit_test.primary_species_4 = 1e-4 #h+
unit_test.primary_species_5 = 1e0 #h
Expand Down
Loading