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

Restructure Model Configuration Documentation #1721

Merged
merged 12 commits into from
Aug 4, 2021
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
model:

abundances:
type: file
filename: abund.dat
Expand Down
18 changes: 9 additions & 9 deletions docs/io/configuration/components/models/csvy_full_rad.csvy
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ datatype:
- name: t_rad
unit: K
desc: radiative temperature.
- name: dilution_factor
desc: dilution factor of shell.
- name: H
desc: fractional H abundance
desc: fractional H abundance.
- name: He
desc: fractional He abundance
desc: fractional He abundance.
- name: Ni56
desc: fractional Ni56 abundance
desc: fractional Ni56 abundance.

v_inner_boundary: 9000 km/s
v_outer_boundary: 12000 km/s
---
velocity,density,t_rad,H,He,Ni56
9000, 5e-10, 7000, 1.0, 1.0, 1.0
10500, 2.0e-10, 7000, 0.0, 0.99, 0.01
12000, 9e-11, 7000, 0.4, 0.58, 0.02
velocity,density,t_rad,dilution_factor,H,He,Ni56
9000, 5e-10, 7000, .9, 1.0, 1.0, 1.0
10500, 2.0e-10, 7000, .8, 0.0, 0.99, 0.01
12000, 9e-11, 7000, .1, 0.4, 0.58, 0.02
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
model:

structure:
type: file
filename: density.dat
Expand Down
Loading