Skip to content

Commit

Permalink
Merge pull request #38 from lrennels/patch-1
Browse files Browse the repository at this point in the history
Compatibility Bumps
  • Loading branch information
davidanthoff authored May 5, 2021
2 parents 818a145 + ed17f9c commit e5b6fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ julia = "1.4"
NLsolve = "4.1"
Mimi = "1"
CSVFiles = "0.13, 0.14, 0.15, 0.16, 1"
DataFrames = "0.19, 0.20, 0.21, 0.22"
DataFrames = "0.19, 0.20, 0.21, 0.22, 1.0"

[targets]
test = ["Test"]
2 changes: 1 addition & 1 deletion src/MimiFAIR.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function get_model(;rcp_scenario::String="RCP85", start_year::Int=1765, end_year

# ---- Other Well-Mixed Greenhouse Gas Cycles ---- #
set_param!(m, :other_ghg_cycles, :τ_other_ghg, gas_data[findall((in)(other_ghg_names), gas_data.gas), :lifetimes])
set_param!(m, :other_ghg_cycles, :emiss_other_ghg, convert(Matrix, rcp_emissions[!,Symbol.(other_ghg_names)]))
set_param!(m, :other_ghg_cycles, :emiss_other_ghg, Matrix(rcp_emissions[!,Symbol.(other_ghg_names)]))
set_param!(m, :other_ghg_cycles, :emiss2conc_other_ghg, conversions[findall((in)(other_ghg_names), conversions.gases), :emiss2conc])

# ---- Methane Radiative Forcing ---- #
Expand Down

0 comments on commit e5b6fd4

Please sign in to comment.