Skip to content

Commit

Permalink
Auto-format code using Clang-Format (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user committed Sep 5, 2024
1 parent 38cb6e5 commit 9e44f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/acom_music_box/tools/waccmToMusicBox.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ def calcAirDensity(tempK, pressPa):
def convertWaccm(varDict):
# from the supporting documents
# https://agupubs.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1029%2F2019MS001882&file=jame21103-sup-0001-2019MS001882+Text_SI-S01.pdf
soa_molecular_weight = 0.115 # kg mol-1
soa_density = 1770 # kg m-3
soa_molecular_weight = 0.115 # kg mol-1
soa_density = 1770 # kg m-3

# retrieve temperature and pressure from WACCM
temperature = varDict["temperature"][valueIndex]
Expand Down

0 comments on commit 9e44f2f

Please sign in to comment.