* put file for 350 year no control Put / "Base run with no controls for 350 yrs"; Put / "year"; Loop (tearly, put year(tearly)::0); Put / "output"; Loop (tearly, put base35_y(tearly)::3); Put / "pccon"; Loop (tearly, put base35_cpc(tearly)::3); Put / "savrate"; Loop (tearly, put base35_s(tearly)::4); Put / "indem"; Loop (tearly, put base35_indem(tearly)::4); Put / "sigma"; Loop (tearly, put base35_sigma(tearly)::4); Put / "temp"; Loop (tearly, put base35_tatm(tearly)::3); Put / "conc"; Loop (tearly, put base35_mat(tearly)::3); Put / "soc cost carbon"; Loop (tearly, put base35_tax(tearly)::2); Put / "intrate"; Loop (tearly, put base35_ri(tearly)::3); Put / "discrate"; Loop (tearly, put base35_rr(tearly)::5); Put / "prod"; Loop (tearly, put base35_al(tearly)::5); Put / "exogforc"; Loop (tearly, put base35_forcoth(tearly)::3); Put / "pop"; Loop (tearly, put base35_l(tearly)::3); Put / "carbon tax"; Loop (tearly, put base35_mcemis(tearly)::4); Put / "margy"; Loop (tearly, put base35_yy(tearly)::3); Put / "margc"; Loop (tearly, put base35_cc(tearly)::3); Put / "miu"; Loop (tearly, put base35_miu(tearly)::3); Put / "total emissions"; Loop (tearly, put base35_wem(tearly)::3); Put / "interest rate"; Loop (tearly, put base35_ri(tearly)::4); Put / "damages"; Loop (tearly, put base35_dam(tearly)::2); Put / "abatement cost"; Loop (tearly, put base35_abate(tearly)::2); Put /"objective function"; Put base35_utility::3;