Skip to content

Commit

Permalink
Merge pull request #247 from NCAR/update_version
Browse files Browse the repository at this point in the history
Update version for release
  • Loading branch information
boulderdaze authored Sep 26, 2024
2 parents 93ade6e + e461918 commit e98661f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
message: If you use this software, please cite it as below.
title: MusicBox
version: v2.1.0
version: v2.5.0
authors:
- family-names: Dawson
given-names: Matthew
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = ["License :: OSI Approved :: Apache Software License"]
dynamic = ["version", "description"]

dependencies = [
"musica==0.7.3",
"musica==0.8.0",
"xarray",
"colorlog",
"pandas",
Expand Down
2 changes: 1 addition & 1 deletion src/acom_music_box/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This package contains modules for handling various aspects of a music box,
including species, products, reactants, reactions, and more.
"""
__version__ = "2.4.0"
__version__ = "2.5.0"

from .utils import convert_time, convert_pressure, convert_temperature, convert_concentration
from .species import Species
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3566,7 +3566,7 @@
{
"type": "EMISSION",
"species": "NO2",
"MUSICA name": "NO2"
"MUSICA name": "NO2_emis"
},
{
"type": "EMISSION",
Expand All @@ -3591,7 +3591,7 @@
{
"type": "EMISSION",
"species": "ALD2",
"MUSICA name": "ALD2"
"MUSICA name": "ALD2_emis"
},
{
"type": "EMISSION",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
EMIS.NO,EMIS.NO2,EMIS.CO,EMIS.SO2,EMIS.FORM,EMIS.MEOH,EMIS.ALD2,EMIS.PAR,EMIS.ETH,EMIS.OLE,EMIS.IOLE,EMIS.TOL,EMIS.XYL,EMIS.ISOP,PHOT.NO2,PHOT.O3->O1D,PHOT.O3->O3P,PHOT.NO3->NO2,PHOT.NO3->NO,PHOT.HONO,PHOT.H2O2,PHOT.PNA,PHOT.HNO3,PHOT.NTR,PHOT.ROOH,PHOT.MEPX,PHOT.FORM->HO2,PHOT.FORM->CO,PHOT.ALD2,PHOT.PACD,PHOT.ALDX,PHOT.OPEN,PHOT.MGLY,PHOT.ISPD
EMIS.NO,EMIS.NO2_emis,EMIS.CO,EMIS.SO2,EMIS.FORM,EMIS.MEOH,EMIS.ALD2_emis,EMIS.PAR,EMIS.ETH,EMIS.OLE,EMIS.IOLE,EMIS.TOL,EMIS.XYL,EMIS.ISOP,PHOT.NO2,PHOT.O3->O1D,PHOT.O3->O3P,PHOT.NO3->NO2,PHOT.NO3->NO,PHOT.HONO,PHOT.H2O2,PHOT.PNA,PHOT.HNO3,PHOT.NTR,PHOT.ROOH,PHOT.MEPX,PHOT.FORM->HO2,PHOT.FORM->CO,PHOT.ALD2,PHOT.PACD,PHOT.ALDX,PHOT.OPEN,PHOT.MGLY,PHOT.ISPD
1.44e-10,7.56e-12,1.96e-09,1.06e-09,1.02e-11,5.92e-13,4.25e-12,4.27e-10,4.62e-11,1.49e-11,1.49e-11,1.53e-11,1.4e-11,6.03e-12,0.00477,2.26e-06,0.000253,0.117,0.0144,0.000918,2.59e-06,1.89e-06,8.61e-08,4.77e-07,1.81e-06,1.81e-06,7.93e-06,2.2e-05,2.2e-06,1.81e-06,2.2e-06,0.000645,7.64e-05,1.98e-09

0 comments on commit e98661f

Please sign in to comment.