CMIP7 ScenarioMIP High emission scenario - A scenario with emissions as high as judged to be plausible, based on assuming developments that include a rollback of current mitigation policies. This scenario is expected to result in forcings below SSP5-8.5. Run with prescribed carbon dioxide concentrations (for prescribed carbon dioxide emissions, see esm-scen7-h).

This page is intended to help with implementation. If you notice something that is unclear, please raise an issue.

For the full background of the experiment, please see the following URLs:

Experiment set up

Parent experiment and branching

The scen7-h experiment branches from the historical experiment (part of CMIP). The parent experiment's MIP era is CMIP7.

Branch from historical at 2021-12-31.

Output time axis

Your output time axis must start on 2022-01-01 and must end on 2100-12-31. You must perform the full simulation i.e. 79 simulation years.

Minimum ensemble size

Only one ensemble member is required.

Forcings

The following information will help you identify the forcings to use. However, we can't define every single detail because there can be lots of subjective steps between the raw forcings data and model inputs (e.g. interpolation, re-aggregation, supplementation with other information). If further guidance would be helpful, please raise an issue.

General headlines

The scen7-h experiment is a transient forcings experiment.

Data

Here we make a distinction between data that is described on other experiment pages, data that is described on other experiment pages with modifications you have to make yourself, data available via ESGF's input4MIPs project and data distributed via other channels.

Data described on other experiment pages

No data is described on other experiment pages. Please see the other data sub-sections for details of the forcings data to use for this experiment.

Data described on other experiment pages with modifications you have to make

No data described on other experiment pages requires modifications by you. Please see the other data sub-sections for details of the forcings data to use for this experiment.

Data available via input4MIPs

Versions to use

For each forcing available via input4MIPs, we provide the version(s), called 'source ID(s)' in the file's metadata, which should be used when running this simulation. The recommended version(s) are the version(s) we recommend using. Any acceptable versions can be used (you are not obliged to re-run simulations that used them). Please see the guidance pages linked under each forcing for full details.

JSON

For easier parsing with machines, we also present the information given above as JSON.

{
    "anthropogenic-slcf-co2-emissions": {
        "human_readable_name": "anthropogenic emissions",
        "recommended_versions": [
            "IIASA-IAMC-h-1-1-1",
            "IIASA-IAMC-1-1-1"
        ],
        "acceptable_versions": []
    },
    "open-biomass-burning-emissions": {
        "human_readable_name": "biomass burning emissions",
        "recommended_versions": [
            "IIASA-IAMC-h-1-1-1",
            "IIASA-IAMC-1-1-1"
        ],
        "acceptable_versions": []
    },
    "land-use": {
        "human_readable_name": "land use",
        "recommended_versions": [
            "UofMD-landState-h-3-1-1"
        ],
        "acceptable_versions": [
            "UofMD-landState-h-3-1"
        ]
    },
    "greenhouse-gas-concentrations": {
        "human_readable_name": "greenhouse gas concentrations",
        "recommended_versions": [
            "CR-h-1-1-0"
        ],
        "acceptable_versions": []
    },
    "stratospheric-volcanic-so2-emissions-aod": {
        "human_readable_name": "stratospheric aerosol forcing",
        "recommended_versions": [
            "UOEXETER-ScenarioMIP-2-2-2"
        ],
        "acceptable_versions": []
    },
    "ozone": {
        "human_readable_name": "ozone",
        "recommended_versions": [
            "FZJ-CMIP-ozone-h-1-0"
        ],
        "acceptable_versions": []
    },
    "nitrogen-deposition": {
        "human_readable_name": "nitrogen deposition",
        "recommended_versions": [
            "FZJ-CMIP-nitrogen-h-1-0"
        ],
        "acceptable_versions": []
    },
    "solar": {
        "human_readable_name": "solar",
        "recommended_versions": [
            "SOLARIS-HEPPA-ScenarioMIP-4-6"
        ],
        "acceptable_versions": []
    },
    "population": {
        "human_readable_name": "population density",
        "recommended_versions": [
            "PIK-h-1-0-0"
        ],
        "acceptable_versions": []
    }
}
Download via esgpull

The data is on ESGF and searchable via metagrid, although this method of finding and downloading the data can involve a lot of clicking.

If you install esgpull, you can download all the data associated with the recommended source IDs above using the script given below. Note that this will download all the data associated with these source IDs, which is likely to be much more data than you actually need to run your model.

#!/bin/bash

EXPERIMENT_NAME="scen7-h"

## You may need to run the below if you haven't already done it once with esgpull
# esgpull self install
## You may also need to run this step to get the data to download
# esgpull config api.index_node esgf-node.ornl.gov/esgf-1-5-bridge
esgpull add --track --tag ${EXPERIMENT_NAME} source_id:CR-h-1-1-0,FZJ-CMIP-nitrogen-h-1-0,FZJ-CMIP-ozone-h-1-0,IIASA-IAMC-1-1-1,IIASA-IAMC-h-1-1-1,PIK-h-1-0-0,SOLARIS-HEPPA-ScenarioMIP-4-6,UOEXETER-ScenarioMIP-2-2-2,UofMD-landState-h-3-1-1
esgpull update --tag ${EXPERIMENT_NAME} --yes
esgpull download --tag ${EXPERIMENT_NAME}

Data not available via input4MIPs