* put file for hotelling results Put / "Hotelling rents run"; Put / "year"; Loop (tearly, put year(tearly)::0); Put / "output"; Loop (tearly, put hotel_y(tearly)::3); Put / "pccon"; Loop (tearly, put hotel_cpc(tearly)::3); Put / "savrate"; Loop (tearly, put hotel_s(tearly)::4); Put / "indem"; Loop (tearly, put hotel_indem(tearly)::4); Put / "sigma"; Loop (tearly, put hotel_sigma(tearly)::4); Put / "temp"; Loop (tearly, put hotel_tatm(tearly)::3); Put / "conc"; Loop (tearly, put hotel_mat(tearly)::3); Put / "soc cost carbon"; Loop (tearly, put hotel_tax(tearly)::2); Put / "intrate"; Loop (tearly, put hotel_ri(tearly)::3); Put / "discrate"; Loop (tearly, put hotel_rr(tearly)::5); Put / "prod"; Loop (tearly, put hotel_al(tearly)::5); Put / "exogforc"; Loop (tearly, put hotel_forcoth(tearly)::3); Put / "pop"; Loop (tearly, put hotel_l(tearly)::3); Put / "carbon tax"; Loop (tearly, put hotel_mcemis(tearly)::4); Put / "margy"; Loop (tearly, put hotel_yy(tearly)::3); Put / "margc"; Loop (tearly, put hotel_cc(tearly)::3); Put / "miu"; Loop (tearly, put hotel_miu(tearly)::3); Put / "total emissions"; Loop (tearly, put hotel_wem(tearly)::3); Put / "interest rate"; Loop (tearly, put hotel_ri(tearly)::4); Put / "damages"; Loop (tearly, put hotel_dam(tearly)::5); Put / "abatement cost"; Loop (tearly, put hotel_abate(tearly)::5); Put /"objective function"; Put hotel_utility::3;