This function returns a vector of the possible hector halocarbon forcings
that can be accessed with fetchvars.
See also
Other outputs:
ALL_HALOCARBON_CONCENTRATIONS(),
ALL_VARS()
Examples
if (FALSE) { # \dontrun{
ini <- system.file(package = "hector", "input/hector_ssp245.ini")
hc <- newcore(ini)
run(hc)
out <- fetchvars(core = hc, dates = 1900:2100, vars = ALL_HALOCARBON_RF())
print(out)
} # }