Skip to content

Commit

Permalink
Update Constants.jl to reinstate k16_PANtoO (used by COPSE)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdaines authored Jan 14, 2025
1 parent 5310ff7 commit 443fcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reactioncatalog/Constants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const k_SurfAreaEarth = 5.101e14

"ppm pre-industrial pCO2"
const pCO2atm0 = 280e-6
# const k16_PANtoO = 3.762 #
const k16_PANtoO = 3.762 #
"COPSE kg Ocean total mass"
const k18_oceanmass = 1.397e21
"COPSE Moles in 1 atm"
Expand Down Expand Up @@ -77,4 +77,4 @@ const STANDARD_ATOMIC_WEIGHTS = (
Cs = 132.91,
)

end
end

2 comments on commit 443fcdf

@sjdaines
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.22.1 already exists

Please sign in to comment.