File all_d07e; all_d07e.pc=5; all_d07e.pw=250; Put all_d07e; Put / "Optimal run (economic optimum)"; Put / "year"; Loop (tearly, put year(tearly)::0); Put / "output"; Loop (tearly, put opt_y(tearly)::3); Put / "pccon"; Loop (tearly, put opt_cpc(tearly)::3); Put / "savrate"; Loop (tearly, put opt_s(tearly)::4); Put / "indem"; Loop (tearly, put opt_indem(tearly)::4); Put / "sigma"; Loop (tearly, put opt_sigma(tearly)::4); Put / "temp"; Loop (tearly, put opt_tatm(tearly)::3); Put / "conc"; Loop (tearly, put opt_mat(tearly)::3); Put / "soc cost carbon"; Loop (tearly, put opt_tax(tearly)::2); Put / "intrate"; Loop (tearly, put opt_ri(tearly)::3); Put / "discrate"; Loop (tearly, put opt_rr(tearly)::5); Put / "prod"; Loop (tearly, put opt_al(tearly)::5); Put / "exogforc"; Loop (tearly, put opt_forcoth(tearly)::3); Put / "pop"; Loop (tearly, put opt_l(tearly)::3); Put / "carbon tax"; Loop (tearly, put opt_mcemis(tearly)::4); Put / "margy"; Loop (tearly, put opt_yy(tearly)::3); Put / "margc"; Loop (tearly, put opt_cc(tearly)::5); Put / "miu"; Loop (tearly, put opt_miu(tearly)::3); Put / "total emissions"; Loop (tearly, put opt_wem(tearly)::3); Put / "interest rate"; Loop (tearly, put opt_ri(tearly)::4); Put / "damages"; Loop (tearly, put opt_dam(tearly)::3); Put / "abatement cost"; Loop (tearly, put opt_abate(tearly)::2); Put /"objective function"; Put opt_utility::3;