Identifiers for capabilities in the Hector forcing component
Source:R/RcppExports.R
, R/aadoc.R
forcings.Rd
These identifiers specify forcing values that can be provided by hector via
the forcing component. All of the values corresponding to these identifiers
are read-only (i.e., they can only appear in GETDATA
messages.)
Usage
RF_TOTAL()
RF_ALBEDO()
RF_CO2()
RF_H2O_STRAT()
RF_O3_TROP()
RF_BC()
RF_OC()
RF_NH3()
RF_SO2()
RF_ACI()
RF_VOL()
RF_MISC()
Q_CO2()
RF_CH4()
Functions
RF_TOTAL()
: Total radiative forcingRF_ALBEDO()
: Radiative forcing due to albedoRF_CO2()
: Radiative forcing due to CO2RF_H2O_STRAT()
: Radiative forcing due to stratospheric water vaporRF_O3_TROP()
: Radiative forcing due to tropospheric ozoneRF_BC()
: Radiative forcing due to black carbon aerosol-radiation interactionsRF_OC()
: Radiative forcing due to organic carbon aerosol-radiation interactionsRF_NH3()
: Radiative forcing due to NH3 aerosol-radiation interactionsRF_SO2()
: Radiative forcing due to SO2 aerosol-radiation interactionsRF_ACI()
: aerosol-cloud interactions, includes contributions from SO2, BC and OCRF_VOL()
: Radiative forcing due to volcanic activityRF_MISC()
: Radiative miscellaneous forcing read in from ini.Q_CO2()
: Radiative forcing efficiency for doubling of CO2RF_CH4()
: Radiative forcing due to methane
Note
Because these identifiers are provided as #define
macros in the hector code,
these identifiers are provided in the R interface as functions. Therefore,
these objects must be called to use them; e.g., GETDATA()
instead of the more natural looking GETDATA
.
See also
haloforcings for forcings from halocarbons and rho for parameters related to radiative forcing efficiency.
Other capability identifiers:
CF4_CONSTRAIN()
,
CONCENTRATIONS_CH4()
,
CONCENTRATIONS_N2O()
,
DELTA_CO2()
,
EMISSIONS_BC()
,
EMISSIONS_CF4()
,
EMISSIONS_SO2()
,
FTOT_CONSTRAIN()
,
GLOBAL_TAS()
,
NBP()
,
OCEAN_UPTAKE()
,
RF_CF4()
,
RHO_BC()
,
TRACKING_DATE()