Skip to contents

CON_JOB

Usage

CON_JOB(GW_output, method = NULL)

Arguments

GW_output

Output from GCAM_GW()

method

Specify method for construction job. "Net": in a given year, a technology pre-mature retirement and newly installed net out. "Total": in a given year, a technology pre-mature retirement and newly installed can happen at the same time.

Value

A data frame of construction job by subsector

Examples

if (FALSE) { # \dontrun{
job.CON <- CON_JOB(GW_output, "Net")
job.CON <- CON_JOB(GW_output)
} # }