Produce time varying CO2 emissions data for the esm-flat10-cdr experiment. As described here and in the linked papers (1), (2), this should be a global field on the N96 esm1.6 grid, with CO2 emissions which:
- Start at 10PgC/year
- Linearly decline for 100 years, reaching -10PgC/year
- Stay constant at -10PgC/year for 100 years
- Swap to 0 emissions for the remaining time (>20 years).
A copy of the CO2 emissions file for ESM1.5 is available in /g/data/tm70/sw6175/development/esm1p6/inputfiles/flat10-cdr/CO2_fluxes_cdr.anc.
The following shows values from this file at the first time slice:

The following shows values from this file in a single grid cell over time:

Note that during the interpolation section, values change in January and remain constant for the rest of each year.
This file doesn't have the zeros padded on the end. One option would be to take this file, pad on the extra zeros, and adjust the time so that the file starts at the correct branching point. (year 301, taken from the restart to be used in /scratch/p66/jxs599/access-esm/archive/esm-flat10-dev-flat10-29-04-26-4d052f54/restart099)
However, following discussions it sounds like we'd prefer to be able to generate this from scratch. I'll try to add a script which does this to this repository.
Produce time varying CO2 emissions data for the
esm-flat10-cdrexperiment. As described here and in the linked papers (1), (2), this should be a global field on the N96 esm1.6 grid, with CO2 emissions which:A copy of the CO2 emissions file for ESM1.5 is available in
/g/data/tm70/sw6175/development/esm1p6/inputfiles/flat10-cdr/CO2_fluxes_cdr.anc.The following shows values from this file at the first time slice:

The following shows values from this file in a single grid cell over time:

Note that during the interpolation section, values change in January and remain constant for the rest of each year.
This file doesn't have the zeros padded on the end. One option would be to take this file, pad on the extra zeros, and adjust the time so that the file starts at the correct branching point. (year 301, taken from the restart to be used in
/scratch/p66/jxs599/access-esm/archive/esm-flat10-dev-flat10-29-04-26-4d052f54/restart099)However, following discussions it sounds like we'd prefer to be able to generate this from scratch. I'll try to add a script which does this to this repository.