"Note that we set CALTECH surface albedo to 0.06 for the purpose of plotting. In fact, rsdscs and rsuscs are not provided by CALTECH because there are no cloud-radiative effects in CALTECH and the model has a much higher surface albedo of around 0.3 (as can be obtained from the all-sky radiative fluxes) to compensate for the lack of cloud-radiative effects."
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"alpha['CALTECH'] = 0.06"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Plotting of figure 2 of JAMES 2016 paper."
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"# dictionary for model names, model numbers and model colors used in TRACMIP plots\n",
Note that we set CALTECH surface albedo to 0.06 for the purpose of plotting. In fact, rsdscs and rsuscs are not provided by CALTECH because there are no cloud-radiative effects in CALTECH and the model has a much higher surface albedo of around 0.3 (as can be obtained from the all-sky radiative fluxes) to compensate for the lack of cloud-radiative effects.
%% Cell type:code id: tags:
``` python
alpha['CALTECH']=0.06
```
%% Cell type:markdown id: tags:
Plotting of figure 2 of JAMES 2016 paper.
%% Cell type:code id: tags:
``` python
importmatplotlib.pyplotasplt
```
%% Cell type:code id: tags:
``` python
# dictionary for model names, model numbers and model colors used in TRACMIP plots