This is the effort of a simple, straight forward implementation of the DICE model in Julia. The implementation is based on the DICE manual and this publication.
The package uses JuMP, Ipopt, and MUMPS for optimization, and Plots for plotting.
There are three basis scenarios, "baseline", "optimal", and "2degree" available, which can be called via
runScenario(scenario).