Skip to content

Commit

Permalink
update docstring and version
Browse files Browse the repository at this point in the history
  • Loading branch information
CallieHsu committed Sep 19, 2023
1 parent 0711626 commit 6b2eb40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Chamber"
uuid = "4ddda095-17ec-41dd-95c9-ce16dd2a2f48"
authors = ["CallieHsu <kelly811113@gmail.com> and contributors"]
version = "0.1.1"
version = "0.2.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ A `DataFrame` containing the solution with columns:
- `total_mass`: Total mass of magma chamber (kg).
- `total_mass_H2O`: Total mass of water in the magma (kg).
- `total_mass_CO2`: Total mass of CO₂ in the magma (kg).
- `eps_x`: Crystal volume fraction.

### Outputs
A directory named after `output_dirname` or the default value, containing the following files:
Expand Down
2 changes: 2 additions & 0 deletions scripts/runcode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ A `DataFrame` containing the solution with columns:
- `total_mass`: Total mass of magma chamber in kg.
- `total_mass_H2O`: Total mass of water in the magma in kg.
- `total_mass_CO2`: Total mass of CO₂ in the magma in kg.
- `eps_x`: Crystal volume fraction.
## Outputs
A directory named after `output_dirname` or the default value, containing the following files:
Expand Down Expand Up @@ -305,6 +306,7 @@ A `DataFrame` containing the solution with columns:
- `total_mass`: Total mass of magma chamber in kg.
- `total_mass_H2O`: Total mass of water in the magma in kg.
- `total_mass_CO2`: Total mass of CO₂ in the magma in kg.
- `eps_x`: Crystal volume fraction.
## Outputs
A directory named after `output_dirname` or the default value, containing the following files:
Expand Down

0 comments on commit 6b2eb40

Please sign in to comment.