There is a newer version of the record available.

Published May 31, 2026 | Version 0.1.0

Replication code and data for: Are carbon tariffs climate policy?

  • 1. ROR icon Williams College
  • 2. ROR icon National Bureau of Economic Research
  • 3. ROR icon University of California, Santa Barbara
  • 4. Cornell University

Contributors

  • 1. Korea Advanced Institute of Science and Technology
  • 2. University of California - Santa Barbara
  • 3. EDMO icon University of California, Santa Barbara

Description

Climate Trade Analysis

This archive contains the reproducibility code and data for a working paper by Casey, Meng, and Rudik. Running the pipeline reproduces every figure and table in the paper from the raw inputs.

Prerequisites: Stata (MP or SE), Julia 1.11+ (via juliaup), GNU Make, standard Unix utilities (curl, unzip, awk, bc, python3), internet access on the first run, and at least 3 GB of free disk space.

The build is a four-stage pipeline (data preparation -> shock preparation -> model solver -> paper analysis) driven by a top-level make. Stata package versions are vendored and Julia package versions are pinned, so the environment is fully reproducible. Run with a plain make, not make -j.

Project structure:

climate_trade/
├── Makefile              # Top-level driver: `make` reproduces everything
├── README.md
├── code/                 # Pipeline stages, toolbox, and Julia environment
├── resourceData/         # Raw input data tracked in version control
└── results/              # Figures (PDF) and tables (Markdown), regenerated by `make`

See README.md for the full reproducibility instructions, including stage-by-stage details and make targets.

Files

archive.zip

Files (2.9 MB)

Name Size Download all
md5:7614509e0635b16ffb5e5557b1102e8a
2.9 MB Preview Download

Additional details

Software

Programming language
Julia , Stata
Development Status
Active