Skip to content

Commit

Permalink
Update N2O natural emissions name
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Apr 2, 2019
1 parent 72438ac commit 5122525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyhector/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"HFC4310_halocarbon": {"molarMass": 252.0, "rho": 0.0004, "tau": 15.9},
"N2O": {
"N0": 272.9596,
"N2ON_emissions": [(1765, 11), (2000, 8), (2300, 8)],
"N2O_natural_emissions": [(1765, 11), (2000, 8), (2300, 8)],
"TN2O0": 132,
"UC_N2O": 4.8,
},
Expand Down
6 changes: 3 additions & 3 deletions pyhector/rcp_default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ TN2O0=132 ; Initial Lifetime of N2O

; An example of setting a time series by individual values
; The model will interpolate as necessary between them
N2ON_emissions[1765]=11 ; natural emissions in 1765
N2ON_emissions[2000]=8 ; natural emissions in 2000
N2ON_emissions[2300]=8 ; natural emissions in 2300
N2O_natural_emissions[1765]=11 ; natural emissions in 1765
N2O_natural_emissions[2000]=8 ; natural emissions in 2000
N2O_natural_emissions[2300]=8 ; natural emissions in 2300

;molarMass=44.01 ; grams

Expand Down

0 comments on commit 5122525

Please sign in to comment.