Manual
Essentially, to make a basic simulation one must:
- import the
OSCAR
object fromcore_fct.mod_process
; - define the
For
(forcing data) andPar
(parameters) arguments; - call
OSCAR
with these arguments (and possibly other optional arguments, likeIni
(initial state)).
The run_scripts
folder contains a few extra basic examples.
Here is a quick overview of the files contained in the core_fct
folder and their content.
File | Content |
---|---|
cls_main |
definition of the Model and Process classes upon which OSCAR v3 is based |
fct_calib |
functions to calibrate some of the model's parameters |
fct_genD |
functions to generate consistent timeseries of drivers |
fct_genMC |
functions to generate the Monte Carlo setup |
fct_loadD |
functions to load the primary drivers |
fct_loadP |
functions to load the primary parameters, some being loaded from files and others manually written therein |
fct_process_alt |
functions to replace some processes with alternative formulations |
fct_misc |
a bunch of useful functions, notably including the solving schemes, a generic loading function called load_data , and a function to regionally aggregate datasets called aggreg_region |
mod_process |
equations for the physical processes constituting OSCAR; also contains OSCAR and submodels |
Here is a table summerizing the various dimensions over which OSCAR's input, internal and output data may be defined. Additional dimensions can be added freely to the Ini
, For
and/or Par
arguments, in which case they will be conserved throughout the run, which allows easily parallelizing experiments (e.g. scenarios). This can be heavy on the memory, however.
Dims | Description |
---|---|
year |
time axis |
config |
Monte Carlo elements |
spc_halo |
species of halogenated compounds |
box_osurf |
pools for the surface ocean carbon cycling |
reg_land |
land carbon-cycle regions |
bio_land |
land carbon-cycle biomes |
bio_from |
origine biomes of the land-use perturbations |
bio_to |
destination biomes of the land-use perturbations |
box_hwp |
pools of harvested wood products |
reg_pf |
regions specific to the permafrost module |
box_thaw |
pools of thawed permafrost |
spc_bb |
species from biomass burning |
reg_slcf |
regions specific to SLCF regional saturation effects |
reg_bcsnow |
regions specific to BC deposition on snow |
Drivers are the forcing data that need to be prescribed to the model for it to be able to run. They must be prescribed using the For
argument when calling a Model
object. The model automatically connects the various processes it is made of, and deduces what input data are required, so that it will display an error message if some drivers are missing in For
. Assuming OSCAR
has been imported, a list of the model's drivers can be displayed with OSCAR.var_in
. More information on the drivers is available in core_fct.fct_loadD
.
In code | In papers | Units | Dims |
---|---|---|---|
Eff |
PgC yr-1 | year, reg_land |
|
E_CH4 |
TgC yr-1 | year, reg_land |
|
E_N2O |
TgN yr-1 | year, reg_land |
|
E_Xhalo |
Gg yr-1 | year, reg_land, spc_halo |
|
E_NOX |
TgN yr-1 | year, reg_land |
|
E_CO |
TgC yr-1 | year, reg_land |
|
E_VOC |
Tg yr-1 | year, reg_land |
|
E_SO2 |
TgS yr-1 | year, reg_land |
|
E_NH3 |
TgN yr-1 | year, reg_land |
|
E_OC |
TgC yr-1 | year, reg_land |
|
E_BC |
TgC yr-1 | year, reg_land |
|
d_Acover |
Mha yr-1 | year, reg_land, bio_from, bio_to |
|
d_Hwood |
PgC yr-1 | year, reg_land, bio_land |
|
d_Ashift |
Mha yr-1 | year, reg_land, bio_from, bio_to |
|
RF_contr |
W m-2 | year |
|
RF_volc |
W m-2 | year |
|
RF_solar |
W m-2 | year |
Each of the model's variable is defined through a Process
object; and a Model
object is essentially a collection of connected processes. Prognostic variables (i.e. state variables) are those defined through a time-differential equation, while diagnostic variables are defined at any time t as a function of prognostic variables and/or other diagnostic variables at that same time t. When solving, at every single timestep, the model first solves all prognostic variables, and only then calculates the diagnostic variables. Assuming OSCAR
has been imported, a list of the model's variables can be displayed with OSCAR.proc_all
, or somewhat equivalently with OSCAR.var_mid | OSCAR.var_out
. Prognostic and diagnostic variables can be displayed with OSCAR.var_prog
and OSCAR.var_diag
, respectively. More information on each variable/process is available in core_fct.fct_process
.
In code | In papers | Units | Dims | Prog? |
---|---|---|---|---|
D_pCO2 |
ppm | - | ||
D_mld |
m | - | ||
D_dic |
µmol kg-1 | - | ||
D_Fin |
PgC yr-1 | box_osurf |
||
D_Fout |
PgC yr-1 | box_osurf |
||
D_Fcirc |
PgC yr-1 | box_osurf |
||
D_Focean |
PgC yr-1 | - | ||
D_Cosurf |
PgC | - | yes | |
f_fert |
1 | reg_land, bio_land |
||
D_npp |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
f_igni |
1 | reg_land, bio_land |
||
D_efire |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
D_eharv |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
D_egraz |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
D_fmort1 |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
D_fmort2 |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
f_resp |
1 | reg_land, bio_land |
||
D_rh1 |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
D_fmet |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
D_rh2 |
PgC Mha-1 yr-1 | reg_land, bio_land |
||
D_nbp |
- | PgC Mha-1 yr-1 | reg_land, bio_land |
|
D_cveg |
PgC Mha-1 | reg_land, bio_land |
yes | |
D_csoil1 |
PgC Mha-1 | reg_land, bio_land |
yes | |
D_csoil2 |
PgC Mha-1 | reg_land, bio_land |
yes | |
D_Fveg_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fsoil1_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fsoil2_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fslash1 |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fslash2 |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fhwp |
PgC yr-1 |
reg_land, bio_land, box_hwp † |
||
D_NPP_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Efire_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Eharv_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Egraz_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fmort1_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fmort2_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Rh1_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Fmet_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Rh2_bk |
PgC yr-1 |
reg_land, bio_land † |
||
D_Ehwp |
PgC yr-1 |
reg_land, bio_land, box_hwp † |
||
D_NBP_bk |
- | PgC yr-1 |
reg_land, bio_land † |
|
D_Eluc |
PgC yr-1 | - | ||
D_Fland |
PgC yr-1 | - | ||
D_Flasc |
PgC yr-1 | - | ||
D_Aland |
Mha | reg_land, bio_land |
yes | |
D_Cveg_bk |
PgC |
reg_land, bio_land † |
yes | |
D_Csoil1_bk |
PgC |
reg_land, bio_land † |
yes | |
D_Csoil2_bk |
PgC |
reg_land, bio_land † |
yes | |
D_Chwp |
PgC |
reg_land, bio_land, box_hwp † |
yes | |
f_resp_pf |
- | 1 | reg_pf |
|
D_pthaw_bar |
1 | reg_pf |
||
d_pthaw |
yr-1 | reg_pf |
||
D_pthaw |
1 | reg_pf |
yes | |
D_Fthaw |
PgC yr-1 | reg_pf |
||
D_Ethaw |
- | PgC yr-1 | reg_pf, box_thaw |
|
D_Epf |
PgC yr-1 | reg_pf |
||
D_Epf_CO2 |
- | PgC yr-1 | reg_pf |
|
D_Epf_CH4 |
- | TgC yr-1 | reg_pf |
|
D_Cfroz |
PgC | reg_pf |
yes | |
D_Cthaw |
PgC | reg_pf, box_thaw |
yes | |
D_CO2 |
ppm | - | yes | |
d_CO2 |
ppm yr-1 | - | ||
AF |
- | 1 | - | |
kS |
- | yr-1 | - | |
RF_CO2 |
W m-2 | - | ||
D_Efire |
PgC yr-1 | reg_land, bio_land |
||
D_Ebb_nat |
- | TgX yr-1 | reg_land, bio_land, spc_bb |
|
D_Ebb_ant |
- | TgX yr-1 | reg_land, bio_land, spc_bb |
|
D_Ebb |
TgX yr-1 | reg_land, bio_land, spc_bb |
||
D_CH4_lag |
ppb | - | yes | |
D_N2O_lag |
ppb | - | yes | |
D_Xhalo_lag |
ppt | spc_halo |
yes | |
D_Ta |
K | - | ||
D_f_Qa |
1 | - | ||
f_kOH |
1 | - | ||
D_Foh_CH4 |
- | TgC yr-1 | - | |
D_Fhv_CH4 |
- | TgC yr-1 | - | |
D_Fsoil_CH4 |
- | TgC yr-1 | - | |
D_Focean_CH4 |
- | TgC yr-1 | - | |
D_Fsink_CH4 |
TgC yr-1 | - | ||
D_Foxi_CH4 |
- | PgC yr-1 | - | |
D_ewet |
TgC Mha-1 yr-1 | reg_land |
||
D_Awet |
Mha | reg_land |
||
D_Ewet |
TgC yr-1 | reg_land |
||
D_CH4 |
ppb | - | yes | |
tau_CH4 |
- | yr | - | |
RF_CH4 |
W m-2 | - | ||
RF_H2Os |
W m-2 | - | ||
D_f_ageair |
- | 1 | - | |
f_hv |
1 | - | ||
D_Fhv_N2O |
- | TgN yr-1 | - | |
D_Fsink_N2O |
TgN yr-1 | - | ||
D_N2O |
ppb | - | yes | |
tau_N2O |
- | yr | - | |
RF_N2O |
W m-2 | - | ||
D_Foh_Xhalo |
- | Gg yr-1 | spc_halo |
|
D_Fhv_CH4 |
- | Gg yr-1 | spc_halo |
|
D_Fother_CH4 |
- | Gg yr-1 | spc_halo |
|
D_Fsink_CH4 |
Gg yr-1 | spc_halo |
||
D_Xhalo |
ppt | spc_halo |
yes | |
RF_Xhalo |
W m-2 | spc_halo |
||
RF_halo |
W m-2 | - | ||
D_O3t |
DU | - | ||
RF_O3t
|
W m-2 | - | ||
D_EESC
|
ppt | - | ||
D_O3s
|
DU | - | ||
RF_O3s
|
W m-2 | - | ||
D_Edms |
TgS yr-1 | - | ||
D_Ebvoc |
Tg yr-1 | - | ||
D_Edust |
- | Tg yr-1 | - | |
D_Esalt |
- | Tg yr-1 | - | |
D_SO4
|
Tg | - | ||
D_POA
|
Tg | - | ||
D_BC
|
Tg | - | ||
D_NO3
|
Tg | - | ||
D_SOA
|
Tg | - | ||
D_Mdust
|
- | Tg | - | |
D_Msalt
|
- | Tg | - | |
RF_SO4
|
W m-2 | - | ||
RF_POA
|
W m-2 | - | ||
RF_BC
|
W m-2 | - | ||
RF_NO3
|
W m-2 | - | ||
RF_SOA
|
W m-2 | - | ||
RF_dust
|
- | W m-2 | - | |
RF_salt
|
- | W m-2 | - | |
D_AERsol
|
Tg | - | ||
RF_cloud1
|
- | W m-2 | - | |
RF_cloud2
|
- | W m-2 | - | |
RF_cloud
|
W m-2 | - | ||
RF_BCsnow |
W m-2 | - | ||
RF_lcc
|
W m-2 | - | ||
RF_nonCO2
|
- | W m-2 | - | |
RF_wmghg
|
- | W m-2 | - | |
RF_strat
|
- | W m-2 | - | |
RF_scatter
|
- | W m-2 | - | |
RF_absorb
|
- | W m-2 | - | |
RF_AERtot
|
- | W m-2 | - | |
RF_slcf
|
- | W m-2 | - | |
RF_alb
|
- | W m-2 | - | |
RF
|
W m-2 | - | ||
RF_warm
|
W m-2 | - | ||
RF_atm
|
W m-2 | - | ||
D_Tg
|
K | - | yes | |
D_Td
|
K | - | yes | |
d_Tg
|
K yr-1 | - | ||
CFF
|
- | W m-2 K-1 | - | |
D_Tl
|
K | reg_land |
||
D_To
|
K | - | ||
D_Pg
|
mm yr-1 | - | yes | |
D_Pl
|
mm yr-1 | reg_land |
||
D_OHC
|
ZJ | - | yes | |
d_OHC
|
ZJ yr-1 | - | ||
D_pH
|
- | 1 | - |
† default; can be altered through the fct_process_alt
functions.
Parameters are implicitly defined when creating a model's processes. When OSCAR is run, it does not check whether the needed parameters are actually provided in the Par
argument. Primary parameters can be loaded with the load_all_param
function defined in core_fct.fct_loadP
. Many parameters have several possible values, and these different configurations are defined along the various mod_
dimensions of the dataset containing the primary parameters. Sets of randomly drawn parameters for Monte Carlo runs can be generated using the generate_config
function defined in core_fct.fct_genMC
. More information on each parameter is available in core_fct.fct_loadP
.
In code | In papers | Units | Dims | Mods |
---|---|---|---|---|
a_dic |
µmol kg-1 [ppm m-3]-1 | - | - | |
mld_0 |
m | - | mod_Focean_struct |
|
A_ocean |
m2 | - | mod_Focean_struct |
|
To_0 |
K | - | mod_Focean_struct |
|
v_fg |
yr-1 | - | mod_Focean_struct |
|
p_circ |
1 | box_osurf |
mod_Focean_struct |
|
t_circ |
yr | box_osurf |
mod_Focean_struct |
|
pCO2_is_Pade |
- |
bool |
- | mod_Focean_chem |
p_mld |
1 | - | mod_Focean_trans |
|
g_mld |
K-1 | - | mod_Focean_trans |
|
fert_is_Log |
- |
bool |
- | mod_Fland_fert |
t_shift |
yr | - | - | |
npp_0 |
PgC Mha-1 yr-1 | reg_land, bio_land |
mod_Fland_preind |
|
igni_0 |
yr-1 | reg_land, bio_land |
mod_Efire_preind |
|
harv_0 |
yr-1 | reg_land, bio_land |
mod_Eharv_preind |
|
graz_0 |
yr-1 | reg_land, bio_land |
mod_Egraz_preind |
|
mu1_0 |
yr-1 | reg_land, bio_land |
mod_Fland_preind |
|
mu2_0 |
yr-1 | reg_land, bio_land |
mod_Fland_preind |
|
muM_0 |
yr-1 | reg_land, bio_land |
mod_Fland_preind |
|
rho1_0 |
yr-1 | reg_land, bio_land |
mod_Fland_preind |
|
rho2_0 |
yr-1 | reg_land, bio_land |
mod_Fland_preind |
|
p_agb |
1 | reg_land, bio_land |
mod_Eluc_agb |
|
b_npp |
1 | reg_land, bio_land |
mod_Fland_trans |
|
b2_npp |
1 | reg_land, bio_land |
mod_Fland_trans |
|
CO2_cp |
ppm | reg_land, bio_land |
mod_Fland_trans |
|
g_nppT |
K-1 | reg_land, bio_land |
mod_Fland_trans, mod_Fland_fert |
|
g_nppP |
[mm yr-1]-1 | reg_land, bio_land |
mod_Fland_trans, mod_Fland_fert |
|
g_rhoT |
K-1 | reg_land, bio_land |
mod_Fland_trans, mod_Fland_resp |
|
g_rhoT1 |
K-1 | reg_land, bio_land |
mod_Fland_trans, mod_Fland_resp |
|
g_rhoT2 |
K-2 | reg_land, bio_land |
mod_Fland_trans, mod_Fland_resp |
|
g_rhoP |
[mm yr-1]-1 | reg_land, bio_land |
mod_Fland_trans |
|
g_igniC |
ppm-1 | reg_land, bio_land |
mod_Efire_trans |
|
g_igniT |
K-1 | reg_land, bio_land |
mod_Efire_trans |
|
g_igniP |
[mm yr-1]-1 | reg_land, bio_land |
mod_Efire_trans |
|
t_hwp |
yr | box_hwp |
mod_Ehwp_tau |
|
w_t_hwp |
- | 1 | - | mod_Ehwp_speed |
p_hwp_bb |
- | 1 | box_hwp |
- |
p_hwp |
1 | reg_land, bio_land, box_hwp |
mod_Ehwp_bb |
|
a_bb |
TgX PgC-1 | reg_land, bio_land, spc_bb |
- | |
Cfroz_0 |
PgC | reg_pf |
mod_Epf_main |
|
w_clim_pf |
1 | reg_pf |
mod_Epf_main |
|
g_respT_pf |
K-1 | reg_pf |
mod_Epf_main |
|
g_respT2_pf |
K-2 | reg_pf |
mod_Epf_main |
|
k_resp_pf |
1 | reg_pf |
mod_Epf_main |
|
pthaw_min |
1 | reg_pf |
mod_Epf_main |
|
g_pthaw |
K-1 | reg_pf |
mod_Epf_main |
|
k_pthaw |
1 | reg_pf |
mod_Epf_main |
|
v_thaw |
yr-1 | reg_pf |
mod_Epf_main |
|
v_froz |
yr-1 | reg_pf |
mod_Epf_main |
|
p_pf_thaw |
1 | reg_pf, box_thaw |
mod_Epf_main |
|
t_pf_thaw |
yr | reg_pf, box_thaw |
mod_Epf_main |
|
p_pf_inst |
- | 1 | - | - |
p_pf_CH4 |
- | 1 | - | mod_Epf_CH4 |
ewet_0 |
TgC yr-1 | reg_land |
mod_Ewet_preind |
|
Awet_0 |
Mha | reg_land |
mod_Ewet_preind |
|
p_wet |
1 | reg_land, bio_land |
mod_Ewet_preind |
|
g_wetC |
ppm-1 | reg_land |
mod_Awet_trans |
|
g_wetT |
K-1 | reg_land |
mod_Awet_trans |
|
g_wetP |
[mm yr-1]-1 | reg_land |
mod_Awet_trans |
|
a_CO2 |
PgC ppm-1 | - | - | |
a_CH4 |
TgC ppb-1 | - | - | |
a_N2O |
TgC ppb-1 | - | - | |
a_Xhalo |
Gg ppt-1 | spc_halo |
- | |
a_SO4 |
- | Tg TgS-1 | - | - |
a_POM |
Tg TgC-1 | - | mod_POA_conv |
|
a_NO3 |
- | Tg TgN-1 | - | - |
CO2_0 |
ppm | - | - | |
CH4_0 |
ppb | - | - | |
N2O_0 |
ppb | - | - | |
Xhalo_0 |
ppt | spc_halo |
- | |
p_CH4geo |
- | 1 | - | - |
g_ageair |
K-1 | - | mod_Fhv_ageair |
|
w_t_OH |
- | 1 | - | - |
w_t_hv |
- | 1 | - | - |
t_OH_CH4 |
yr | - | mod_Foh_tau |
|
t_hv_CH4 |
yr | - | - | |
t_soil_CH4 |
yr | - | - | |
t_ocean_CH4 |
yr | - | - | |
x_OH_Ta |
1 | - | mod_Foh_trans |
|
x_OH_Qa |
1 | - | mod_Foh_trans |
|
x_OH_O3s |
1 | - | mod_Foh_trans |
|
x_OH_CH4 |
1 | - | mod_Foh_trans |
|
x_OH_NOX |
1 | - | mod_Foh_trans |
|
x_OH_CO |
1 | - | mod_Foh_trans |
|
x_OH_VOC |
1 | - | mod_Foh_trans |
|
x2_OH_NOX |
[TgN yr-1]-1 | - | mod_Foh_trans |
|
x2_OH_CO |
[TgC yr-1]-1 | - | mod_Foh_trans |
|
x2_OH_VOC |
[Tg yr-1]-1 | - | mod_Foh_trans |
|
w_clim_Ta |
1 | - | - | |
k_Qa |
1 | - | - | |
Ta_0 |
K | - | - | |
k_svp |
1 | - | - | |
T_svp |
K | - | - | |
O3s_0 |
DU | - | - | |
Enat_NOX |
TgN yr-1 | - | - | |
Enat_CO |
TgC yr-1 | - | - | |
Enat_VOC |
Tg yr-1 | - | - | |
kOH_is_Log |
- |
bool |
- | mod_Foh_fct |
t_hv_N2O |
yr | - | mod_Fhv_tau |
|
x_hv_N2O |
1 | - | mod_Fhv_trans |
|
x_hv_EESC |
1 | - | mod_Fhv_trans |
|
x_hv_age |
1 | - | mod_Fhv_trans |
|
t_OH_Xhalo |
yr | spc_halo |
- | |
t_hv_Xhalo |
yr | spc_halo |
- | |
t_other_Xhalo |
yr | spc_halo |
- | |
p_reg_slcf |
1 | reg_land, reg_slcf |
- | |
w_reg_NOX |
1 | reg_slcf |
mod_O3t_regsat |
|
w_reg_CO |
1 | reg_slcf |
mod_O3t_regsat |
|
w_reg_VOC |
1 | reg_slcf |
mod_O3t_regsat |
|
x_O3t_CH4 |
DU | - | mod_O3t_emis |
|
x_O3t_NOX |
DU [TgN yr-1]-1 | - | mod_O3t_emis |
|
x_O3t_CO |
DU [TgC yr-1]-1 | - | mod_O3t_emis |
|
x_O3t_VOC |
DU [Tg yr-1]-1 | - | mod_O3t_emis |
|
G_O3t |
DU K-1 | - | mod_O3t_clim |
|
t_lag |
yr | - | - | |
p_fracrel |
1 | spc_halo |
mod_O3s_fracrel |
|
k_Br_Cl |
1 | - | - | |
n_Cl |
1 | spc_halo |
- | |
n_Br |
1 | spc_halo |
- | |
EESC_x |
ppt | - | - | |
k_EESC_N2O |
ppt ppb-1 | - | mod_O3s_nitrous, mod_O3s_fracrel |
|
x_O3s_EESC |
DU ppt-1 | - | mod_O3s_trans |
|
G_O3s |
DU K-1 | - | mod_O3s_trans |
|
w_reg_SO2 |
1 | reg_slcf |
mod_SO4_regsat |
|
w_reg_OC |
1 | reg_slcf |
mod_POA_regsat |
|
w_reg_BC |
1 | reg_slcf |
mod_BC_regsat |
|
t_SO2 |
yr | - | mod_SO4_load |
|
t_DMS |
yr | - | mod_SO4_load |
|
G_SO4 |
Tg K-1 | - | mod_SO4_load |
|
t_OMff |
yr | - | mod_POA_load |
|
t_OMbb |
yr | - | mod_POA_load |
|
G_POA |
Tg K-1 | - | mod_POA_load |
|
t_BCff |
yr | - | mod_BC_load |
|
t_BCbb |
yr | - | mod_BC_load |
|
G_BC |
Tg K-1 | - | mod_BC_load |
|
t_NOX |
yr | - | mod_NO3_load |
|
t_NH3 |
yr | - | mod_NO3_load |
|
G_NO3 |
Tg K-1 | - | mod_NO3_load |
|
t_VOC |
yr | - | mod_SOA_load |
|
t_BVOC |
yr | - | mod_SOA_load |
|
G_SOA |
Tg K-1 | - | mod_SOA_load |
|
t_dust |
- | yr | - | mod_Mdust_load |
G_dust |
- | Tg K-1 | - | mod_Mdust_load |
t_salt |
- | yr | - | mod_Msalt_load |
G_salt |
- | Tg K-1 | - | mod_Msalt_load |
p_sol_SO4 |
1 | - | mod_RFcloud_solub |
|
p_sol_POA |
1 | - | mod_RFcloud_solub |
|
p_sol_BC |
1 | - | mod_RFcloud_solub |
|
p_sol_NO3 |
1 | - | mod_RFcloud_solub |
|
p_sol_SOA |
1 | - | mod_RFcloud_solub |
|
p_sol_dust |
- | 1 | - | mod_RFcloud_solub |
p_sol_salt |
- | 1 | - | mod_RFcloud_solub |
rf_CO2 |
W m-2 | - | - | |
rf_CH4 |
W m-2 ppb-0.5 | - | - | |
rf_N2O |
W m-2 ppb-0.5 | - | - | |
k_rf_H2Os |
1 | - | - | |
rf_Xhalo |
W m-2 ppt-1 | spc_halo |
- | |
rf_O3t |
W m-2 DU-1 | - | mod_O3t_radeff |
|
rf_O3s |
W m-2 DU-1 | - | mod_O3s_radeff |
|
rf_SO4 |
W m-2 Tg-1 | - | mod_SO4_radeff |
|
rf_POA |
W m-2 Tg-1 | - | mod_POA_radeff |
|
rf_BC |
W m-2 Tg-1 | - | mod_BC_radeff |
|
rf_NO3 |
W m-2 Tg-1 | - | mod_NO3_radeff |
|
rf_SOA |
W m-2 Tg-1 | - | mod_SOA_radeff |
|
rf_dust |
- | W m-2 Tg-1 | - | - |
rf_salt |
- | W m-2 Tg-1 | - | - |
k_adj_BC |
1 | - | mod_BC_adjust |
|
Phi_0 |
W m-2 | - | mod_RFcloud_erf, mod_RFcloud_solub |
|
AERsol_0 |
Tg | - | mod_RFcloud_solub, mod_RFcloud_erf, mod_RFcloud_preind |
|
p_reg_bcsnow |
1 | reg_land, reg_bcsnow |
- | |
w_reg_bcsnow |
1 | reg_bcsnow |
mod_RFbcsnow_reg |
|
rf_bcsnow |
W m-2 [TgC yr-1]-1 | - | mod_RFbcsnow_rf |
|
p_trans |
1 | - | - | |
alpha_alb |
1 | reg_land, bio_land |
mod_RFlcc_alb, mod_RFlcc_flux, mod_RFlcc_cover |
|
F_rsds |
W m-2 | reg_land |
mod_RFlcc_flux |
|
w_warm_volc |
1 | - | - | |
w_warm_bcsnow |
1 | - | mod_RFbcsnow_warmeff |
|
w_warm_lcc |
1 | - | mod_RFlcc_warmeff |
|
p_atm_CO2 |
1 | - | mod_Pg_radfact |
|
p_atm_nonCO2 |
1 | - | mod_Pg_radfact |
|
p_atm_O3t |
1 | - | mod_Pg_radfact |
|
p_atm_strat |
1 | - | mod_Pg_radfact |
|
p_atm_scatter |
1 | - | mod_Pg_radfact |
|
p_atm_absorb |
1 | - | mod_Pg_radfact |
|
p_atm_cloud |
1 | - | mod_Pg_radfact |
|
p_atm_alb |
1 | - | mod_Pg_radfact |
|
p_atm_solar |
1 | - | mod_Pg_radfact |
|
lambda_0 |
K [W m-2]-1 | - | mod_Tg_resp |
|
Th_g |
yr W m-2 K-1 | - | mod_Tg_resp |
|
Th_d |
yr W m-2 K-1 | - | mod_Tg_resp |
|
th_0 |
W m-2 K-1 | - | mod_Tg_resp |
|
e_ohu |
- | 1 | - | - |
w_clim_Tl |
1 | reg_land |
mod_Tl_pattern, mod_Tg_resp |
|
w_clim_To |
1 | - | mod_Tl_pattern, mod_Tg_resp |
|
a_prec |
mm yr-1 K-1 | - | mod_Pg_resp |
|
b_prec |
mm yr-1 [W m-2]-1 | - | mod_Pg_resp |
|
w_clim_Pl |
1 | reg_land |
mod_Pl_pattern, mod_Pg_resp |
|
p_ohc |
1 | - | - | |
pH_is_Log |
- |
bool |
- | mod_pH_fct |