-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0db500e
commit 81b820b
Showing
26 changed files
with
97 additions
and
3,661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Metadata-Version: 2.1 | ||
Name: music-box | ||
Version: 0.1 | ||
Summary: MICM based box model | ||
Home-page: https://github.com/NCAR/music-box | ||
Author: NCAR | ||
Author-email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
setup.py | ||
music_box/__init__.py | ||
music_box/music_box.py | ||
music_box/music_box_conditions.py | ||
music_box/music_box_evolving_conditions.py | ||
music_box/music_box_model_options.py | ||
music_box/music_box_product.py | ||
music_box/music_box_reactant.py | ||
music_box/music_box_reaction.py | ||
music_box/music_box_reaction_list.py | ||
music_box/music_box_reaction_rate.py | ||
music_box/music_box_species.py | ||
music_box/music_box_species_concentration.py | ||
music_box/music_box_species_list.py | ||
music_box/utils.py | ||
music_box.egg-info/PKG-INFO | ||
music_box.egg-info/SOURCES.txt | ||
music_box.egg-info/dependency_links.txt | ||
music_box.egg-info/top_level.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
music_box |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
from .utils import convert_time, convert_pressure, convert_temperature, convert_concentration | ||
from .music_box_species import Species | ||
from .music_box_product import Product | ||
from .music_box_reactant import Reactant | ||
from .music_box_reaction import Reaction, Branched, Arrhenius, Tunneling, Troe_Ternary | ||
from .music_box_species_list import SpeciesList | ||
from .music_box_model_options import BoxModelOptions | ||
from .music_box_species_concentration import SpeciesConcentration | ||
from .music_box_reaction_rate import ReactionRate | ||
from .music_box_conditions import Conditions | ||
|
||
from .music_box_evolving_conditions import EvolvingConditions | ||
from .music_box import MusicBox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
src/music_box_evolving_conditions.py → ...usic_box/music_box_evolving_conditions.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
src/music_box_reaction_list.py → src/music_box/music_box_reaction_list.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/music_box_species_list.py → src/music_box/music_box_species_list.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.